$npx -y skills add norahe0304-art/30x-seo --skill seoMaster SEO orchestrator with 24 specialized sub-skills across 9 categories. Comprehensive SEO analysis for any website or business type. Performs full site audits, single-page deep analysis, technical SEO checks (crawlability, indexability, Core Web Vitals with INP), schema marku
| 1 | # SEO — Master Orchestrator (24 Sub-Skills) |
| 2 | |
| 3 | [PROTOCOL]: Update this header on changes |
| 4 | |
| 5 | Comprehensive SEO analysis across all industries (SaaS, local services, |
| 6 | e-commerce, publishers, agencies). Orchestrates **24 specialized sub-skills** |
| 7 | organized in 9 categories, plus 6 parallel subagents for audits. |
| 8 | |
| 9 | --- |
| 10 | |
| 11 | ## Quick Reference |
| 12 | |
| 13 | ### 1. Audit |
| 14 | | Command | What it does | |
| 15 | |---------|-------------| |
| 16 | | `/seo audit <url>` | **Full-site audit** — first run `squirrelscan audit <url> --format llm` (if installed), then spawn subagents for deep analysis | |
| 17 | | `/seo page <url>` | Deep single-page analysis: title, meta, headings, links, images, Schema, E-E-A-T | |
| 18 | | `squirrelscan audit <url>` | Full-site 230+ rules audit via CLI (`npm i -g squirrelscan`) | |
| 19 | |
| 20 | ### 2. Technical SEO |
| 21 | | Command | What it does | |
| 22 | |---------|-------------| |
| 23 | | `/seo technical <url>` | 8-category audit: crawl, index, security, URLs, mobile, CWV, structured data, JS | |
| 24 | | `/seo sitemap <url>` | Validate XML sitemaps, detect issues, generate new ones | |
| 25 | | `/seo hreflang <url>` | Multi-language SEO: self-refs, return tags, x-default, ISO codes | |
| 26 | | `/seo schema <url>` | Detect, validate, generate JSON-LD structured data | |
| 27 | | `/seo geo-technical <url>` | AI crawler management: GPTBot, ClaudeBot, llms.txt, SSR check | |
| 28 | |
| 29 | ### 3. Links |
| 30 | | Command | What it does | |
| 31 | |---------|-------------| |
| 32 | | `/seo internal-links <url>` | Orphan pages, click depth, anchor text, link equity | |
| 33 | | `/seo backlinks profile <domain>` | Backlink profile analysis *(DataForSEO)* | |
| 34 | | `/seo backlinks gap <domain> <competitor>` | Find link gap opportunities *(DataForSEO)* | |
| 35 | | `/seo redirects <url>` | Chains, loops, 301/302 mix, protocol issues, trailing slashes | |
| 36 | |
| 37 | ### 4. Content |
| 38 | | Command | What it does | |
| 39 | |---------|-------------| |
| 40 | | `/seo content-audit <url>` | E-E-A-T scoring + AI citability analysis | |
| 41 | | `/seo images <url>` | Alt text, file sizes, formats (WebP/AVIF), lazy loading, CLS | |
| 42 | | `/seo content-decay <url>` | Detect declining content, recommend refresh priorities | |
| 43 | | `/seo cannibalization <domain>` | Find keyword conflicts between pages | |
| 44 | | `/seo content-brief <keyword>` | Analyze SERP top 10, generate content briefs | |
| 45 | | `/seo content-writer` | SEO + AI optimized writing guidelines | |
| 46 | |
| 47 | ### 5. Planning |
| 48 | | Command | What it does | |
| 49 | |---------|-------------| |
| 50 | | `/seo plan <business-type>` | Competitor analysis, keyword strategy, content calendar, 4-phase roadmap | |
| 51 | | `/seo architecture <url>` | URL structure, navigation design, internal linking strategy | |
| 52 | |
| 53 | ### 6. Programmatic SEO |
| 54 | | Command | What it does | |
| 55 | |---------|-------------| |
| 56 | | `/seo programmatic plan` | Scale content: data sources, templates, quality gates, index control | |
| 57 | | `/seo competitor-pages generate` | X vs Y comparisons, alternatives pages, feature matrices | |
| 58 | |
| 59 | ### 7. Monitoring |
| 60 | | Command | What it does | |
| 61 | |---------|-------------| |
| 62 | | `/seo monitor overview` | Monitor your site: rankings, clicks, CTR, position changes *(GSC)* | |
| 63 | | `/seo serp check <keyword>` | Live SERP check for any keyword *(DataForSEO)* | |
| 64 | | `/seo ai-visibility domain <domain>` | Track mentions in ChatGPT, Claude, Perplexity, AI Overview *(DataForSEO)* | |
| 65 | |
| 66 | ### 8. Local SEO |
| 67 | | Command | What it does | |
| 68 | |---------|-------------| |
| 69 | | `/seo local <business> <url>` | GBP audit, NAP consistency, reviews, local schema, competitor benchmarking, Ask Maps optimization | |
| 70 | |
| 71 | ### 9. Data |
| 72 | | Command | What it does | |
| 73 | |---------|-------------| |
| 74 | | `/seo keywords research <seed>` | Ideas, volume, difficulty, intent, trends *(DataForSEO)* | |
| 75 | | `/seo keywords site <domain>` | Keywords a site ranks for *(DataForSEO)* | |
| 76 | | `/seo keywords gap <domain> <competitor>` | Find keyword opportunities *(DataForSEO)* | |
| 77 | |
| 78 | --- |
| 79 | |
| 80 | ## Command → Skill Routing |
| 81 | |
| 82 | | Command | Loads Skill | |
| 83 | |---------|-------------| |
| 84 | | `page` | 30x-seo-page | |
| 85 | | `technical` | 30x-seo-technical | |
| 86 | | `sitemap` | 3 |