Use this when the user mentions Akeneo Custom Components, CC extensions, sdk_script extensions, or asks how to build, extend, or customize the Akeneo PIM UI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/akeneo-custom-component:akeneo-ccThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants to build an Akeneo Custom Component.
The user wants to build an Akeneo Custom Component.
Before reading the setup skill, extract the following from the user's message if present. Carry each through the entire session — do not ask the user to repeat information they already provided.
[USER_INTENT] — a specific description of what the component should do (e.g. "display a gallery of asset attributes", "show a compliance score"). Not just a general request to create a CC. Leave unset if absent.[COMPONENT_NAME] — a name for the component (snake_case). Leave unset if absent.[POSITION] — where the component should appear in the PIM (e.g. "product panel", "product tab"). Leave unset if absent.[INVOLVEMENT] — how much involvement the user wants: hands-off (agent handles everything) or hands-on (user wants to own the code). Leave unset if absent.[UPLOAD_METHOD] — how they want to upload: UI or API. Leave unset if absent.Then read and follow ${CLAUDE_SKILL_DIR}/../akeneo-cc-setup/SKILL.md now.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub akeneo/extension-sdk --plugin akeneo-custom-component