Some checks failed
Verify Skills / verify-skills (push) Has been cancelled
Adopt: directory keeps its NN- ordering prefix; skill `name:` is the clean form without it (dir 16-seo-schema-validator → name: seo-schema-validator). Nicer to invoke, matches the original desktop/SKILL.md names, still globally unique. - 71 root SKILL.md: name: NN-foo → name: foo (flat skills + reference-curator suite). Plugins (mac-optimizer/multi-agent-guide/dintel-bootstrap) already clean; 95 already clean. - scripts/migrate_skill_root.py: derive name = dirname minus NN- prefix (skill_name()). - CLAUDE.md + SKILL-MIGRATION-GUIDE.md: document the dir-prefix / clean-name convention. verify_skills.py: 0 name collisions across all renamed skills. (The ~/.claude/skills symlinks were re-pointed to the clean names separately — filesystem only.) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
88 — D.intelligence Skill Update Meta-Agent
Cross-skill consistency management for the D.intelligence Agent Corps.
What It Does
When shared references change (brand guide, pricing, service modules, Notion schema, client codes), this meta-agent:
- Maps which skills are affected using the Dependency Map
- Presents an Impact Report for Andrew's approval
- Updates the source of truth (
_dintel-shared/) first - Propagates changes to each affected skill
- Verifies consistency across all skills
- Logs the change
Triggers
- "update all skills", "propagate change", "스킬 업데이트"
- "pricing changed", "brand guide updated", "가격 변경"
- "service module changed", "서비스 모듈 변경"
- "일괄 변경", "consistency check", "일관성 검증"
Agent Corps
| # | Skill | This Agent's Relation |
|---|---|---|
| 70 | Brand Guardian | Updates prohibited words, service registry |
| 71 | Brand Editor | Updates writing rules, terminology |
| 72 | Doc Secretary | Updates templates, Notion schema refs |
| 73 | Quotation Mgr | Updates pricing tables, discount policies |
| 74 | Service Architect | Updates module mappings, packages |
| 75 | Marketing Mgr | Updates brand/content rules |
| 76 | Back Office Mgr | Updates billing refs, client codes |
| 77 | Account Mgr | Updates Notion schema, client codes |
| 88 | Skill Update | This agent — orchestrates all above |
Structure
88-dintel-skill-update/
├── code/
│ └── CLAUDE.md # Claude Code quick reference
├── desktop/
│ └── SKILL.md # Full skill with Dependency Map
├── shared/
│ └── change-log.md # Change history
└── README.md