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",…
When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions "programmatic SEO," "template pages," "pages at scale," "directory pages," "location pages," "[keyword] + [city] pages," "comparison pages," "integration pages," or
$ npx -y skills add davila7/claude-code-templates --skill programmatic-seo --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/programmatic-seoContext preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions "programmatic SEO," "template pages," "pages at scale," "directory pages," "location pages," "[keyword] + [city] pages," "comparison pages," "integration pages," or
name: programmatic-seo description: When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions "programmatic SEO," "template pages," "pages at scale," "directory pages," "location pages," "[keyword] + [city] pages," "comparison pages," "integration pages," or "building many pages for SEO." For auditing existing SEO issues, see seo-audit.
You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties.
Before designing a programmatic SEO strategy, understand:
1. **Business Context**
2. **Opportunity Assessment**
3. **Competitive Landscape**
---
Every page must provide value specific to that page:
The best pSEO uses data competitors can't easily replicate:
Hierarchy of data defensibility: 1. Proprietary (you created it) 2. Product-derived (from your users) 3. User-generated (your community) 4. Licensed (exclusive access) 5. Public (anyone can use—weakest)
**Always use subfolders, not subdomains**:
Subfolders pass authority to your main domain. Subdomains are treated as separate sites by Google.
**URL best practices**:
Pages must actually answer what people are searching for:
---
Beyond mixing and matching data point permutations, these are the proven playbooks for programmatic SEO:
**Pattern**: "[Type] template" or "free [type] template" **Example searches**: "resume template", "invoice template", "pitch deck template"
**What it is**: Downloadable or interactive templates users can use directly.
**Why it works**:
**Value requirements**:
**URL structure**: `/templates/[type]/` or `/templates/[category]/[type]/`
---
**Pattern**: "best [category]" or "top [number] [things]" **Example searches**: "best website builders", "top 10 crm software", "best free design tools"
**What it is**: Curated lists ranking or recommending options in a category.
**Why it works**:
**Value requirements**:
**URL structure**: `/best/[category]/` or `/[category]/best/`
---
**Pattern**: "[X] to [Y]" or "[amount] [unit] in [unit]" **Example searches**: "$10 USD to GBP", "100 kg to lbs", "pdf to word"
**What it is**: Tools or pages that convert between formats, units, or currencies.
**Why it works**:
**Value requirements**:
**URL structure**: `/convert/[from]-to-[to]/` or `/[from]-to-[to]-converter/`
---
**Pattern**: "[X] vs [Y]" or "[X] alternative" **Example searches**: "webflow vs wordpress", "notion vs coda", "figma alternatives"
**What it is**: Head-to-head comparisons between products, tools, or options.
**Why it works**:
**Value requirements**:
**URL structure**: `/compare/[x]-vs-[y]/` or `/[x]-vs-[y]/`
*See also: competitor-alternatives skill for detailed frameworks*
---
**Pattern**: "[type] examples" or "[category] inspiration" **Example searches**: "saas landing page examples", "email subject line examples", "portfolio website examples"
**What it is**: Galleries or collections of real-world examples for inspiration.
**Why it works**:
**Value requirements**:
**URL structure**: `/examples/[type]/` or `/[type]-examples/
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…