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.

CommandWhat
/landoLando environment helpers for PrestaShop.
/new-projectDay-1 scaffold for a new PrestaShop client project — child theme, CSS build, and CLAUDE.md.
/pandaAsk the panda-expert agent (Panda theme + Easy Builder + st* modules).
/project-docGenerate a standardized private CLAUDE.md for the current PrestaShop repo.
/psAsk the prestashop-expert agent (PS 8/9 core: Symfony, Twig, Smarty, hooks, migration).
/ps-customerCreate a test customer in PrestaShop.
/ps-urlPrestaShop URL utilities (e.g. update shop_url for Lando).
/taskTurn 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.