- Removed
commands/from npm distribution: Thecommands/directory is no longer included in the published package. Skills are now the only distributed and maintained entry points.- If you previously referenced
commands/<name>.mdin custom tooling, update toskills/<name>/SKILL.md. - Locally copied command files in
.claude/commands/may still function but are unsupported and no longer updated.
- If you previously referenced
- No action needed for normal
/command-nameusage — Claude Code's skill-first resolution (introduced in v2.2) handles routing automatically. - Custom scripts referencing
commands/*.mdpaths must update toskills/*/SKILL.md. - Test files have moved from
test/commands/totest/skills/.
- Phase A (v2.2.x): Created 23 new skill entry points for N/N parity
- Phase B (v2.2.x): Deleted 79 command files, migrated 29 tests (2 removed), updated 25+ runtime/doc files
- Phase C (v3.0.0): Removed
commands/frompackage.jsonfiles array, major version bump