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). Each skill is a SKILL.md with frontmatter that tells Claude
when to trigger it.
| Skill | Trigger |
|---|---|
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 dev. |
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. |
ps-css-build | Modern CSS build pipeline for a PrestaShop child theme (lightningcss, pnpm, pre-commit hook) — 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 override tools). |
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-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. |
elementflow-kb | Knowledge base for ElementFlow, the Elementor-based PrestaShop page builder (stsitebuilder module) — widgets, page builders, features. |
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). |
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.