update-ui-inventory
Installation
SKILL.md
Update UI Inventory Skill
When to Activate
Activate this skill when:
- Adding new UI components to the engine
- Removing or deprecating components
- The component-inventory CI check fails
- You want to verify docs match the actual component count
- After merging PRs that add/remove components
Files Involved
| File | Purpose |
|---|---|
.github/component-inventory.json |
Source of truth for component counts |
docs/design-system/COMPONENT-REFERENCE.md |
User-facing component documentation |
libs/engine/src/lib/ui/components/ |
Actual component source files |