Reference
Skills catalog
The Claude Code skills bundled with Mallard and what triggers each one.
Skills are symlinked to ~/.claude/skills/ (and the equivalent directory for
Codex / OpenCode / Cursor / Gemini / Windsurf). Each skill is a SKILL.md with
frontmatter that tells the agent when to trigger it.
| Skill | Trigger |
|---|---|
elementflow-kb | Knowledge base for ElementFlow, the Elementor-based PrestaShop page builder (stsitebuilder module). |
gitlab-project-bootstrap | Set up or audit GitLab project metadata hygiene (avatar, description, topics, badges, README) for private client repos. |
gitlab-security-setup | Add Trivy + pnpm supply-chain protection to GitLab projects (non-PS). |
lando-img-placeholder | Static image placeholder for local Lando/PrestaShop so missing product images don't show broken icons. |
lando-setup | Set up a PrestaShop 8/9 project locally with Lando, or refresh its DB from the server. |
mallard-release | Workflow for adding skills/commands to Mallard and shipping a new release. |
panda-kb | Knowledge base for the Panda theme by SunnyToo (st* modules, Easy Builder, demos). |
prestashop-kb | Knowledge base for the PrestaShop 8/9 platform (Symfony, Twig BO, Smarty, hooks, migration). |
ps-css-build | Modern CSS build pipeline for a PrestaShop child theme (lightningcss, pnpm, pre-commit) — replaces @import chains and manual ?v= cache-busting. |
ps-demo-user | Create a demo user in PrestaShop 8 (Lando). |
ps-email-preview | Full-featured email template viewer for PrestaShop projects (auth-gated, live template diffing, child-theme overrides). |
ps-image-regen | Fix white padding on PrestaShop product images and safely regenerate thumbnails without blocking Apache. |
ps-invoice-preview | Local invoice PDF viewer for PrestaShop — renders the real invoice template inline, no admin backoffice round-trip. |
ps-new-project | Day-1 setup after cloning a PrestaShop repo: child theme, CSS build, and project docs. |
ps-project-doc | Generate a standardized private CLAUDE.md for a PrestaShop repo by introspecting the stack. |
ps-security-audit | Weekly CVE scan for PS projects: Friends of Presta module check + Trivy + core version. |
ps-translate | Detect and translate untranslated PrestaShop strings ({l s='...'} calls) against the active locale's XLF files. |
ps-watch | BrowserSync live-reload watcher for Panda child theme development in Lando. |
task-context | Turn an Intervals task into ready-to-work context (fetch, brief, classify, branch, route). |
Knowledge bases
elementflow-kb, panda-kb, and prestashop-kb are knowledge-base skills. Their
reference content 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.
See Adding a skill to author a new one.