igniteui-react-generate-from-image-design
Installation
SKILL.md
Implementing Ignite UI React 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 reference/component-mapping.md and reference/gotchas.md.
- This skill is React-only. Check package routing, theme CSS imports, or licensing only when imports, packages, or theming depend on it.
- To apply a theme, use the theming workflow from this skill and the dedicated
igniteui-react-customize-themeskill; use theigniteui-themingMCP tools instead of styling from memory. This skill is React-only, so hardcodeplatform: "react"in theme-generation calls. - Call
get_docfor every chosen component family before using it. - Only then start coding.