Add SEO skills 33-34 and fix bugs in skills 19-34
New skills: - Skill 33: Site migration planner with redirect mapping and monitoring - Skill 34: Reporting dashboard with HTML charts and Korean executive reports Bug fixes (Skill 34 - report_aggregator.py): - Add audit_type fallback for skill identification (was only using audit_id prefix) - Extract health scores from nested data dict (technical_score, onpage_score, etc.) - Support subdomain matching in domain filter (blog.ourdigital.org matches ourdigital.org) - Skip self-referencing DASH- aggregated reports Bug fixes (Skill 20 - naver_serp_analyzer.py): - Remove VIEW tab selectors (removed by Naver in 2026) - Add new section detectors: books (도서), shortform (숏폼), influencer (인플루언서) Improvements (Skill 34 - dashboard/executive report): - Add Korean category labels for Chart.js charts (기술 SEO, 온페이지, etc.) - Add Korean trend labels (개선 중 ↑, 안정 →, 하락 중 ↓) - Add English→Korean issue description translation layer (20 common patterns) Documentation improvements: - Add Korean triggers to 4 skill descriptions (19, 25, 28, 31) - Expand Skill 32 SKILL.md from 40→143 lines (was 6/10, added workflow, output format, limitations) - Add output format examples to Skills 27 and 28 SKILL.md - Add limitations sections to Skills 27 and 28 - Update README.md, CLAUDE.md, AGENTS.md for skills 33-34 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
This is a Claude Skills collection repository containing:
|
||||
- **custom-skills/**: 50 custom skills for OurDigital workflows, SEO, GTM, Jamie Brand, NotebookLM, Notion, Reference Curation, and Multi-Agent Collaboration
|
||||
- **custom-skills/**: 52 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
|
||||
- **official-skills/**: Notion integration skills (3rd party)
|
||||
- **reference/**: Skill format requirements documentation
|
||||
@@ -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-32)
|
||||
### SEO Tools (11-34)
|
||||
|
||||
| # | Skill | Purpose | Trigger |
|
||||
|---|-------|---------|---------|
|
||||
@@ -61,6 +61,8 @@ This is a Claude Skills collection repository containing:
|
||||
| 30 | seo-gateway-builder | Gateway page content | "build gateway page" |
|
||||
| 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" |
|
||||
| 33 | seo-migration-planner | Site migration planning, redirect mapping | "site migration", "domain move", "사이트 이전" |
|
||||
| 34 | seo-reporting-dashboard | Executive reports, HTML dashboards, aggregation | "SEO report", "SEO dashboard", "보고서" |
|
||||
|
||||
### GTM/GA Tools (60-69)
|
||||
|
||||
@@ -221,6 +223,8 @@ our-claude-skills/
|
||||
│ ├── 30-seo-gateway-builder/
|
||||
│ ├── 31-seo-competitor-intel/
|
||||
│ ├── 32-seo-crawl-budget/
|
||||
│ ├── 33-seo-migration-planner/
|
||||
│ ├── 34-seo-reporting-dashboard/
|
||||
│ │
|
||||
│ ├── 60-gtm-audit/
|
||||
│ ├── 61-gtm-manager/
|
||||
|
||||
Reference in New Issue
Block a user