Reference
Agents catalog
The Claude Code subagents bundled with Mallard.
Agents are Claude Code subagents, symlinked to ~/.claude/agents/ (Claude only —
the Codex / OpenCode / generic adapters skip them, since the format is
Claude-specific).
Both bundled agents are CWD-first (they inspect the project source before
relying on KB snapshots) and consult the bundled *-kb skills.
| Agent | Domain |
|---|---|
panda-expert | Panda theme by SunnyToo, st* modules, Easy Builder, SunnyToo demos. |
prestashop-expert | PrestaShop 8/9 core: themes, parent-child, Symfony BO, Twig, Smarty, hooks, modules, migration 8→9. |
Knowledge base
The knowledge base lives in-repo under skills/panda-kb/references/ and
skills/prestashop-kb/references/ — that's the source of truth. Edit it directly;
no external vault or per-machine setup is required to build or ship the KB.
Invoking agents
Use the companion slash commands — /panda for panda-expert and /ps for
prestashop-expert. See the Commands catalog.
See Adding an agent to author a new one.