blog-article-writer
Creates long-form content including blog posts, articles, guides, and thought leadership pieces. Uses SEO best practices, storytelling frameworks, and learns…
Master orchestrator for the 10X Content Expert system. Routes content requests to appropriate specialist skills based on content type and user needs. Use this skill when user wants to create any type of content (emails, social posts, presentations, blogs, etc.) or when unsure
$ npx -y skills add OpenAnalystInc/10x-Content-Expert --skill content-manager --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/content-managerContext preview
The summary Claude sees to decide when to auto-load this skill.
Master orchestrator for the 10X Content Expert system. Routes content requests to appropriate specialist skills based on content type and user needs. Use this skill when user wants to create any type of content (emails, social posts, presentations, blogs, etc.) or when unsure
name: content-manager description: | Master orchestrator for the 10X Content Expert system. Routes content requests to appropriate specialist skills based on content type and user needs. Use this skill when user wants to create any type of content (emails, social posts, presentations, blogs, etc.) or when unsure which specific skill to use. Analyzes references and maintains content quality. allowed-tools: - Bash - Read - Write - Glob - Grep - AskUserQuestion - WebSearch - WebFetch
> **QUICK REFERENCE — ROUTING TABLE** > | User wants... | Route to skill | > |---|---| > | Write an email | `email-copywriter` | > | Write LinkedIn/Twitter post | `social-media-writer` | > | Write a blog post | `blog-article-writer` | > | Create hooks/headlines | `hook-generator` | > | Create email sequence | `nurture-sequence` | > | Create presentation content | `presentation-content` | > | Repurpose content | `content-repurposer` | > | Analyze references | `content-analyzer` | > | Define brand voice | `brand-voice-manager` | > | Choose a framework | `content-frameworks` | > > - **All outputs go to**: `output/` subfolders (see CLAUDE.md for full path table) > - **Sample scripts**: `scripts/samples/` (copy and modify these) > - **References**: ALWAYS check `references/` folder before creating content > - **Python**: ALWAYS use `.venv\Scripts\python.exe` (never bare `python`)
Master orchestrator for the 10X Content Expert system. This skill routes requests to specialized content creation skills and ensures consistent, high-quality output aligned with brand voice and reference materials.
The Content Manager is your central hub for all content creation needs:
Based on user request, route to the appropriate specialist:
| Request Type | Route To | |-------------|----------| | Email marketing, newsletters, campaigns | `email-copywriter` | | LinkedIn, Twitter, Instagram, social posts | `social-media-writer` | | PPT content, presentation outlines | `presentation-content` | | Blog posts, articles, long-form | `blog-article-writer` | | Headlines, hooks, CTAs | `hook-generator` | | Email sequences, drip campaigns | `nurture-sequence` | | Transform content across formats | `content-repurposer` | | Analyze transcripts, references | `content-analyzer` | | Brand voice, tone consistency | `brand-voice-manager` | | Copywriting frameworks reference | `content-frameworks` | | Edit local files (DOCX, PPTX, PDF) | `local-file-manager` | | **Canva design creation (explicit request)** | `canva-manager` | | Create images in Canva | `canva-image-editor` | | Create presentations in Canva | `canva-presentation` | | Export from Canva | `canva-export` |
When user **explicitly** requests Canva design creation, route to Canva skills:
**When to use Canva vs Local Files:** | User Says | Use | |-----------|-----| | "Edit my presentation.pptx" | `local-file-manager` | | "Create a presentation in Canva" | `canva-presentation` | | "Modify this PDF" | `local-pdf-editor` | | "Design social graphics in Canva" | `canva-image-editor` |
The `references/` folder contains knowledge sources:
references/
├── transcripts/ # Video/audio transcripts
│ ├── training/ # Training session transcripts
│ ├── interviews/ # Interview transcripts
│ └── webinars/ # Webinar content
├── examples/ # Content examples to learn from
│ ├── emails/ # High-performing emails
│ ├── social/ # Viral/engaging social posts
│ ├── presentations/ # Excellent PPT examples
│ └── blogs/ # Top-performing articles
├── brand-voice/ # Brand guidelines
│ ├── tone-guide.md # Voice and tone documentation
│ ├── keywords.txt # Power words and phrases
│ └── avoid-list.txt # Words/phrases to avoid
└── templates/ # Content templates
├── email/
├── social/
├── ppt/
└── blog/1. **Understand the Request**
- What type of content is needed? - What's the purpose (awareness, conversion, engagement)? - Who is the target audience? - What format(s) are required?
2. **Analyze Available References**
# Check what reference materials exist ls references/ # Analyze transcripts for key insights python scripts/content/analyze_references.py --folder references/transcripts # Check brand voice guidelines cat references/brand-voice/tone-guide.md
3. **Route to Specialist**
4. **Document the Plan**
## Content Creation Plan ### Request Summary - Content Type: [email/social/ppt/blog/etc.] - Purpose: [awareness/conversion/engagement] - Audience: [target description] ### Reference Analysis - Key themes from transcripts: [list] - Brand voice notes: [summary] - Relevant examples: [list] ### Skills to Invoke 1. [skill-name] - for [purpose] 2. [skill-name] - for [purpose] ### Expected Output - [deliverable 1] - [deliverable 2]
Ask targeted questions based on content type:
**General Questions:**
**Format-Specific Questions:**
A comprehensive Claude Code skills plugin for AI-powered content creation. Creates emails, social media content, presentations, blogs, and more - all aligned with your brand voice and informed by your reference materials.
Repo: OpenAnalystInc/10x-Content-Expert
Creates long-form content including blog posts, articles, guides, and thought leadership pieces. Uses SEO best practices, storytelling frameworks, and learns…
Maintains brand voice consistency across all content. Defines, documents, and enforces brand guidelines including tone, vocabulary, style, and messaging. Use…
Upload and manage assets (images, videos, audio) in your Canva account. Use this skill when user wants to upload files to Canva, manage their asset library, or…
Manage and apply brand kits in Canva. Use this skill when user wants to work with brand colors, fonts, logos, or maintain brand consistency across designs.…
Generate content ideas and text for Canva designs. Use this skill when user needs help with what to write, content suggestions, copy for designs, captions,…
Design knowledge base for understanding design terminology, concepts, and best practices. Use this skill when user asks about design terms, needs guidance on…