ai-component-metadata
Installation
SKILL.md
AI Component Metadata Generator
Generate structured, AI-consumable metadata for design system components to enable intelligent UI generation and component usage.
Quick Start
When analyzing a component, use the metadata schema template in scripts/generate_metadata.py or follow the manual process below:
# Automatic generation (reads component file)
python scripts/generate_metadata.py path/to/Component.tsx
# Or use the template directly
cp assets/metadata-template.tsx your-component-metadata.tsx