Agent skill
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. 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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/shadcn-ui-components
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?