What's wrong with this entry?
A new /design slash command that integrates with Claude Design (claude.ai/design), letting you create, import, export, sync, and manage design systems without leaving Claude Code.
/design # opens hub (shows available subcommands)
/design login # authorize with your claude.ai account
/design sync # push your local design system to claude.ai/design
/design import # pull a Claude Design project into the working directory
/design export # push the working directory into a new Claude Design project
/design status # show auth status and available design systems
/design <prompt> # free-form prompt routed through the design MCP tools- Requires the Claude Design MCP server to be connected. If it isn't, Claude will tell you to run
/design loginor add the server. syncandloginare also accessible as the dedicated/design-syncand/design-logincommands.- The command always fetches live Claude Design instructions via the
get_claude_design_prompttool rather than shipping a vendored copy, so behavior stays in sync with the server. - Tab completion available for the subcommands.
Hub command registration (search for "Work with Claude Design (claude.ai/design) — create, import, export, sync, login") — c6l() at line ~750618
Strings lifted out of the shipped bundle, so the claim above can be checked against them.