Help us improve
Share bugs, ideas, or general feedback.
From design-to-code
Displays README with instructions for creating, formatting, and organizing slash command .md files, including frontmatter spec and example.
npx claudepluginhub arustydev/agents --plugin design-to-codeHow this command is triggered — by the user, by Claude, or both
Slash command
/design-to-code:READMEThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Commands Place slash command files (`.md`) in this directory. ## Format ## Example See `content/plugins/homebrew-dev/commands/add-formula.md` for reference.
/READMEDisplays documentation for all available commands, including format, validation, and discovery scripts. Also supports listing commands by keyword.
/READMEDisplays list of SuperClaude slash commands: agent (AI agents), index-repo (repo indexing), recommend, research (web research), and sc (show all), with install notes.
/READMEDisplays the full catalog of 31 slash commands organized by SDD workflow, data engineering, visualization, and developer productivity categories.
/READMEDisplays documentation for pixel art commands to create sprites with size/palette presets, manage palettes, export PNG/GIF/spritesheets/JSON, setup Aseprite MCP server, and show help.
Share bugs, ideas, or general feedback.
Place slash command files (.md) in this directory.
---
description: What this command does
argument-hint: <required-arg> [optional-arg]
allowed-tools: Read, Write, Bash(npm:*)
---
Command instructions here...
See content/plugins/homebrew-dev/commands/add-formula.md for reference.