From tcrd
Creates a new slash command following best practices and patterns, delegating to the create-slash-commands skill.
How this command is triggered — by the user, by Claude, or both
Slash command
/tcrd:create-slash-command command description or requirementsThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the create-slash-commands skill for: $ARGUMENTS
Invoke the create-slash-commands skill for: $ARGUMENTS
npx claudepluginhub durandom/taches-cc-resources-durandom18plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 18 plugins
/create-slash-commandCreates a new slash command following best practices and patterns, delegating to the create-slash-commands skill.
/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_commandGenerates a new custom slash command in .claude/commands/ based on purpose and requirements, with YAML frontmatter, structured steps, and best practices.
/create-commandCreates a new custom slash command by validating the name, defining its purpose and arguments, and writing a Markdown template to the commands directory.
/sc-generate-commandGenerates a new custom slash command file in .claude/commands/ with YAML frontmatter, structured steps, and success criteria following best practices.
/create-commandCreates a new slash command by extracting skill requirements, specifying details, implementing the file, generating a testing plan, and self-verifying compliance.