From prestashop-experts
Curated knowledge base for the Panda theme by SunnyToo on PrestaShop 8 and 9 — 54 module fiches, 19 demos catalog, scraped official docs, and the Easy Builder track (steasybuilder + steasy_trans_panda). Use when answering questions about Panda-specific modules (`st*` prefix), SunnyToo widgets, Easy Builder layouts, or "what can Panda render". For PrestaShop platform-level questions (Symfony, Twig BO, Smarty syntax, hooks core, theme.yml mechanics, migration 8→9) use the `prestashop-kb` skill instead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/prestashop-experts:panda-kbThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill exposes the curated Panda theme knowledge base bundled with the `prestashop-experts` plugin. The `panda-expert` agent consults this KB before answering, but any agent can read these files directly.
references/00-Research-Report.mdreferences/README.mdreferences/demos/README.mdreferences/demos/_by-niche.mdreferences/demos/_index.mdreferences/demos/demo-1-main.mdreferences/demos/demo-10-980.mdreferences/demos/demo-11-vday.mdreferences/demos/demo-12-rtl.mdreferences/demos/demo-13-fullwidth.mdreferences/demos/demo-14-july.mdreferences/demos/demo-15-vertical-menu.mdreferences/demos/demo-16-520.mdreferences/demos/demo-17-sport.mdreferences/demos/demo-18-fashion-dress.mdreferences/demos/demo-19-elegant-dress.mdreferences/demos/demo-2-awesome-black.mdreferences/demos/demo-3-creative.mdreferences/demos/demo-4-1440.mdreferences/demos/demo-5-stylish.mdThis skill exposes the curated Panda theme knowledge base bundled with the prestashop-experts plugin. The panda-expert agent consults this KB before answering, but any agent can read these files directly.
Load and read from this KB when the user mentions:
st* module name — stmegamenu, ststickers, stblog, stthemeeditor, stmanufacturer, stcustomtext, etc.steasybuilder / steasy_trans_panda widgets, presets, admin controllers, or the PS-aware bridge.Do NOT load for: PrestaShop core mechanics (use prestashop-kb), other themes (Classic, Warehouse, Leo, Hummingbird), or non-PrestaShop e-commerce.
references/
├── README.md # convenciones y índice de la KB
├── 00-Research-Report.md # reconocimiento inicial Panda + URLs oficiales
├── docs/ # 26 docs oficiales scrapeadas (shallow — imágenes no capturadas)
│ ├── _index.md
│ ├── _module-names.md
│ ├── faq.md
│ ├── getting-started.md
│ ├── theme-install.md
│ ├── theme-settings.md
│ ├── theme-customization.md
│ ├── modules-overview.md
│ └── module-*.md # 12 módulos documentados oficialmente
├── modules/ # 58 fiches generadas leyendo el source de Panda 2.9.2
│ ├── _index.md # tabla maestra: módulo, hooks, LOC, configurable, BO own
│ ├── _by-category.md # agrupado por blog/product/navigation/content/helpers
│ ├── README.md # template de ficha
│ └── st*.md # una ficha por módulo Panda-específico (54+)
├── demos/ # 22 demos catalogadas
├── easybuilder/ # track SEPARADO — Easy Builder es paid opcional
│ ├── 00-overview.md
│ ├── 01-widgets-catalog.md # 31 widgets genéricos del core EB
│ ├── 02-presets-catalog.md
│ ├── 03-admin-controllers.md
│ └── 04-bridge-trans-panda.md # 20 widgets PS-aware via steasy_trans_panda
└── forum/ # placeholder — diferido a futuro
modules/_index.md for the master table; modules/_by-category.md to find by use case.modules/stXXX.md) for hooks, LOC, dependencies, and what the module does.easybuilder/01-widgets-catalog.md (31 generic widgets) + easybuilder/04-bridge-trans-panda.md (20 PS-aware widgets). Generic widgets need only steasybuilder; PS-aware widgets need both steasybuilder and steasy_trans_panda.demos/ catalog. Each demo is a reference configuration of modules.docs/ is shallow because the real configuration info lives in screenshots not captured. Use as last resort.theme.yml declares compatibility.from: 1.7.1.0, to: ~ → supports PS 8 and PS 9 simultaneously.stthemeeditor is the central configuration hub (~25K LOC, 153 files). Most of the 54+ Panda modules do NOT have their own admin screen — they are configured via stthemeeditor. Only ~8 have a BO form of their own.stmegamenu has 19 hooks — it reacts to changes in categories, products, CMS, manufacturers, suppliers. The most hook-heavy module.stblog has 10 sub-modules that depend on the parent (archives, comments, editor, search, tags, etc.).stoverride, stupgrader, stxlfgenerator are infrastructure helpers (0 hooks).steasycontent is bundled in Panda (do not confuse with steasybuilder which is paid optional)../modules/stX/), not the KB.docs/ content is text-only (screenshots not captured). Don't rely on docs/ for step-by-step configuration.https://panda2.sunnytoo.com/select-demo.html.For Panda's interaction with PrestaShop core mechanics (hooks lifecycle, parent-child theme cascade, Smarty syntax, migration 8→9), the platform knowledge lives in the sibling skill prestashop-kb and the agent prestashop-expert.
npx claudepluginhub educlopez/prestashop-experts --plugin prestashop-expertsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.