Restructure skill numbering: SEO 11-30, GTM 60-69, reserve 19-28 for future skills

Renumber 12 existing skills to new ranges:
- SEO: 11→13, 12→18, 13→16, 14→17, 15→14, 16→15, 17→29, 18→30, 19→12
- GTM: 20→60, 21→61, 22→62

Update cross-references in gateway architect/builder skills, GTM guardian
README, CLAUDE.md (skill tables + directory layout), and AGENTS.md
(domain routing ranges).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-13 02:37:39 +09:00
parent 912d0e2810
commit 7c5efea817
149 changed files with 52 additions and 33 deletions

View File

@@ -115,13 +115,15 @@ Task 2: general-purpose - "Implement the planned skill" # Needs Task 1 result
## Domain-Specific Routing ## Domain-Specific Routing
### SEO Skills (10-19) ### SEO Skills (11-30)
- Use **seo-advisor** agent for SEO strategy questions - Use **seo-advisor** agent for SEO strategy questions
- Use **Explore** to understand existing SEO script patterns - Use **Explore** to understand existing SEO script patterns
- Python scripts in these skills follow `base_client.py` patterns - Python scripts in these skills follow `base_client.py` patterns
- `11-seo-comprehensive-audit` orchestrates skills 12-18 for unified audits
- Skills 19-28 are reserved for future SEO capabilities
### GTM Skills (20-29) ### GTM Skills (60-69)
- Use **gtm-manager** agent for GTM-specific debugging - Use **gtm-manager** agent for GTM-specific debugging
- Requires Chrome GTM Debug profile for live testing - Requires Chrome GTM Debug profile for live testing

View File

@@ -7,7 +7,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
**GitHub**: https://github.com/ourdigital/our-claude-skills **GitHub**: https://github.com/ourdigital/our-claude-skills
This is a Claude Skills collection repository containing: This is a Claude Skills collection repository containing:
- **custom-skills/**: 37 custom skills for OurDigital workflows, SEO, GTM, Jamie Brand, NotebookLM, Notion, Reference Curation, and Multi-Agent Collaboration - **custom-skills/**: 38 custom skills for OurDigital workflows, SEO, GTM, Jamie Brand, NotebookLM, Notion, Reference Curation, and Multi-Agent Collaboration
- **example-skills/**: Reference examples from Anthropic's official skills repository - **example-skills/**: Reference examples from Anthropic's official skills repository
- **official-skills/**: Notion integration skills (3rd party) - **official-skills/**: Notion integration skills (3rd party)
- **reference/**: Skill format requirements documentation - **reference/**: Skill format requirements documentation
@@ -35,27 +35,42 @@ This is a Claude Skills collection repository containing:
| 09 | ourdigital-backoffice | Business document creation | "create proposal", "견적서" | | 09 | ourdigital-backoffice | Business document creation | "create proposal", "견적서" |
| 10 | ourdigital-skill-creator | Meta skill for creating skills | "create skill", "init skill" | | 10 | ourdigital-skill-creator | Meta skill for creating skills | "create skill", "init skill" |
### SEO Tools (11-19) ### SEO Tools (11-30)
| # | Skill | Purpose | Trigger | | # | Skill | Purpose | Trigger |
|---|-------|---------|---------| |---|-------|---------|---------|
| 11 | seo-on-page-audit | Meta tags, headings, links | "on-page SEO", "meta tags" | | 11 | seo-comprehensive-audit | Unified 6-stage SEO audit orchestrator | "comprehensive SEO", "full SEO audit" |
| 12 | seo-local-audit | NAP, GBP, citations | "local SEO", "Google Business Profile" | | 12 | seo-technical-audit | Robots.txt, sitemap, crawlability | "technical SEO", "crawlability" |
| 13 | seo-schema-validator | Structured data validation | "validate schema", "JSON-LD" | | 13 | seo-on-page-audit | Meta tags, headings, links | "on-page SEO", "meta tags" |
| 14 | seo-schema-generator | Schema markup creation | "generate schema", "create JSON-LD" | | 14 | seo-core-web-vitals | LCP, CLS, FID, INP metrics | "Core Web Vitals", "page speed" |
| 15 | seo-core-web-vitals | LCP, CLS, FID, INP metrics | "Core Web Vitals", "page speed" | | 15 | seo-search-console | GSC data analysis | "Search Console", "rankings" |
| 16 | seo-search-console | GSC data analysis | "Search Console", "rankings" | | 16 | seo-schema-validator | Structured data validation | "validate schema", "JSON-LD" |
| 17 | seo-gateway-architect | Gateway page strategy | "SEO strategy", "gateway pages" | | 17 | seo-schema-generator | Schema markup creation | "generate schema", "create JSON-LD" |
| 18 | seo-gateway-builder | Gateway page content | "build gateway page" | | 18 | seo-local-audit | NAP, GBP, citations | "local SEO", "Google Business Profile" |
| 19 | seo-technical-audit | Robots.txt, sitemap, crawlability | "technical SEO", "crawlability" | | 29 | seo-gateway-architect | Gateway page strategy | "SEO strategy", "gateway pages" |
| 30 | seo-gateway-builder | Gateway page content | "build gateway page" |
### GTM/GA Tools (20-29) **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)* | — |
### GTM/GA Tools (60-69)
| # | Skill | Purpose | Trigger | | # | Skill | Purpose | Trigger |
|---|-------|---------|---------| |---|-------|---------|---------|
| 20 | gtm-audit | GTM container audit | "audit GTM", "GTM analysis" | | 60 | gtm-audit | GTM container audit | "audit GTM", "GTM analysis" |
| 21 | gtm-manager | GTM management + dataLayer | "GTM manager", "dataLayer" | | 61 | gtm-manager | GTM management + dataLayer | "GTM manager", "dataLayer" |
| 22 | gtm-guardian | Live tag monitoring & validation | "monitor GTM", "tag validation" | | 62 | gtm-guardian | Live tag monitoring & validation | "monitor GTM", "tag validation" |
### Notion Tools (31-39) ### Notion Tools (31-39)
@@ -186,19 +201,21 @@ our-claude-skills/
│ ├── 09-ourdigital-backoffice/ │ ├── 09-ourdigital-backoffice/
│ ├── 10-ourdigital-skill-creator/ │ ├── 10-ourdigital-skill-creator/
│ │ │ │
│ ├── 11-seo-on-page-audit/ │ ├── 11-seo-comprehensive-audit/
│ ├── 12-seo-local-audit/ │ ├── 12-seo-technical-audit/
│ ├── 13-seo-schema-validator/ │ ├── 13-seo-on-page-audit/
│ ├── 14-seo-schema-generator/ │ ├── 14-seo-core-web-vitals/
│ ├── 15-seo-core-web-vitals/ │ ├── 15-seo-search-console/
│ ├── 16-seo-search-console/ │ ├── 16-seo-schema-validator/
│ ├── 17-seo-gateway-architect/ │ ├── 17-seo-schema-generator/
│ ├── 18-seo-gateway-builder/ │ ├── 18-seo-local-audit/
│ ├── 19-seo-technical-audit/ │ ├── 19-28 (reserved for future SEO skills)
│ ├── 29-seo-gateway-architect/
│ ├── 30-seo-gateway-builder/
│ │ │ │
│ ├── 20-gtm-audit/ │ ├── 60-gtm-audit/
│ ├── 21-gtm-manager/ │ ├── 61-gtm-manager/
│ ├── 22-gtm-guardian/ │ ├── 62-gtm-guardian/
│ │ │ │
│ ├── 31-notion-organizer/ │ ├── 31-notion-organizer/
│ ├── 32-notion-writer/ │ ├── 32-notion-writer/

View File

@@ -54,7 +54,7 @@ See `templates/` for:
1. Run keyword analyzer for target topic 1. Run keyword analyzer for target topic
2. Review search volume and intent data 2. Review search volume and intent data
3. Use output to plan content architecture 3. Use output to plan content architecture
4. Hand off to `18-seo-gateway-builder` for content generation 4. Hand off to `30-seo-gateway-builder` for content generation
## Configuration ## Configuration

View File

@@ -76,7 +76,7 @@ Generates markdown files with:
## Workflow ## Workflow
1. Get strategy from `17-seo-gateway-architect` 1. Get strategy from `29-seo-gateway-architect`
2. Configure services and locations 2. Configure services and locations
3. Run generator for content drafts 3. Run generator for content drafts
4. Review and customize output 4. Review and customize output

View File

@@ -1,4 +1,4 @@
# 18-seo-gateway-builder dependencies # 30-seo-gateway-builder dependencies
jinja2>=3.1.0 jinja2>=3.1.0
pyyaml>=6.0.0 pyyaml>=6.0.0
markdown>=3.5.0 markdown>=3.5.0

Some files were not shown because too many files have changed in this diff Show More