Reference
Commands catalog
The slash commands Mallard installs into Claude Code.
Slash commands are symlinked to ~/.claude/commands/ (and OpenCode's command
directory when detected). They're available as /<command-name> in
Claude Code after running mallard update.
| Command | What |
|---|---|
/lando | Lando environment helpers for PrestaShop. |
/new-project | Day-1 scaffold for a new PrestaShop client project — child theme, CSS build, and CLAUDE.md. |
/panda | Ask the panda-expert agent (Panda theme + Easy Builder + st* modules). |
/project-doc | Generate a standardized private CLAUDE.md for the current PrestaShop repo. |
/ps | Ask the prestashop-expert agent (PS 8/9 core: Symfony, Twig, Smarty, hooks, migration). |
/ps-customer | Create a test customer in PrestaShop. |
/ps-url | PrestaShop URL utilities (e.g. update shop_url for Lando). |
/task | Turn an Intervals task into ready-to-work context — fetch, brief, classify, branch, route. |
The /panda and /ps commands are the usual way to explicitly invoke the
expert agents. /task routes through
task-classifier + task-context.
See Adding a command to author a new one.