igniteui-wc-generate-from-image-design
Installation
SKILL.md
Implementing Ignite UI Web Components Views from Design Images
MANDATORY AGENT PROTOCOL
Before writing any implementation code, you must complete these steps in order:
- Analyze the image and identify all visible regions and UI patterns.
- Read references/component-mapping.md and references/gotchas.md.
- This skill is Web Components-first. Check package layout or licensing only when package choice, component registration, or theming depend on it.
- To apply a theme, use the theming workflow from this skill and the dedicated
igniteui-wc-customize-component-themeskill; use theigniteui-themingMCP tools instead of styling from memory. - Call
get_docfor every chosen component family before using it. - Only then start coding.