Reference
Agents catalog
The Claude Code subagents bundled with Mallard.
Agents are Claude/Cursor-compatible subagents. Mallard symlinks them to
~/.claude/agents/ (Claude Code) and the Cursor agents directory when Cursor is
detected. Codex / OpenCode / Gemini / Windsurf / generic adapters skip them —
the format isn't supported there.
Bundled agents that are CWD-first inspect the project source before relying
on KB snapshots, and consult the bundled *-kb skills where relevant.
| Agent | Domain |
|---|---|
layout-builder | Storefront layout and CSS on a PrestaShop child theme (Panda child, or ElementFlow/classic). |
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. |
task-classifier | Classify an Intervals task into a work type so /task can route it to the right skill or agent. |
Knowledge base
The knowledge base lives in-repo under skills/elementflow-kb/references/,
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
/panda→panda-expert/ps→prestashop-expert/task→task-classifier(+task-contextskill)
See the Commands catalog.
See Adding an agent to author a new one.