smithery/korallis

shadcn-ui-components

Build beautiful, accessible UI components using shadcn/ui library with Radix UI primitives and Tailwind CSS styling that you own and can customize.

Installation

$ npx skills add smithery/korallis --skill shadcn-ui-components

Summary

  • Build beautiful, accessible UI components using shadcn/ui library with Radix UI primitives and Tailwind CSS styling that you own and can customize.
  • Use when creating accessible component libraries, implementing common UI patterns (dialogs, dropdowns, tooltips), building forms with validation, creating data tables, implementing command palettes, using Radix UI primitives, customizing components with Tailwind, or building design systems with full ownership of code.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/korallis · top by installs.

npx skills add smithery/korallis

Browse all from smithery/korallis

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,651 B
  • docs SUMMARY.md 495 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Shadcn UI - Reusable Component Library

When to use this skill

  • Creating accessible UI component libraries
  • Implementing dialogs, dropdowns, tooltips, popovers
  • Building forms with validation and error handling
  • Creating sortable, filterable data tables
  • Implementing command palettes (Cmd+K interfaces)
  • Using Radix UI primitives with custom styling
  • Customizing components with Tailwind CSS
  • Building design systems you fully own
  • Implementing accessible keyboard navigation
  • Creating consistent, themeable components
  • Using pre-built accessible patterns
  • Building components that match your design system

When to use this skill

  • Building UI with Shadcn, Radix UI primitives, Tailwind CSS.
  • When working on related tasks or features
  • During development that requires this expertise

Use when: Building UI with Shadcn, Radix UI primitives, Tailwind CSS.

Installation

\\\bash npx shadcn-ui@latest add button \\\

Usage

\\\`typescript import { Button } from '@/components/ui/button';

<Button variant="destructive">Delete</Button> \\\`

Resources