Highlights
Claude Code v2.1.84-87 Sync — 9 new feature flags tracking the latest CC capabilities: skill effort/paths frontmatter, TaskCreated hook, conditional hook if, PreToolUse AskUserQuestion answering, plugin userConfig, and more. 109 total SUPPORTS_* flags.
Skill Effort Frontmatter — 17 skills now declare their effort level. Research and analysis skills run at effort: high for deeper thinking. Quick diagnostics run at effort: low for speed. CC v2.1.80+ reads this automatically — free token savings.
Skill Paths Frontmatter — 4 skills scoped to relevant file types. TDD activates on test files, doc-sync on markdown, security-framing on env/auth files. CC v2.1.84+ auto-activates matching skills.
TaskCreated Discipline Hook — When discipline mode is on, the brainstorm gate now fires when tasks are created, reminding to plan before implementing.
What Changed
Added
- 9 new SUPPORTS_* flags (v2.1.80-86 features)
effort:frontmatter on 17 skills (10 high, 7 low)paths:frontmatter on 4 skills (TDD, docs, security, coverage)- TaskCreated hook for discipline brainstorm gate
- Marketplace sync counts from .claude/commands/ (source of truth)
Fixed
- Windows/Git Bash compatibility (#235)
- Model resolver cross-provider routing (#235)
- Scope drift enforcement (#236)
- Test heading matches, skill count patterns
Stats: 48 commands, 51 skills, 32 personas, 109 feature flags