AI-powered content optimization and SEO writing assistance
Optimizes written content for SEO and readability using AI-powered analysis and suggestions.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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.
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 Points |
|---|---|
| content-strategy-development.js | Content planning |
| content-performance-optimization.js | Content updates |
| seo-strategy-implementation.js | SEO optimization |
| 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 |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.