Skip to content

Commit 982b938

Browse files
committed
docs(skills): add a component pick/list skill
1 parent 1907784 commit 982b938

2 files changed

Lines changed: 354 additions & 0 deletions

File tree

skills/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Skills are structured instructions that help AI agents understand and execute co
1010

1111
| Skill | Description | Use When |
1212
| ----------------------------------------------------------- | ---------------------------------------------------------------------------------- | ------------------------------------- |
13+
| [choose-components](./choose-components/) | Identify the right components for a UI pattern and navigate to official docs/demos | Deciding which components to use |
1314
| [integrate-with-framework](./integrate-with-framework/) | Integrate components into React, Angular, Vue, or vanilla JS applications | Setting up components in your project |
1415
| [customize-component-theme](./customize-component-theme/) | Customize styling using CSS custom properties, parts, and theming system | Applying custom brand colors/styles |
1516
| [optimize-bundle-size](./optimize-bundle-size/) | Reduce bundle size by importing only needed components and lazy loading | Optimizing production performance |

0 commit comments

Comments
 (0)