Add SEO skills 19-28, 31-32 with full Python implementations

12 new skills: Keyword Strategy, SERP Analysis, Position Tracking,
Link Building, Content Strategy, E-Commerce SEO, KPI Framework,
International SEO, AI Visibility, Knowledge Graph, Competitor Intel,
and Crawl Budget. ~20K lines of Python across 25 domain scripts.
Updated skill 11 pipeline table and repo CLAUDE.md.
Enhanced skill 18 local SEO workflow from jamie.clinic audit.

Note: Skill 26 hreflang_validator.py pending (content filter block).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-13 12:05:59 +09:00
parent 159f7ec3f7
commit a3ff965b87
125 changed files with 25948 additions and 173 deletions

View File

@@ -35,7 +35,7 @@ This is a Claude Skills collection repository containing:
| 09 | ourdigital-backoffice | Business document creation | "create proposal", "견적서" |
| 10 | ourdigital-skill-creator | Meta skill for creating skills | "create skill", "init skill" |
### SEO Tools (11-30)
### SEO Tools (11-32)
| # | Skill | Purpose | Trigger |
|---|-------|---------|---------|
@@ -47,22 +47,20 @@ This is a Claude Skills collection repository containing:
| 16 | seo-schema-validator | Structured data validation | "validate schema", "JSON-LD" |
| 17 | seo-schema-generator | Schema markup creation | "generate schema", "create JSON-LD" |
| 18 | seo-local-audit | NAP, GBP, citations | "local SEO", "Google Business Profile" |
| 19 | seo-keyword-strategy | Keyword expansion, intent, clustering, gaps | "keyword research", "keyword strategy" |
| 20 | seo-serp-analysis | Google/Naver SERP features, competitor positions | "SERP analysis", "SERP features" |
| 21 | seo-position-tracking | Rank monitoring, visibility scores, alerts | "rank tracking", "position monitoring" |
| 22 | seo-link-building | Backlink audit, toxic links, link gaps | "backlink audit", "link building" |
| 23 | seo-content-strategy | Content audit, decay, briefs, clusters | "content strategy", "content audit" |
| 24 | seo-ecommerce | Product page audit, product schema | "e-commerce SEO", "product SEO" |
| 25 | seo-kpi-framework | Unified KPIs, health scores, ROI | "SEO KPI", "SEO performance" |
| 26 | seo-international | Hreflang, content parity, multi-language | "international SEO", "hreflang" |
| 27 | seo-ai-visibility | AI search citations, brand radar, SOV | "AI visibility", "AI search" |
| 28 | seo-knowledge-graph | Entity SEO, Knowledge Panel, PAA | "knowledge graph", "entity SEO" |
| 29 | seo-gateway-architect | Gateway page strategy | "SEO strategy", "gateway pages" |
| 30 | seo-gateway-builder | Gateway page content | "build gateway page" |
**Future SEO Skills (19-28 reserved):**
| # | Planned Skill | Status |
|---|--------------|--------|
| 19 | Keyword Strategy & Research | Planned |
| 20 | SERP Analysis | Planned |
| 21 | Position Tracking | Planned |
| 22 | Link Building Diagnosis | Planned |
| 23 | Content Strategy | Planned |
| 24 | E-Commerce SEO | Planned |
| 25 | SEO KPI & Performance Framework | Planned |
| 26 | International SEO | Planned |
| 27-28 | *(reserved)* | — |
| 31 | seo-competitor-intel | Competitor profiling, benchmarking, threats | "competitor analysis", "competitive intel" |
| 32 | seo-crawl-budget | Log analysis, bot profiling, crawl waste | "crawl budget", "log analysis" |
### GTM/GA Tools (60-69)
@@ -209,9 +207,20 @@ our-claude-skills/
│ ├── 16-seo-schema-validator/
│ ├── 17-seo-schema-generator/
│ ├── 18-seo-local-audit/
│ ├── 19-28 (reserved for future SEO skills)
│ ├── 19-seo-keyword-strategy/
│ ├── 20-seo-serp-analysis/
│ ├── 21-seo-position-tracking/
│ ├── 22-seo-link-building/
│ ├── 23-seo-content-strategy/
│ ├── 24-seo-ecommerce/
│ ├── 25-seo-kpi-framework/
│ ├── 26-seo-international/
│ ├── 27-seo-ai-visibility/
│ ├── 28-seo-knowledge-graph/
│ ├── 29-seo-gateway-architect/
│ ├── 30-seo-gateway-builder/
│ ├── 31-seo-competitor-intel/
│ ├── 32-seo-crawl-budget/
│ │
│ ├── 60-gtm-audit/
│ ├── 61-gtm-manager/