/seo
Use when running any SEO/GEO task via /seo — the top-level orchestrator that routes to all SEO sub-skills.
$ npx -y skills add fusengine/agents --skill seo --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/seo
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when running any SEO/GEO task via /seo — the top-level orchestrator that routes to all SEO sub-skills.
SKILL.md
seo.SKILL.mdname: seo
description: Use when running any SEO/GEO task via /seo — the top-level orchestrator that routes to all SEO sub-skills.
argument-hint: "[command] [url-or-path]"
user-invocable: true
references: 01-seo-foundations, 02-onpage-seo, 03-schema-org, 04-geo-2026, 05-technical-seo, 06-content-strategy, 07-sea-google-ads, 08-measurement, 09-checklists, 10-local-seo
related-skills: seo-audit, seo-page, seo-technical, seo-schema, seo-content, seo-geo, seo-local, seo-sitemap, seo-hreflang, seo-cluster, seo-entity
<objective> Top-level SEO/GEO 2026 orchestrator invoked as `/seo $1 $2` ($1 = command, $2 = URL or local path). Routes to 20 sub-skills covering full-site audits (seo-audit), single-page analysis (seo-page), technical SEO, schema markup, content quality (E-E-A-T), AI search / GEO optimization (AI Overviews readiness), local SEO, sitemap/robots, internal linking, semantic clustering, content briefs, strategic planning by business type, search experience (SXO), featured snippets, entity/semantic SEO, e-commerce, video, hreflang/i18n, and redirects/migration — see the Quick Reference command table in the body for the full command-to-sub-skill mapping. Local-first (zero third-party APIs, zero Google APIs, zero Python — TS/Bun scripts only); delegates framework-specific implementation to fuse-astro/fuse-nextjs/fuse-laravel. Also owns the `.fuse-seo` opt-in activation hook on first invocation per project and post-analysis report generation under `.fuse-seo/reports/`. </objective>
SEO/GEO Orchestrator
**Invocation:** `/seo $1 $2` where `$1` is the command and `$2` is the URL or local path.
Comprehensive SEO + GEO 2026 analysis across all industries (SaaS, local services, e-commerce, publishers, agencies). Orchestrates 20 sub-skills and 8 parallel sub-agents. Local-first, zero third-party APIs.
Quick Reference
| Command | What it does | Sub-skill | |---------|--------------|-----------| | `/seo audit <url>` | Full audit with parallel subagent delegation | seo-audit | | `/seo page <url\|path>` | Deep single-page analysis | seo-page | | `/seo technical <url>` | Technical SEO (robots, CWV, crawlability) | seo-technical | | `/seo schema <url\|path>` | Detect/validate/generate JSON-LD | seo-schema | | `/seo content <url>` | E-E-A-T + anti-cannibalization | seo-content | | `/seo images <url>` | Image SEO: alt text, formats, lazy loading | seo-images | | `/seo sitemap <url\|generate>` | Analyze or generate XML sitemaps | seo-sitemap | | `/seo hreflang <url>` | i18n/multilingual audit and generation | seo-hreflang | | `/seo internal-linking <url>` | Pillar/cluster, anchor optimization | seo-internal-linking | | `/seo cluster <keyword>` | SERP-based semantic clustering | seo-cluster | | `/seo brief <topic>` | Generate detailed content brief | seo-content-brief | | `/seo plan <type>` | Strategic planning (saas/local/ecommerce/publisher) | seo-plan | | `/seo sxo <url>` | Search Experience Optimization | seo-sxo | | `/seo snippets <url>` | Position 0 + AI Overviews input | seo-featured-snippets | | `/seo local <url>` | Local SEO (GBP, NAP, citations, map pack) | seo-local | | `/seo geo <url>` | AI Overviews/ChatGPT/Perplexity/Claude readiness | seo-geo | | `/seo entity <url>` | Entity/semantic SEO, knowledge graph, salience | seo-entity | | `/seo ecommerce <url>` | Product schema, faceted nav, marketplace | seo-ecommerce | | `/seo video <url>` | VideoObject, YouTube, transcripts | seo-video | | `/seo redirects <url>` | 301/302, migration, chains | seo-redirects | | `/seo drift <url>` | SEO diff vs previous git HEAD | (uses diff-seo.ts) |
Orchestration Logic — `/seo audit`
When user invokes `/seo audit <url>`: 1. Detect business type from homepage (SaaS, local, ecommerce, publisher, agency) 2. Spawn sub-agents **in parallel** (single message, multiple Agent calls):
- `seo-technical` (robots, sitemap, CWV, hreflang)
- `seo-schema` (JSON-LD detect/validate)
- `seo-content` (E-E-A-T, anti-cannibalization)
- `seo-geo` (AI Overviews readiness)
- `seo-entity` (knowledge graph, salience, sameAs/knowsAbout)
- `seo-images` (alt, formats, optim)
- `seo-sitemap` (sitemap.xml + robots.txt)
3. **If local business detected** → also spawn `seo-local` 4. **If content strategy signals** (blog, pillar pages) → also spawn `seo-cluster` 5. Collect results, generate unified report with **SEO Health Score (0-100)** 6. Create prioritized action plan (Critical → High → Medium → Low)
Workflow (7 phases — for content-creation flows)
PHASE 1: ANALYZE → Extract content, detect intent
PHASE 2: RESEARCH → SERP analysis, 2026 trends, AI platforms
PHASE 3: KEYWORDS → Extract with anti-cannibalization
PHASE 4: STRUCTURE → Meta, OG, Twitter Cards, Hn, schema, alt
PHASE 5: CONTENT → Write SEO+GEO optimized content
PHASE 6: VALIDATE → SEO + GEO compliance checklists
PHASE 7: DRIFT → Compare to git HEAD (diff-seo.ts)
Reference Library (legacy 10 categories)
references/
├── 01-seo-foundations/ → research workflow, SEO vs GEO
├── 02-onpage-seo/ → meta tags, OG, Twitter, headers, alt
├── 03-schema-org/ → 9 schema types (templates ready)
├── 04-geo-2026/ → AI platforms, citations, zero-click
├── 05-technical-seo/ → CWV, mobile-first, crawlability
├── 06-content-strategy/ → E-E-A-T, anti-cannibalization, keywords
├── 07-sea-google-ads/ → Quality Score, landing pages (optional)
├── 08-measurement/ → GEO tracking, Share of Model
├── 09-checklists/ → pre-publication, technical audit
└── 10-local-seo/ → GBP, NAP, citations, Local Pack
Scripts Available (`scripts/`)
| Script | Purpose | |--------|---------| | `parse-meta.ts` | Extract title/description/OG/canonical via cheerio | | `validate-schema.ts` | Validate JSON-LD offline against schema.org dumps | | `check-cwv.ts` | Lighthouse CLI local wrapper | | `parse-sitemap.ts` | Validate sitemap.xml structure | | `parse-robots.ts` | Validate robots.txt directive
Read more
name: seo description: Use when running any SEO/GEO task via /seo — the top-level orchestrator that routes to all SEO sub-skills. argument-hint: "[command] [url-or-path]" user-invocable: true references: 01-seo-foundations, 02-onpage-seo, 03-schema-org, 04-geo-2026, 05-technical-seo, 06-content-strategy, 07-sea-google-ads, 08-measurement, 09-checklists, 10-local-seo related-skills: seo-audit, seo-page, seo-technical, seo-schema, seo-content, seo-geo, seo-local, seo-sitemap, seo-hreflang, seo-cluster, seo-entity
<objective> Top-level SEO/GEO 2026 orchestrator invoked as `/seo $1 $2` ($1 = command, $2 = URL or local path). Routes to 20 sub-skills covering full-site audits (seo-audit), single-page analysis (seo-page), technical SEO, schema markup, content quality (E-E-A-T), AI search / GEO optimization (AI Overviews readiness), local SEO, sitemap/robots, internal linking, semantic clustering, content briefs, strategic planning by business type, search experience (SXO), featured snippets, entity/semantic SEO, e-commerce, video, hreflang/i18n, and redirects/migration — see the Quick Reference command table in the body for the full command-to-sub-skill mapping. Local-first (zero third-party APIs, zero Google APIs, zero Python — TS/Bun scripts only); delegates framework-specific implementation to fuse-astro/fuse-nextjs/fuse-laravel. Also owns the `.fuse-seo` opt-in activation hook on first invocation per project and post-analysis report generation under `.fuse-seo/reports/`. </objective>
SEO/GEO Orchestrator
**Invocation:** `/seo $1 $2` where `$1` is the command and `$2` is the URL or local path.
Comprehensive SEO + GEO 2026 analysis across all industries (SaaS, local services, e-commerce, publishers, agencies). Orchestrates 20 sub-skills and 8 parallel sub-agents. Local-first, zero third-party APIs.
Quick Reference
| Command | What it does | Sub-skill | |---------|--------------|-----------| | `/seo audit <url>` | Full audit with parallel subagent delegation | seo-audit | | `/seo page <url\|path>` | Deep single-page analysis | seo-page | | `/seo technical <url>` | Technical SEO (robots, CWV, crawlability) | seo-technical | | `/seo schema <url\|path>` | Detect/validate/generate JSON-LD | seo-schema | | `/seo content <url>` | E-E-A-T + anti-cannibalization | seo-content | | `/seo images <url>` | Image SEO: alt text, formats, lazy loading | seo-images | | `/seo sitemap <url\|generate>` | Analyze or generate XML sitemaps | seo-sitemap | | `/seo hreflang <url>` | i18n/multilingual audit and generation | seo-hreflang | | `/seo internal-linking <url>` | Pillar/cluster, anchor optimization | seo-internal-linking | | `/seo cluster <keyword>` | SERP-based semantic clustering | seo-cluster | | `/seo brief <topic>` | Generate detailed content brief | seo-content-brief | | `/seo plan <type>` | Strategic planning (saas/local/ecommerce/publisher) | seo-plan | | `/seo sxo <url>` | Search Experience Optimization | seo-sxo | | `/seo snippets <url>` | Position 0 + AI Overviews input | seo-featured-snippets | | `/seo local <url>` | Local SEO (GBP, NAP, citations, map pack) | seo-local | | `/seo geo <url>` | AI Overviews/ChatGPT/Perplexity/Claude readiness | seo-geo | | `/seo entity <url>` | Entity/semantic SEO, knowledge graph, salience | seo-entity | | `/seo ecommerce <url>` | Product schema, faceted nav, marketplace | seo-ecommerce | | `/seo video <url>` | VideoObject, YouTube, transcripts | seo-video | | `/seo redirects <url>` | 301/302, migration, chains | seo-redirects | | `/seo drift <url>` | SEO diff vs previous git HEAD | (uses diff-seo.ts) |
Orchestration Logic — `/seo audit`
When user invokes `/seo audit <url>`: 1. Detect business type from homepage (SaaS, local, ecommerce, publisher, agency) 2. Spawn sub-agents **in parallel** (single message, multiple Agent calls):
- `seo-technical` (robots, sitemap, CWV, hreflang)
- `seo-schema` (JSON-LD detect/validate)
- `seo-content` (E-E-A-T, anti-cannibalization)
- `seo-geo` (AI Overviews readiness)
- `seo-entity` (knowledge graph, salience, sameAs/knowsAbout)
- `seo-images` (alt, formats, optim)
- `seo-sitemap` (sitemap.xml + robots.txt)
3. **If local business detected** → also spawn `seo-local` 4. **If content strategy signals** (blog, pillar pages) → also spawn `seo-cluster` 5. Collect results, generate unified report with **SEO Health Score (0-100)** 6. Create prioritized action plan (Critical → High → Medium → Low)
Workflow (7 phases — for content-creation flows)
PHASE 1: ANALYZE → Extract content, detect intent PHASE 2: RESEARCH → SERP analysis, 2026 trends, AI platforms PHASE 3: KEYWORDS → Extract with anti-cannibalization PHASE 4: STRUCTURE → Meta, OG, Twitter Cards, Hn, schema, alt PHASE 5: CONTENT → Write SEO+GEO optimized content PHASE 6: VALIDATE → SEO + GEO compliance checklists PHASE 7: DRIFT → Compare to git HEAD (diff-seo.ts)
Reference Library (legacy 10 categories)
references/ ├── 01-seo-foundations/ → research workflow, SEO vs GEO ├── 02-onpage-seo/ → meta tags, OG, Twitter, headers, alt ├── 03-schema-org/ → 9 schema types (templates ready) ├── 04-geo-2026/ → AI platforms, citations, zero-click ├── 05-technical-seo/ → CWV, mobile-first, crawlability ├── 06-content-strategy/ → E-E-A-T, anti-cannibalization, keywords ├── 07-sea-google-ads/ → Quality Score, landing pages (optional) ├── 08-measurement/ → GEO tracking, Share of Model ├── 09-checklists/ → pre-publication, technical audit └── 10-local-seo/ → GBP, NAP, citations, Local Pack
Scripts Available (`scripts/`)
| Script | Purpose | |--------|---------| | `parse-meta.ts` | Extract title/description/OG/canonical via cheerio | | `validate-schema.ts` | Validate JSON-LD offline against schema.org dumps | | `check-cwv.ts` | Lighthouse CLI local wrapper | | `parse-sitemap.ts` | Validate sitemap.xml structure | | `parse-robots.ts` | Validate robots.txt directive
Showing the first part of this file.
A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
Other skills on fusengine-agents.
- /agent-creator
Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
Open skill - /apex-methodology
Use when starting ANY development task -- feature, bug fix, refactor, hotfix (triggers: implement, create, build, fix, add feature, refactor, develop).
Open skill - /brainstorming
Use when creating a feature/component or adding functionality. Fires BEFORE APEX Analyze to refine requirements via structured questioning.
Open skill - /challenge
Use before a root-cause, done/verified claim, irreversible action, or 2nd-time fix reaches the owner (APEX or plain conversation); also fires at every eLicit/Verify gate. Not for code correctness (use sniper).
Open skill - /code-quality
Use when validating code quality after modifications -- SOLID compliance, DRY duplication, linter errors, architecture violations. Do NOT use for functional verification (run verification FIRST, then code-quality).
Open skill - /elicitation
Use when an expert agent self-reviews and self-corrects code after the Execute phase, before sniper validation (BMAD-METHOD elicitation techniques).
Open skill

