Add shadcn/ui customization, evaluation, and rules documentation

- Introduced customization and theming guide for shadcn/ui components.
- Added evaluation prompts for creating components with specific requirements.
- Created MCP server documentation for component management.
- Documented API differences between base and radix components.
- Established rules for component composition, forms, icons, and styling.
- Added skills-lock.json to track shadcn skill dependencies.
This commit is contained in:
GW_MC
2026-05-28 04:05:45 +00:00
parent 6d983b6cd9
commit d755331fbd
14 changed files with 1858 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
interface:
display_name: "shadcn/ui"
short_description: "Manages shadcn/ui components — adding, searching, fixing, debugging, styling, and composing UI."
icon_small: "./assets/shadcn-small.png"
icon_large: "./assets/shadcn.png"