From 159f7ec3f710ca9da4347e3c841419bf1a27ff99 Mon Sep 17 00:00:00 2001 From: Andrew Yim Date: Fri, 13 Feb 2026 02:41:03 +0900 Subject: [PATCH] Update README.md for new skill numbering and fix command frontmatter Update README skill tables (SEO 11-30, GTM 60-69), add comprehensive audit entry, and remove unsupported argument-hint field from slash command frontmatter. Co-Authored-By: Claude Opus 4.6 --- README.md | 37 ++++++++++--------- .../code/commands/seo-comprehensive-audit.md | 1 - 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 9e5553d..31e272e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > **Internal R&D Repository** - This repository is restricted for internal use only. -A collection of **37 custom Claude Skills** for OurDigital workflows, Jamie Plastic Surgery Clinic brand management, SEO/GTM tools, NotebookLM automation, Notion integrations, reference documentation curation, and multi-agent collaboration. +A collection of **38 custom Claude Skills** for OurDigital workflows, Jamie Plastic Surgery Clinic brand management, SEO/GTM tools, NotebookLM automation, Notion integrations, reference documentation curation, and multi-agent collaboration. ## Quick Install @@ -35,27 +35,30 @@ cd our-claude-skills/custom-skills/_ourdigital-shared | 09 | `ourdigital-backoffice` | Business document creation | | 10 | `ourdigital-skill-creator` | Meta skill for creating/managing skills | -### SEO Tools (11-19) +### SEO Tools (11-30) | # | Skill | Purpose | |---|-------|---------| -| 11 | `seo-on-page-audit` | Meta tags, headings, links analysis | -| 12 | `seo-local-audit` | NAP consistency, GBP, citations | -| 13 | `seo-schema-validator` | Structured data validation | -| 14 | `seo-schema-generator` | Schema markup creation | -| 15 | `seo-core-web-vitals` | LCP, CLS, FID, INP metrics | -| 16 | `seo-search-console` | GSC data analysis | -| 17 | `seo-gateway-architect` | Gateway page strategy (Naver/Google) | -| 18 | `seo-gateway-builder` | Gateway page content generation | -| 19 | `seo-technical-audit` | Robots.txt, sitemap, crawlability | +| 11 | `seo-comprehensive-audit` | Unified 6-stage SEO audit orchestrator | +| 12 | `seo-technical-audit` | Robots.txt, sitemap, crawlability | +| 13 | `seo-on-page-audit` | Meta tags, headings, links analysis | +| 14 | `seo-core-web-vitals` | LCP, CLS, FID, INP metrics | +| 15 | `seo-search-console` | GSC data analysis | +| 16 | `seo-schema-validator` | Structured data validation | +| 17 | `seo-schema-generator` | Schema markup creation | +| 18 | `seo-local-audit` | NAP consistency, GBP, citations | +| 29 | `seo-gateway-architect` | Gateway page strategy (Naver/Google) | +| 30 | `seo-gateway-builder` | Gateway page content generation | -### GTM/GA Tools (20-29) +**Future SEO Skills (19-28 reserved):** Keyword Strategy, SERP Analysis, Position Tracking, Link Building, Content Strategy, E-Commerce SEO, SEO KPI Framework, International SEO. + +### GTM/GA Tools (60-69) | # | Skill | Purpose | |---|-------|---------| -| 20 | `gtm-audit` | GTM container audit with Chrome DevTools | -| 21 | `gtm-manager` | GTM management + dataLayer generation | -| 22 | `gtm-guardian` | Live tag monitoring & validation | +| 60 | `gtm-audit` | GTM container audit with Chrome DevTools | +| 61 | `gtm-manager` | GTM management + dataLayer generation | +| 62 | `gtm-guardian` | Live tag monitoring & validation | ### Notion Tools (31-39) @@ -135,8 +138,8 @@ our-claude-skills/ │ │ │ ├── 00-our-settings-audit/ │ ├── 01-10 (OurDigital core) -│ ├── 11-19 (SEO tools) -│ ├── 20-22 (GTM/GA tools) +│ ├── 11-30 (SEO tools, 19-28 reserved) +│ ├── 60-62 (GTM/GA tools) │ ├── 31-32 (Notion tools) │ ├── 40-45 (Jamie clinic) │ ├── 50-53 (NotebookLM tools) diff --git a/custom-skills/11-seo-comprehensive-audit/code/commands/seo-comprehensive-audit.md b/custom-skills/11-seo-comprehensive-audit/code/commands/seo-comprehensive-audit.md index aedee55..00cbfab 100644 --- a/custom-skills/11-seo-comprehensive-audit/code/commands/seo-comprehensive-audit.md +++ b/custom-skills/11-seo-comprehensive-audit/code/commands/seo-comprehensive-audit.md @@ -1,6 +1,5 @@ --- description: "Comprehensive SEO audit: technical, on-page, schema, CWV, local, and GSC in one unified report" -argument-hint: [--skip-local] [--skip-gsc] [--skip-notion] [--json] allowed-tools: Read, Write, Edit, Bash, Glob, Grep, WebFetch, WebSearch, Task ---