feat: auto-post-cycle orchestrator skill - #11
Merged
Conversation
Downloads seal images + captions from the shared Drive folder, matching by industry subfolder (Layout A) or filename prefix (Layout B). Outputs JSON summary for the orchestrator pipeline. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Single slash command generates all 8 LinkedIn post types for any industry/year. Pulls latest skills, fetches ranking data, generates content, downloads seal posts from Drive, uploads drafts to dashboard. Shared angle rotation tracking prevents insight 3/4 repeats. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds auto-post-cycle to folder structure, skill lookup table, and registers scripts/ directory. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skills/auto-post-cycle.md— single slash command to generate all 8 LinkedIn post types for any industry/year.claude/commands/auto-post-cycle.md— slash command entry pointscripts/pull_seal_posts.py— Google Drive seal post download scriptCLAUDE.md— registers new skill and scripts directoryWhat it does
/auto-post-cycle us_air 2026generates top10, article, seal posts, insights 1-4, and deep dive — then uploads all as drafts to the LinkedIn Scheduler dashboard. Supports selective tasks:/auto-post-cycle us_air 2026 insight1 insight3Test plan
/auto-post-cycle us_air 2026 top10pull_seal_posts.py --helpruns without error🤖 Generated with Claude Code