Help us improve
Share bugs, ideas, or general feedback.
From dev-toolkit
Demonstrates dev-toolkit slash command structure and explains that this is a template to replace with actual functionality.
npx claudepluginhub nathanvale/side-quest-marketplace-old --plugin dev-toolkitHow 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.
/COMMANDSGuides creation of custom slash commands for Claude Code, covering requirements, file structure, frontmatter fields, best practices, and examples.
/generate_commandGenerates a new custom slash command in .claude/commands/ based on purpose and requirements, with YAML frontmatter, structured steps, and best practices.
/create-command-v0.1.0Creates a Claude Code slash command from natural language input, inferring name and structure, loading best practices skill, implementing, validating, and testing it.
/example-commandDemonstrates legacy slash command structure and frontmatter options (description, argument-hint, allowed-tools, model). Parses arguments and performs actions using approved tools like Read, Glob, Grep, Bash.
Share bugs, ideas, or general feedback.
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.