v2.0.1 — Agent Frontmatter Fix
What's Fixed in v2.0.1
All 6 agent files corrected to match the official Claude Code subagent spec.
Changes
| Field | Before | After |
|---|---|---|
| Tool permissions | allowed-tools: (ignored) |
tools: (correct key) |
| Skills loading | missing | skills: skill-a, skill-b, ... |
| Visual identity | missing | color: field added |
Why This Matters
Per the official spec: "Skills are loaded when the subagent starts, not on demand — and only when explicitly listed." Without the skills field, all 6 agents ran as generic Claude instances without any skill context loaded.
Skills-to-Agent Mapping
| Agent | Skills | Color |
|---|---|---|
technical-analyst |
technical-seo, speed-optimization, accessibility-audit |
orange |
content-analyst |
content-audit, content-gaps, topical-gaps, topical-authority |
green |
keyword-analyst |
onpage-seo, keyword-gaps, entity-audit |
blue |
local-seo-analyst |
local-seo, reputation-audit, multi-location-seo |
red |
offpage-analyst |
backlink-audit, social-media-audit, ux-cro-audit |
purple |
ai-visibility-analyst |
ai-seo, voice-search, brand-serp |
yellow |