By innovate42
Claude Code skills for building, verifying, and deploying Limio custom components with React and the @limio/sdk — includes component creation, SDK verification, Storybook playground, story generation, and deployment workflows
Creates Limio custom React components following official SDK guidelines and best practices. Use when user asks to "create a Limio component", "build a subscription component", "make offer cards", mentions "limioProps", "@limio/sdk", "useCampaign", "useBasket", "useUser", or discusses building React components for the Limio subscription platform. Do NOT use for Storybook setup, story creation, or deployment - those have dedicated skills.
Audits existing Limio component code against official SDK documentation. Use when user asks to "verify SDK usage", "audit Limio code", "check SDK compliance", "review Limio imports", "is this using the SDK correctly", "check limio best practices", or reviews existing component code for correctness. Do NOT use for creating components (use limio-component), creating stories (use limio-story), or deploying (use limio-setup).
Connects to a Limio tenant, manages credentials, and deploys components to Limio. Use when user asks to "set up limio", "limio setup", "configure limio", "connect to limio", "deploy component", "push to limio", "limio credentials", "limio deployment", or discusses connecting to a Limio environment or deploying custom components. Suitable for both developers and non-technical staff.
Creates Storybook stories for Limio components with meaningful variations and realistic mock data. Use when user asks to "create a story", "add storybook stories", "write stories for component", "story for component", "create variations", mentions ".stories.js", or discusses story variations for a Limio component. Both developers and non-technical staff can describe desired variations. Do NOT use for setting up Storybook (use limio-storybook) or creating components (use limio-component).
Sets up and launches the Limio Storybook component playground with mocked SDK, Claude Prompt addon, and interactive development workflow. Use when user asks to "set up storybook", "launch storybook", "start storybook", "run storybook", "open storybook", "configure storybook playground", or discusses the component-playground environment. Do NOT use for creating components (use limio-component) or creating stories (use limio-story).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin that gives Claude five specialised skills for the Limio subscription management platform — from creating components to deploying them to your tenant.
| Skill | What it does | Audience |
|---|---|---|
limio-component | Creates custom React components with the @limio/sdk | Developers |
limio-sdk-verify | Audits existing code against SDK best practices | Developers |
limio-story | Generates Storybook stories with meaningful variations | Developers + Non-technical |
limio-storybook | Sets up the full Storybook component playground | Developers |
limio-setup | Connects to a Limio tenant, manages credentials, and deploys | Developers + Non-technical |
All five skills are installed together as a single plugin. Each one activates automatically based on what you ask Claude to do — there's nothing extra to configure or enable per-skill.
Two steps — add the marketplace, then install the plugin:
/plugin marketplace add innovate42/limio-skills
/plugin install limio-skills@limio-skills
After installing, run /reload-plugins to activate. All five skills start working immediately — just ask Claude to do something Limio-related and the right skill kicks in.
If you already have the plugin installed and want to pull the latest changes:
/plugin marketplace update limio-skills
This fetches the latest version from the production branch. Run /reload-plugins afterwards to pick up the changes.
You can also enable auto-updates so the plugin stays current automatically — open /plugin, go to the Marketplaces tab, select limio-skills, and choose Enable auto-update.
Run /plugin and check the Installed tab. You should see limio-skills listed with all five skills.
/plugin uninstall limio-skills@limio-skills
limio-component — Create ComponentsAudience: Developers
Creates Limio custom React components following official SDK guidelines and best practices.
Example prompts:
Create a pricing card component that shows offers with a monthly/annual toggle
Build a subscription management component using useCampaign and useBasket
What it provides:
package.json, index.js, componentStaticProps.js, index.css)@limio/sdk hook referencelimio-sdk-verify — Audit SDK UsageAudience: Developers
Audits existing Limio component code against official SDK documentation.
Example prompts:
Verify this component follows Limio SDK best practices
Audit the pricing-cards component for deprecated SDK usage
Is my component using the SDK correctly?
What it provides:
limio-story — Create StoriesAudience: Developers + Non-technical staff
Creates Storybook stories for Limio components with meaningful variations.
Example prompts:
Create storybook stories for the pricing-cards component
Add stories with dark theme and mobile variations
I want a story showing what the card looks like with a long title and no discount
What it provides:
limioProps in package.jsonlimio-storybook — Set Up Storybook PlaygroundAudience: Developers
Sets up and launches the full Storybook component playground with mocked SDK.
Example prompts:
Set up storybook
Launch the storybook playground
Start storybook
npx claudepluginhub innovate42/limio-skills --plugin limio-skillsFrontend component development with accessibility and responsive design
Tailwind v4 theming and shadcn/ui component installation, customisation, and recipes.
Use this agent when creating user interfaces, designing components, building design systems, or improving visual aesthetics. This agent specializes in creating beautiful, functional interfaces that can be implemented quickly within 6-day sprints. Examples:\n\n<example>\nContext: Starting a new app or feature design
Reusable UI component patterns for implementing common features across different frameworks and tech stacks
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
A curated collection of AI coding agent skills for browser automation, frontend design, performance auditing, task tracking, and structured problem-solving workflows.