Reference
Commands catalog
The slash commands Mallard installs into Claude Code.
Slash commands are symlinked to ~/.claude/commands/ (and the equivalent
directory for Codex / OpenCode). They're available as /<command-name> in
Claude Code after running mallard update.
| Command | What |
|---|---|
/lando | Lando environment helpers. |
/ps-customer | Create a test customer in PrestaShop. |
/ps-url | PrestaShop URL utilities. |
/panda | Ask the panda-expert agent (Panda theme + Easy Builder + st* modules). |
/ps | Ask the prestashop-expert agent (PS 8/9 core: Symfony, Twig, Smarty, hooks, migration). |
The /panda and /ps commands are the usual way to explicitly invoke the
expert agents.
See Adding a command to author a new one.