Agent skill
content-optimization
AI-powered content optimization and SEO writing assistance
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/marketing/skills/content-optimization
Metadata
Additional technical details for this skill
- domain
- business
- category
- Content Marketing
- skill id
- SK-012
- dependencies
-
[ "Clearscope API", "Surfer SEO API", "MarketMuse API" ] - specialization
- marketing
SKILL.md
Content Optimization Skill
Overview
The Content Optimization skill provides AI-powered content optimization and SEO writing assistance. This skill enables data-driven content creation that ranks well in search while delivering value to readers.
Capabilities
Content Analysis
- Clearscope content analysis
- Surfer SEO optimization
- MarketMuse content planning
- Keyword density analysis
- Readability scoring
Content Planning
- Content brief generation
- Topic cluster planning
- Content gap identification
- SERP intent analysis
- Competitive content analysis
Optimization
- Real-time optimization scoring
- Term recommendations
- Header structure optimization
- Internal linking suggestions
- Featured snippet optimization
Quality Assurance
- Readability scoring
- Grammar and style checking
- Brand voice consistency
- Fact-checking reminders
- Plagiarism detection
Usage
Content Brief
const contentBrief = {
tool: 'Clearscope',
targetKeyword: 'marketing automation best practices',
analysis: {
searchVolume: 2400,
difficulty: 58,
intent: 'informational',
serpFeatures: ['featured-snippet', 'people-also-ask', 'related-searches']
},
recommendations: {
wordCount: { min: 2000, optimal: 2500 },
headerStructure: [
'H1: What is Marketing Automation?',
'H2: Benefits of Marketing Automation',
'H2: Marketing Automation Best Practices',
'H3: Lead Scoring',
'H3: Email Nurturing',
'H3: Workflow Design'
],
mustIncludeTerms: [
'lead nurturing',
'email automation',
'workflow',
'CRM integration',
'analytics'
],
questions: [
'What are the benefits of marketing automation?',
'How do you implement marketing automation?',
'What are common marketing automation mistakes?'
]
},
competitors: [
{ url: 'competitor-article-1.com', score: 85, wordCount: 2800 },
{ url: 'competitor-article-2.com', score: 82, wordCount: 2200 }
],
targetScore: 85
};
Process Integration
| Process | Integration Points |
|---|---|
| content-strategy-development.js | Content planning |
| content-performance-optimization.js | Content updates |
| seo-strategy-implementation.js | SEO optimization |
Best Practices
- User Intent First: Optimize for user needs, not just keywords
- Quality Balance: Balance SEO with readability
- Continuous Updates: Refresh content regularly
- Competitive Analysis: Understand what ranks
- Measure Results: Track organic performance
Metrics and KPIs
| Metric | Description | Target |
|---|---|---|
| Content Score | Optimization tool score | >80 |
| Organic Rankings | Keyword positions | Top 10 |
| Organic Traffic | Visits from search | Growing |
| Time on Page | Engagement metric | Above average |
Related Skills
- SK-007: SEO Tools (technical SEO)
- SK-011: Content Management (publishing)
- SK-001: Market Research Platform (audience research)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?