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.

AgentDomain
layout-builderStorefront layout and CSS on a PrestaShop child theme (Panda child, or ElementFlow/classic).
panda-expertPanda theme by SunnyToo, st* modules, Easy Builder, SunnyToo demos.
prestashop-expertPrestaShop 8/9 core: themes, parent-child, Symfony BO, Twig, Smarty, hooks, modules, migration 8→9.
task-classifierClassify 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

  • /pandapanda-expert
  • /psprestashop-expert
  • /tasktask-classifier (+ task-context skill)

See the Commands catalog.

See Adding an agent to author a new one.

On this page