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.

SkillTrigger
gitlab-project-bootstrapSet up or audit GitLab project metadata hygiene (avatar, description, topics, badges, README) for private client repos.
gitlab-security-setupAdd Trivy + pnpm supply chain protection to GitLab projects (non-PS).
lando-img-placeholderStatic image placeholder for local Lando/PrestaShop dev.
lando-setupSet up a PrestaShop 8/9 project locally with Lando, or refresh its DB from the server.
mallard-releaseWorkflow for adding skills/commands to Mallard and shipping a new release.
ps-css-buildModern CSS build pipeline for a PrestaShop child theme (lightningcss, pnpm, pre-commit hook) — replaces @import chains and manual ?v= cache-busting.
ps-demo-userCreate a demo user in PrestaShop 8 (Lando).
ps-email-previewFull-featured email template viewer for PrestaShop projects (auth-gated, live template diffing, child-theme override tools).
ps-image-regenFix white padding on PrestaShop product images and safely regenerate thumbnails without blocking Apache.
ps-invoice-previewLocal invoice PDF viewer for PrestaShop — renders the real invoice template inline, no admin backoffice round-trip.
ps-security-auditWeekly CVE scan for PS projects: Friends of Presta module check + Trivy + core version.
ps-translateDetect and translate untranslated PrestaShop strings ({l s='...'} calls) against the active locale's XLF files.
ps-watchBrowserSync live-reload watcher for Panda child theme development in Lando.
elementflow-kbKnowledge base for ElementFlow, the Elementor-based PrestaShop page builder (stsitebuilder module) — widgets, page builders, features.
panda-kbKnowledge base for the Panda theme by SunnyToo (st* modules, Easy Builder, demos).
prestashop-kbKnowledge 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.

On this page