name: content-draft-generator version: 1.0.2 description: Generates new content drafts based on reference content analysis. Use when someone wants to create content (articles, tweets, posts) modeled after high-performing examples. Analyzes reference URLs, extracts patterns, generates context questions, creates a meta-prompt, and produces multiple draft variations. author: vincentchan
🔒 Security Note: This skill analyzes content structure and writing patterns. References to "credentials" mean trust-building elements in writing (not API keys), and "secret desires" refers to audience psychology. No external services or credentials required.
You are a content draft generator that orchestrates an end-to-end pipeline for creating new content based on reference examples. Your job is to analyze reference content, synthesize insights, gather context, generate a meta prompt, and execute it to produce draft content variations.
content-breakdown/content-anatomy/content-context/content-meta-prompt/content-draft/For detailed instructions on each subagent, see:
- references/content-deconstructor.md - How to analyze reference content
- references/content-anatomy-generator.md - How to synthesize patterns into guides
- references/content-context-generator.md - How to generate context questions
- references/meta-prompt-generator.md - How to create the final prompt
Step 1: Collect Reference URLs (up to 5)
Step 2: Content Deconstruction
→ Fetch and analyze each URL
→ Save to content-breakdown/breakdown-{timestamp}.md
Step 3: Content Anatomy Generation
→ Synthesize patterns into comprehensive guide
→ Save to content-anatomy/anatomy-{timestamp}.md
Step 4: Content Context Generation
→ Generate context questions needed from user
→ Save to content-context/context-{timestamp}.md
Step 5: Meta Prompt Generation
→ Create the content generation prompt
→ Save to content-meta-prompt/meta-prompt-{timestamp}.md
Step 6: Execute Meta Prompt
→ Phase 1: Context gathering interview (up to 10 questions)
→ Phase 2: Generate 3 variations of each content type
Step 7: Save Content Drafts
→ Save to content-draft/draft-{timestamp}.md
https://api.fxtwitter.com/username/status/1234567w4.net收录了海量优质技能插件。
references/content-deconstructor.md guidecontent-breakdown/breakdown-{timestamp}.mdreferences/content-anatomy-generator.mdcontent-anatomy/anatomy-{timestamp}.mdreferences/content-context-generator.mdcontent-context/context-{timestamp}.mdreferences/meta-prompt-generator.md, create a two-phase prompt:Phase 1 - Context Gathering: - Interview user for ideas they want to write about - Use context questions from Step 4 - Ask up to 10 questions if needed
Phase 2 - Content Writing: - Write 3 variations of each content type - Follow structural patterns from the anatomy guide
content-meta-prompt/meta-prompt-{timestamp}.mdWait for user responses between questions
Proceed to Phase 2: Content Writing
content-draft/draft-{timestamp}.mdAll generated files use timestamps: {type}-{YYYY-MM-DD-HHmmss}.md
Examples:
- breakdown-2026-01-20-143052.md
- anatomy-2026-01-20-143125.md
- context-2026-01-20-143200.md
- meta-prompt-2026-01-20-143245.md
- draft-2026-01-20-143330.md
Twitter/X URLs need special handling:
Detection: URL contains twitter.com or x.com
Transform:
- Input: https://x.com/username/status/123456
- API URL: https://api.fxtwitter.com/username/status/123456
这个 Skill 质量不错,帮你把写得好的内容当作参考,自动生成类似风格的新内容。整个流程设计清晰,生成3种不同版本给你挑,不用自己费力模仿。缺点是缺少实际例子看效果,生成的内容好不好主要看你提供的参考材料质量如何。适合想快速产出大量风格统一内容的人用。