Native Claude Code integration for the ui-kit component library. Gives Claude deep awareness of 147 components, the Aurora Fluid design system, and project conventions.
claude plugin add annondeveloper/ui-kit --path plugins/claude-codeOr clone and use locally:
git clone https://github.com/annondeveloper/ui-kit.git
claude --plugin-dir ui-kit/plugins/claude-code| Skill | Trigger | What it does |
|---|---|---|
/ui-kit:component-finder |
"find a component for..." | Searches 147 components by name, feature, or use case |
/ui-kit:generate-component |
"build a dashboard..." | Generates production TSX with correct imports and conventions |
/ui-kit:design-system |
"how do colors work?" | Explains OKLCH, motion levels, Aurora Fluid, CSS architecture |
/ui-kit:tier-guide |
"which tier should I use?" | Recommends Lite/Standard/Premium based on requirements |
/ui-kit:audit-accessibility |
"check my component" | Audits for WCAG AA, keyboard nav, ARIA, touch targets |
| Agent | Purpose |
|---|---|
component-architect |
Designs multi-component layouts and page architectures |
accessibility-reviewer |
Deep accessibility review with UI Kit-specific checks |
The plugin auto-connects to the hosted MCP server at ui-kit-mcp.annondeveloper.workers.dev, giving Claude programmatic access to:
list_components— browse all componentsget_component— full API referencesearch_components— semantic searchgenerate_snippet— working TSX generationget_theme— OKLCH theme tokensget_icons— 50+ SVG icons
- SessionStart — announces available skills on session start
The plugin is pure Markdown + JSON. No npm install, no build step, no runtime. Just install and go.