What your AI gets
Once the skill is installed, your assistant knows how to:- Use the
ollieshopCLI: deploy, login, create components, manage versions and business rules. - Build custom checkout components using
@ollie-shop/sdkhooks (useCheckoutSession,useCheckoutAction, and others). - Pick the right checkout slot for a customization, with the full slot catalog as context.
- Follow the design contract: tokens, accessibility, motion, complexity rules.
- Write hub functions for request/response middleware on the Ollie Hub.
Where the skill lives
Projects scaffolded withnpx create-ollie-shop arrive with the skill already installed at .claude/skills/ollie-shop/. There’s nothing extra to do. Your assistant picks it up automatically the first time you ask it for help on the project.
If you’re working in a project that doesn’t have the skill yet, install it with the skills CLI:
Using Cursor, Windsurf, or another supported agent? Swap the flag for
--agent cursor, --agent windsurf, etc. Without --agent, the CLI tries to symlink across all agents at once, which requires Developer Mode on Windows. For the full list, run npx skills add --help.Updating
The skill evolves as Ollie Shop ships new SDK hooks, CLI flags, slots, and patterns. To pull the latest version into a project that already has it, run the install command again:.claude/skills/ollie-shop/.version, for example:
Verifying the install
After running the install command, the project should have:--agent claude-code to force a direct copy instead of a symlink.