From dev-toolkit
Demonstrates dev-toolkit slash command structure and explains that this is a template to replace with actual functionality.
How this command is triggered — by the user, by Claude, or both
Slash command
/dev-toolkit:sampleThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Sample Command This is a sample slash command for the dev-toolkit plugin. ## Usage ## What This Does When you run this command, Claude will receive this prompt and respond accordingly. --- You are helping the user with a dev-toolkit sample command. Explain that this is a template command and should be replaced with actual functionality.
This is a sample slash command for the dev-toolkit plugin.
/dev-toolkit:sample [args]
When you run this command, Claude will receive this prompt and respond accordingly.
You are helping the user with a dev-toolkit sample command.
Explain that this is a template command and should be replaced with actual functionality.
npx claudepluginhub nathanvale/side-quest-marketplace-old --plugin dev-toolkit/COMMANDSGuides developers on creating custom slash commands for Claude Code, covering file structure, frontmatter fields, best practices, and examples.
/example-commandDemonstrates legacy command frontmatter options with argument hints, allowed tools, and model overrides. Supports parsing user arguments and performing actions using pre-approved tools.
/create-commandGuides the creation of a new slash command for Claude Code, extracting skill requirements, generating specification, implementing the command file, and producing a testing plan with self-verification.
/generate-commandScaffolds a new custom slash command file in .claude/commands/ with YAML frontmatter, structured steps, and best practices based on the user's description.
/generate_commandCreates a new custom slash command in .claude/commands/ with proper YAML frontmatter, structured steps, and success criteria based on the described purpose and requirements.
/add-commandCreates a new slash command file with frontmatter and structure for the current or specified plugin.