refactor(skills): migrate commands to skills directory structure#241
Open
mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
Open
refactor(skills): migrate commands to skills directory structure#241mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
Conversation
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>
Collaborator
|
need to check this for other tools too but yes I think we shoudl do this. I think @tmchow also has ideas and plans |
Contributor
Author
|
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. |
Collaborator
|
@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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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).