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",…
Search Engine Optimization specialist for content strategy, technical SEO, keyword research, and ranking improvements. Use when optimizing website content, improving search rankings, conducting keyword analysis, or implementing SEO best practices. Expert in on-page SEO, meta
$ npx -y skills add davila7/claude-code-templates --skill seo-optimizer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/seo-optimizerContext preview
The summary Claude sees to decide when to auto-load this skill.
Search Engine Optimization specialist for content strategy, technical SEO, keyword research, and ranking improvements. Use when optimizing website content, improving search rankings, conducting keyword analysis, or implementing SEO best practices. Expert in on-page SEO, meta
name: SEO Optimizer description: Search Engine Optimization specialist for content strategy, technical SEO, keyword research, and ranking improvements. Use when optimizing website content, improving search rankings, conducting keyword analysis, or implementing SEO best practices. Expert in on-page SEO, meta tags, schema markup, and Core Web Vitals.
Comprehensive guidance for search engine optimization across content, technical implementation, and strategic planning to improve organic search visibility and rankings.
Use this skill when:
**Primary Keyword Selection:**
**Keyword Research Process:**
1. Identify seed keywords from business objectives 2. Use tools to expand keyword list (Google Keyword Planner, Ahrefs, SEMrush) 3. Analyze search volume and difficulty 4. Group keywords by topic clusters 5. Map keywords to content types and pages 6. Prioritize based on potential ROI
**Content Optimization Formula:**
**Title Tag Optimization:**
<!-- Good: Descriptive, includes keyword, under 60 characters --> <title>Ultimate Guide to React Hooks - Learn useEffect & useState</title> <!-- Bad: Too long, keyword stuffing, generic --> <title>React Hooks Guide React Hooks Tutorial React Hooks Examples Learn React</title>
**Best Practices:**
**Meta Description:**
<!-- Good: Compelling, includes keywords, call-to-action, 150-160 chars --> <meta name="description" content="Master React Hooks with our comprehensive guide. Learn useState, useEffect, and custom hooks with practical examples. Start building better React apps today."> <!-- Bad: Too short, no value proposition --> <meta name="description" content="React Hooks guide and tutorial">
**Header Structure:**
<!-- Proper hierarchy -->
<h1>Main Page Title (Primary Keyword)</h1>
<h2>Section Heading (Related Keywords)</h2>
<h3>Subsection</h3>
<h3>Subsection</h3>
<h2>Another Section</h2>
<h3>Subsection</h3>**URL Structure:**
✅ Good URLs: - /blog/react-hooks-guide - /products/running-shoes - /learn/javascript-async-await ❌ Bad URLs: - /blog?p=12345 - /products/cat-1/subcat-2/item-999 - /page.php?id=abc&ref=xyz
**Image Optimization:**
<!-- Optimized image --> <img src="/images/react-hooks-diagram-800w.webp" alt="React Hooks lifecycle diagram showing useState and useEffect" width="800" height="600" loading="lazy" />
**Best Practices:**
**E-E-A-T Principles (Experience, Expertise, Authoritativeness, Trust):**
**Content Structure for SEO:**
# Main Title (H1) - Primary Keyword Brief introduction with primary keyword in first 100 words. ## What is [Topic]? (H2) - Answer core question Comprehensive explanation with examples. ## Why [Topic] Matters (H2) - Value proposition Benefits and use cases. ## How to [Action] (H2) - Practical guide Step-by-step instructions with visuals. ## Best Practices (H2) - Advanced tips Expert recommendations. ## Common Mistakes to Avoid (H2) Troubleshooting and pitfalls. ## Conclusion Summary and call-to-action.
**Content Length Guidelines:**
**Schema Markup (Structured Data):**
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Complete Guide to React Hooks",
"image": "https://example.com/images/react-hooks.jpg",
"datePublished": "2024-01-15",
"dateModified": "2024-02-01",
"author": {
"@type": "Person",
"name": "Jane Developer"
},
"publisher": {
"@type": "Organization",
"name": "Tech Academy",
"logo": {
"@type": "ImageObject",
"url": "https://example.com/logo.png"
}
}
}**Common Schema Types:**
**Robots.txt Configuration:**
User-agent: * Disallow: /admin/ Disallow: /private/ Disallow: /api/ Allow: /api/public/ Sitemap: https://example.com/sitemap.xml
**XML Sitemap Structure:**
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://example.com/</loc>
<lastmod>2024-01-15</lastmod>
<changefreReady-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…