refactor(skills): migrate commands to skills directory structure#241
Conversation
|
need to check this for other tools too but yes I think we shoudl do this. I think @tmchow also has ideas and plans |
|
Thanks for the green light! Happy to coordinate with @tmchow if there's a specific direction in mind - I can adjust the PR or hold off until the broader plan is clear. |
|
@mvanhorn I’m inclined to just go with it and not wait for my future plotting. lemme review it and think on it for a beat. |
@mvanhorn @kieranklaassen I'm good with this one after reviewing it. @mvanhorn can you resolve the branch conflicts? |
Move all 27 command .md files from commands/ to skills/*/SKILL.md format. Claude Code 2.1.3+ merged commands and skills - both create slash commands and work identically. Skills add optional features like supporting files and automatic context loading. - commands/ce/*.md -> skills/ce-*/SKILL.md - commands/workflows/*.md -> skills/workflows-*/SKILL.md - commands/*.md -> skills/*/SKILL.md - Update plugin.json and marketplace.json descriptions - Update CLAUDE.md directory structure docs - Update deploy-docs and generate_command references Fixes EveryInc#116 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6b25ee4 to
3e99c11
Compare
|
Branch conflicts resolved - rebased on latest main and bumped version to 2.40.0. Ready for merge. |
Summary
Fixes #116
Migrates all 27 command files from
commands/toskills/*/SKILL.mdformat, as Claude Code 2.1.3+ merged commands and skills into a unified system. All slash commands (e.g.,/ce:plan,/lfg,/changelog) continue to work identically since skills with the samename:frontmatter create the same slash commands.Changes
commands/ce/*.mdtoskills/ce-*/SKILL.md(5 core workflow skills)commands/workflows/*.mdtoskills/workflows-*/SKILL.md(5 deprecated aliases)commands/*.mdtoskills/*/SKILL.md(17 utility skills)commands/directoryplugin.jsonandmarketplace.jsondescriptions (29 agents, 47 skills)CLAUDE.mddirectory structure documentationdeploy-docsandgenerate_commandskill referencesTesting
bun test- all 313 tests passname:frontmatter (e.g.,name: ce:planinskills/ce-plan/SKILL.md)workflows:*aliases preserved (e.g.,name: workflows:planinskills/workflows-plan/SKILL.md)This contribution was developed with AI assistance (Claude Code).