# Skills

The **Limio Skills** plugin for [Claude Code](https://claude.ai/code) helps you 'vibe code' Custom Components using AI assistance. Describe what you want and Claude generates complete, production-ready components following Limio best practices - with a live Storybook preview for iterating in real time.

The plugin provides five focused skills:

| Skill              | What it does                                                             |
| ------------------ | ------------------------------------------------------------------------ |
| `limio-component`  | Creates components with full SDK integration                             |
| `limio-storybook`  | Sets up the Storybook playground with mocked SDK and Claude Prompt addon |
| `limio-story`      | Creates Storybook stories with meaningful variations                     |
| `limio-sdk-verify` | Audits existing code for SDK compliance and deprecated patterns          |
| `limio-setup`      | Connects to Limio, manages credentials, and deploys components           |

For full installation instructions, usage examples, and the interactive Storybook workflow, see the dedicated docs and guide:

{% content-ref url="<https://docs.limio.com/developers/custom-components/claude-code-skill>" %}
<https://docs.limio.com/developers/custom-components/claude-code-skill>
{% endcontent-ref %}

{% content-ref url="<https://docs.limio.com/guides/developer-guides/guide-vibe-code-custom-components-with-claude-code>" %}
<https://docs.limio.com/guides/developer-guides/guide-vibe-code-custom-components-with-claude-code>
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.limio.com/ai/vibe-coding/skills.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
