Free client-side tool
Claude Code Slash Command Scaffolder
Fill out a short workflow form and copy a legacy .claude/commands markdown file ready to adapt for your repository.
Key facts
Before you copy the output
- Runs entirely in the browser; command text stays on your machine.
- Uses current skill frontmatter fields that legacy .claude/commands files still support.
- Generates concise command files; larger reusable workflows should usually become skills.
Output
Copy the .claude/commands markdown file
How to use it
- Name the command from the slash command you want to type.
- Add a description, argument hint, allowed tools, and required evidence.
- Copy the generated markdown into .claude/commands/<name>.md.
- Test the command in Claude Code and promote repeated complex workflows into skills.
Sources checked
Generated output is a starter, not an official policy recommendation. Review commands, paths, and permissions against your own repository before using it.
FAQ
Are slash commands the same as skills now?
Anthropic recommends skills for reusable capabilities, but files under .claude/commands still work and support the same frontmatter shape.
What should go in allowed-tools?
Keep it narrow. Include only the reads, searches, shell commands, or MCP tools the command needs to complete its workflow.