content-creator
Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks.
About this skill
The Content Creator skill empowers AI agents to generate high-quality, professional marketing content tailored for specific objectives. It performs in-depth brand voice analysis to ensure consistent tone and style across all outputs, meticulously optimizes content for search engines (SEO) to improve visibility, and applies platform-specific frameworks (e.g., for social media, blogs) to maximize impact. This skill is ideal for streamlining content workflows, maintaining a strong and consistent brand identity across various digital channels, and significantly improving content visibility and engagement.
Best use case
Writing blog posts, creating social media content, establishing and maintaining brand voice, optimizing content for SEO, planning and managing content calendars, developing marketing content strategies, ensuring brand consistency across campaigns, optimizing existing content for performance, and supporting social media marketing efforts.
Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks.
Users can expect to receive content that is professionally structured, aligned with a specified brand voice, optimized for SEO, and appropriately formatted for its intended platform. The output will facilitate quicker content production cycles, improved search engine visibility, stronger brand consistency across digital channels, and more engaging user experiences.
Practical example
Example input
{"skill_name": "content-creator", "action": "generate_blog_post", "topic": "The Transformative Power of Quantum Computing", "target_audience": "Tech professionals and advanced enthusiasts", "keywords": ["quantum computing", "quantum entanglement", "quantum supremacy", "qubits"], "brand_voice": "authoritative, innovative, forward-thinking", "platform": "blog", "length_words": 1200, "seo_focus": "high organic search ranking for 'quantum computing insights'"}Example output
{"status": "success", "content_type": "blog_post_draft", "title": "Unlocking Tomorrow: The Transformative Power of Quantum Computing", "sections": [{"heading": "Introduction: Beyond Classical Limits", "body": "Quantum computing stands at the precipice of a technological revolution, promising to solve problems that are intractable for even the most powerful classical supercomputers. Unlike traditional bits, which exist in one of two states (0 or 1), quantum computers leverage qubits that can exist in multiple states simultaneously, opening new paradigms for computation. This article delves into the core concepts and potential impact of this groundbreaking field. Keyword: 'quantum computing'."}, {"heading": "The Mechanics of Quantum: Superposition and Entanglement", "body": "At the heart of quantum computing are two fundamental principles: superposition and quantum entanglement. Superposition allows a qubit to be in multiple states at once, drastically increasing computational power with each added qubit. Quantum entanglement links qubits such that the state of one instantly influences another, regardless of distance, enabling complex computations. These phenomena are key to achieving 'quantum supremacy' in specific problem domains. Keyword: 'quantum entanglement'."}, {"heading": "Revolutionizing Industries: From Medicine to Finance", "body": "The potential applications of quantum computing span across numerous sectors. In drug discovery, it can simulate molecular interactions with unprecedented accuracy, accelerating the development of new medicines. For financial modeling, quantum algorithms could optimize portfolios and detect fraud more effectively. Logistics, AI, and cybersecurity are also ripe for disruption, promising faster, more secure, and more efficient solutions. Keyword: 'quantum computing applications'."}, {"heading": "Challenges and the Road Ahead", "body": "Despite its immense promise, quantum computing faces significant challenges, including maintaining qubit coherence, error correction, and scaling up systems. However, ongoing research and significant investments from tech giants and governments suggest a future where these hurdles will be overcome, bringing quantum computing from laboratories to practical applications. Keyword: 'future of quantum computing'."}, {"heading": "Conclusion: A Quantum Leap for Humanity", "body": "Quantum computing is not just an incremental improvement; it represents a fundamental shift in our computational capabilities. As we continue to unravel its mysteries and harness its power, we can anticipate a quantum leap forward in our ability to innovate, solve complex global challenges, and shape a more advanced future. The era of the qubit is dawning, promising to reshape technology as we know it."}], "seo_recommendations": ["Ensure strong internal linking to related articles on advanced tech.", "Consider using structured data markup (Schema.org) for blog posts.", "Optimize image alt text with relevant keywords like 'quantum processor'."], "brand_voice_score": 0.96, "notes": "Content adheres closely to 'authoritative, innovative, forward-thinking' brand voice. SEO optimized for provided keywords and 'quantum computing insights'."}When to use this skill
- Utilize this skill when your AI agent needs to produce marketing materials that are not only well-written but also strategically aligned with your brand, optimized for search engines, and formatted correctly for target platforms. It's particularly effective for automating content generation tasks such as drafting blog articles, crafting engaging social media updates, defining and applying a consistent brand tone across all communications, or requiring content that adheres to specific SEO guidelines.
When not to use this skill
- Avoid using this skill for highly sensitive, nuanced, or regulatory content where human legal or ethical expertise is paramount. It may also be less suitable for real-time crisis communications requiring immediate human judgment, or for content that demands extremely deep, specialized domain knowledge that an AI cannot reliably synthesize without very specific, expert-level training data.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/content-creator/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How content-creator Compares
| Feature / Agent | content-creator | Standard Approach |
|---|---|---|
| Platform Support | Claude | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | easy | N/A |
Frequently Asked Questions
What does this skill do?
Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks.
Which AI agents support this skill?
This skill is designed for Claude.
How difficult is it to install?
The installation complexity is rated as easy. You can find the installation instructions above.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
Best AI Agents for Marketing
A curated list of the best AI agents and skills for marketing teams focused on SEO, content systems, outreach, and campaign execution.
ChatGPT vs Claude for Agent Skills
Compare ChatGPT and Claude for AI agent skills across coding, writing, research, and reusable workflow execution.
SKILL.md Source
# Content Creator Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks. ## When to Use Use this skill when writing blog posts, creating social media content, establishing brand voice, optimizing content for SEO, or planning content calendars. ## Keywords 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 ## Quick Start ### For Brand Voice Development 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 ### For Blog Content Creation 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 ### For Social Media Content 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` ## Core Workflows ### Establishing Brand Voice (First Time Setup) When creating content for a new brand or client: 1. **Analyze Existing Content** (if available) ```bash python scripts/brand_voice_analyzer.py existing_content.txt ``` 2. **Define Voice Attributes** - Review brand personality archetypes in `references/brand_guidelines.md` - Select primary and secondary archetypes - Choose 3-5 tone attributes - Document in brand guidelines 3. **Create Voice Sample** - Write 3 sample pieces in chosen voice - Test consistency using analyzer - Refine based on results ### Creating SEO-Optimized Blog Posts 1. **Keyword Research** - Identify primary keyword (search volume 500-5000/month) - Find 3-5 secondary keywords - List 10-15 LSI keywords 2. **Content Structure** - Use blog template from `references/content_frameworks.md` - Include keyword in title, first paragraph, and 2-3 H2s - Aim for 1,500-2,500 words for comprehensive coverage 3. **Optimization Check** ```bash python scripts/seo_optimizer.py blog_post.md "primary keyword" "secondary,keywords,list" ``` 4. **Apply SEO Recommendations** - Adjust keyword density to 1-3% - Ensure proper heading structure - Add internal and external links - Optimize meta description ### Social Media Content Creation 1. **Platform Selection** - Identify primary platforms based on audience - Review platform-specific guidelines in `references/social_media_optimization.md` 2. **Content Adaptation** - Start with blog post or core message - Use repurposing matrix from `references/content_frameworks.md` - Adapt for each platform following templates 3. **Optimization Checklist** - Platform-appropriate length - Optimal posting time - Correct image dimensions - Platform-specific hashtags - Engagement elements (polls, questions) ### Content Calendar Planning 1. **Monthly Planning** - Copy `assets/content_calendar_template.md` - Set monthly goals and KPIs - Identify key campaigns/themes 2. **Weekly Distribution** - Follow 40/25/25/10 content pillar ratio - Balance platforms throughout week - Align with optimal posting times 3. **Batch Creation** - Create all weekly content in one session - Maintain consistent voice across pieces - Prepare all visual assets together ## Key Scripts ### brand_voice_analyzer.py Analyzes text content for voice characteristics, readability, and consistency. **Usage**: `python scripts/brand_voice_analyzer.py <file> [json|text]` **Returns**: - Voice profile (formality, tone, perspective) - Readability score - Sentence structure analysis - Improvement recommendations ### seo_optimizer.py Analyzes content for SEO optimization and provides actionable recommendations. **Usage**: `python scripts/seo_optimizer.py <file> [primary_keyword] [secondary_keywords]` **Returns**: - SEO score (0-100) - Keyword density analysis - Structure assessment - Meta tag suggestions - Specific optimization recommendations ## Reference Guides ### When to Use Each Reference **references/brand_guidelines.md** - Setting up new brand voice - Ensuring consistency across content - Training new team members - Resolving voice/tone questions **references/content_frameworks.md** - Starting any new content piece - Structuring different content types - Creating content templates - Planning content repurposing **references/social_media_optimization.md** - Platform-specific optimization - Hashtag strategy development - Understanding algorithm factors - Setting up analytics tracking ## Best Practices ### Content Creation Process 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 ### Quality Indicators - SEO score above 75/100 - Readability appropriate for audience - Consistent brand voice throughout - Clear value proposition - Actionable takeaways - Proper visual formatting - Platform-optimized ### Common Pitfalls to Avoid - Writing before researching keywords - Ignoring platform-specific requirements - Inconsistent brand voice - Over-optimizing for SEO (keyword stuffing) - Missing clear CTAs - Publishing without proofreading - Ignoring analytics feedback ## Performance Metrics Track these KPIs for content success: ### Content Metrics - Organic traffic growth - Average time on page - Bounce rate - Social shares - Backlinks earned ### Engagement Metrics - Comments and discussions - Email click-through rates - Social media engagement rate - Content downloads - Form submissions ### Business Metrics - Leads generated - Conversion rate - Customer acquisition cost - Revenue attribution - ROI per content piece ## Integration Points This skill works best with: - Analytics platforms (Google Analytics, social media insights) - SEO tools (for keyword research) - Design tools (for visual content) - Scheduling platforms (for content distribution) - Email marketing systems (for newsletter content) ## Quick Commands ```bash # Analyze brand voice python scripts/brand_voice_analyzer.py content.txt # Optimize for SEO python scripts/seo_optimizer.py article.md "main keyword" # Check content against brand guidelines grep -f references/brand_guidelines.md content.txt # Create monthly calendar cp assets/content_calendar_template.md this_month_calendar.md ```
Related Skills
content-marketer
Elite content marketing strategist specializing in AI-powered content creation, omnichannel distribution, SEO optimization, and data-driven performance marketing.
marketing-ideas
Provide proven marketing strategies and growth ideas for SaaS and software products, prioritized using a marketing feasibility scoring system.
growth-engine
Motor de crescimento para produtos digitais -- growth hacking, SEO, ASO, viral loops, email marketing, CRM, referral programs e aquisicao organica.
email-sequence
You are an expert in email marketing and automation. Your goal is to create email sequences that nurture relationships, drive action, and move people toward conversion.
copywriting
Write rigorous, conversion-focused marketing copy for landing pages and emails. Enforces brief confirmation and strict no-fabrication rules.
content-engine
Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.
crosspost
Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.
hig-components-content
Apple Human Interface Guidelines for content display components.
content-strategy
Plan a content strategy, topic clusters, editorial roadmap, and content mix for traffic, authority, and lead generation. Use when deciding what to publish, what topics to prioritize, or how to structure a content program.
Email Marketing Command Center
Complete email marketing system — strategy, sequences, segmentation, automation, deliverability, and analytics. Build campaigns that convert.
Email Marketing Engine
Complete email marketing system — deliverability, list building, sequences, cold outreach, automation, analytics, and revenue optimization. Zero dependencies.
nft-standards
Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features.