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.

Inputs

Configure the generator

Allowed tools

Output

Copy the .claude/commands markdown file

How to use it

  1. Name the command from the slash command you want to type.
  2. Add a description, argument hint, allowed tools, and required evidence.
  3. Copy the generated markdown into .claude/commands/<name>.md.
  4. 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.