From limio-skills
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/limio-skills:limio-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Connect to your Limio tenant, manage credentials, and deploy custom components.
Connect to your Limio tenant, manage credentials, and deploy custom components.
.limio.json contains OAuth client credentials (client ID + client secret). It MUST be in .gitignore and MUST NEVER be committed to git. When committing or staging files, NEVER include .limio.json. Always verify it is in the root .gitignore before proceeding with any workflow.
When the user asks to "set up Limio", "configure Limio", or "connect to Limio":
.limio.json is in the root .gitignore. If missing, add it immediately.component-playground/.storybook/main.jslimio-storybook skill first, or set it up now (the setup wizard lives inside Storybook)cd component-playground && npx storybook dev -p 6006.limio.json at project rootYou can set up Limio by simply saying "set up Limio" or "connect to Limio". Claude will:
You'll need your Limio tenant name, client ID, and client secret from your Limio admin.
If you prefer to set up credentials without Storybook:
Create .limio.json in the project root:
{
"tenant": "your-tenant-name",
"region": "eu",
"clientId": "your-client-id",
"clientSecret": "your-client-secret"
}
Region options: "eu" (Europe), "us" (United States), "dev" (Development)
URL mapping:
https://<tenant>.prod.limio.comhttps://<tenant>.prod-us.limio.comhttps://<tenant>.dev.limio.comThen immediately verify .limio.json is in .gitignore.
Components are deployed by committing and pushing to the git remote. Limio's CI/CD automatically builds components from the repository.
For detailed manual deploy steps, see references/deploy-workflow.md.
components/"Deploy component: <name>"After pushing, the Limio platform automatically triggers a component build. The Storybook middleware proxies build status from <limio-base-url>/api/component/builds.
Build statuses: IN_PROGRESS, SUCCEEDED, FAILED, ERROR
.limio.json and re-enter credentialsgit statusgit push -u origin <branch>limio-sdk-verify skill)limio-component — Create componentslimio-story — Create storieslimio-storybook — Set up Storybook playgroundlimio-sdk-verify — Verify SDK usagenpx claudepluginhub innovate42/limio-skills --plugin limio-skillsOrchestrates LaunchDarkly setup in an existing codebase: roadmap, resumable log, MCP config, companion skill installs, SDK install with detect/plan/apply, and first flag creation.
Fork and rebrand SLIM-based Docusaurus documentation websites for domain-specific projects. Handles hero customization, registry imports, page templates, and git workflow.
Bootstraps new projects with identity, design system, i18n, SEO, test infrastructure, and 8-gate deploy pipeline. Prevents tech debt from day zero.