agent-management
Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent",…
Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content
$ npx -y skills add davila7/claude-code-templates --skill content-creator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/content-creatorContext preview
The summary Claude sees to decide when to auto-load this skill.
Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content
name: content-creator description: Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creating social media content, analyzing brand voice, optimizing SEO, planning content calendars, or when user mentions content creation, brand voice, SEO optimization, social media marketing, or content strategy. license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: marketing domain: content-marketing updated: 2025-10-20 python-tools: brand_voice_analyzer.py, seo_optimizer.py tech-stack: SEO, social-media-platforms
Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks.
content creation, blog posts, SEO, brand voice, social media, content calendar, marketing content, content strategy, content marketing, brand consistency, content optimization, social media marketing, content planning, blog writing, content frameworks, brand guidelines, social media strategy
1. Run `scripts/brand_voice_analyzer.py` on existing content to establish baseline 2. Review `references/brand_guidelines.md` to select voice attributes 3. Apply chosen voice consistently across all content
1. Choose template from `references/content_frameworks.md` 2. Research keywords for topic 3. Write content following template structure 4. Run `scripts/seo_optimizer.py [file] [primary-keyword]` to optimize 5. Apply recommendations before publishing
1. Review platform best practices in `references/social_media_optimization.md` 2. Use appropriate template from `references/content_frameworks.md` 3. Optimize based on platform-specific guidelines 4. Schedule using `assets/content_calendar_template.md`
When creating content for a new brand or client:
1. **Analyze Existing Content** (if available)
python scripts/brand_voice_analyzer.py existing_content.txt
2. **Define Voice Attributes**
3. **Create Voice Sample**
1. **Keyword Research**
2. **Content Structure**
3. **Optimization Check**
python scripts/seo_optimizer.py blog_post.md "primary keyword" "secondary,keywords,list"
4. **Apply SEO Recommendations**
1. **Platform Selection**
2. **Content Adaptation**
3. **Optimization Checklist**
1. **Monthly Planning**
2. **Weekly Distribution**
3. **Batch Creation**
Analyzes text content for voice characteristics, readability, and consistency.
**Usage**: `python scripts/brand_voice_analyzer.py <file> [json|text]`
**Returns**:
Analyzes content for SEO optimization and provides actionable recommendations.
**Usage**: `python scripts/seo_optimizer.py <file> [primary_keyword] [secondary_keywords]`
**Returns**:
**references/brand_guidelines.md**
**references/content_frameworks.md**
**references/social_media_optimization.md**
1. Always start with audience need/pain point 2. Research before writing 3. Create outline using templates 4. Write first draft without editing 5. Optimize for SEO 6. Edit for brand voice 7. Proofread and fact-check 8. Optimize for platform 9. Schedule strategically
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Create, manage, and orchestrate AI agents using the AI Maestro CLI. Use when the user asks to "create agent", "list agents", "delete agent", "hibernate agent",…
Send and receive cryptographically signed messages between AI agents using the Agent Messaging Protocol (AMP). Use when the user asks to "send a message to an…
Search auto-generated codebase documentation for function signatures, API docs, class definitions, and code comments. Use when the user asks to "search docs",…
Query the code graph database to understand component relationships, dependencies, and change impact. Use when the user asks to "find callers", "check…
Search conversation history and semantic memory to recall previous discussions, decisions, and context. Use when the user asks to "search memory", "what did we…