Run the additive migration pass from SKILL-MIGRATION-GUIDE: generate a root SKILL.md for every skill that lacked one, copied from its desktop/SKILL.md (or code/SKILL.md), with name set to the directory name and description + body preserved verbatim. - scripts/migrate_skill_root.py: the reusable, non-destructive migrator (dry-run default). - 61 new root SKILL.md (desktop source for most; code/SKILL.md for 61/62/92). - Untouched: 16/17/95 (already had root); desktop/ and code/ packaging left intact. - All 64 root SKILL.md validate: frontmatter <=1024, kebab name, description present. Still MANUAL (no SKILL.md source — commands/README only), need hand-authored root SKILL.md: 81-mac-optimizer, 90-reference-curator, 91-multi-agent-guide, 94-dintel-bootstrap. 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