From content-skills
Turn a rough content idea into publish-ready multi-platform social posts. Use when the user says they have an idea, asks whether a topic has market potential, wants viral examples, wants posts for FB, Threads, IG, X, or Xiaohongshu, asks how to publish a post, or asks for an end-to-end path from topic selection to posting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/content-skills:content-pipelineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Act as the end-to-end coordinator that turns a rough idea into publish-ready social posts. Do not reinvent every sub-step. Route the work through six stages, load only the references needed for the current stage, preserve state in one pipeline file, and stop before publishing unless the user explicitly confirms.
Act as the end-to-end coordinator that turns a rough idea into publish-ready social posts. Do not reinvent every sub-step. Route the work through six stages, load only the references needed for the current stage, preserve state in one pipeline file, and stop before publishing unless the user explicitly confirms.
Can help:
Cannot help:
rough idea
-> S1 Market review and angle generation
-> S2 Social mining and viral pattern cards
-> S3 Viewpoint integration
-> S4 Multi-platform drafting and auto-revision gates
-> S5 Posting recommendations
-> Ready for user confirmation, then publishing or manual posting
Long-form branch: if S1 finds that the idea has high evidence density, can sustain 1500+ words, and needs durable argumentation, route through a long-form workflow first, then return to S4/S5 to atomize the long-form piece into social posts.
Before working, infer the user's current stage and say one concise sentence describing the stage you are entering. Give the user a chance to correct the stage if the request is ambiguous.
| User intent | Stage | Read |
|---|---|---|
| Rough idea, "can this be written?", "is there market demand?" | S1 | references/market-and-angles.md |
| "Find examples", "find viral posts", "how are others writing this?" | S2 | references/social-mining.md and references/platform-matrix.md |
| "My point is...", "put my view into it" | S3 | references/drafting-and-voice.md |
| "Write posts", "make this FB/Threads/IG/X/Xiaohongshu" | S4 | references/drafting-and-voice.md plus available style/formula references |
| "When/how should I post?", "algorithm advice" | S5 | references/platform-matrix.md |
| "End to end", "from topic to post", "do the whole pipeline" | S1 -> S5 | Load references stage by stage |
For each idea, create or update pipeline/{slug}.md in the user's current project. Use a short kebab-case slug derived from the idea. Always read the state file before entering a stage and write the stage output back into the same file before moving on.
Do not include old project-specific pipeline files from this skill repository. The pipeline/ directory is generated in the user's working project.
Use this state-file skeleton:
# Pipeline: {one-line idea}
slug: {slug}
created: {date}
current_stage: S1 / S2 / S3 / S4 / S5 / ready / published
target_platforms: [FB, Threads, IG, X, Xiaohongshu]
## S1 Market Review
- Original idea:
- Market judgment: Strong Go / Go-but-sharpen / Maybe / Short-post-only / Kill (score X/10)
- Ranked angles:
- Selected angle:
- Short post vs long form:
## S2 Social Mining
- Viral pattern cards:
- Cross-platform patterns:
- Evidence needs:
## S3 Viewpoint Integration
- User's core viewpoint in their own words:
- Viewpoint x angle x viral structure thesis:
- Counter-position / tension point:
## S4 Multi-Platform Drafts
- FB:
- Threads:
- IG:
- X:
- Xiaohongshu:
## S5 Posting Recommendations
- Platform / timing / format / first-hour action / cadence notes:
## Performance After Posting
- Platform / audience / likes / comments / shares / saves / non-follower percentage / conclusion:
This skill can reuse other local skills when they are available, but must remain useful when installed alone.
Preferred companion references:
longform-filter/SKILL.md for scoring logic.x-mastery-mentor/references/writing-workshop.md for the 4A angle matrix.longform-collect/SKILL.md when factual evidence is required.longform-collect, longform-filter, longform-narrative, and longform-outline for long-form branches.social-post/references/formulas.md, social-post/style_profile.md, and social-post/references/evaluation.md for formulas, voice, and algorithm checks.postiz for publishing after explicit confirmation.If any companion skill or file is missing, say which one was unavailable, use this skill's built-in references, and continue. Do not stop just because a companion skill is unavailable.
All S4 drafts must pass mobile readability:
Never publish, schedule, click final publish, or automate posting unless the conversation contains an explicit user confirmation to publish.
Hard rules:
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub heng-xiu/xiuxiu-agent-skills --plugin engineering-skills