igniteui-angular-generate-from-image-design
Installation
SKILL.md
Implementing Ignite UI Angular Views from Design Images
Required Steps Before Coding
Complete these steps in order before writing any implementation code:
- Analyze the image and identify all visible regions and UI patterns.
- Read references/component-mapping.md and references/gotchas.md.
- This skill is Angular-only. Check package layout 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-angular-themingskill; use theigniteui-themingMCP tools instead of styling from memory. - Call
get_docfor every chosen component family before using it. - Only then start coding.
If the MCP tools are unavailable, do not block the task: fall back to the reference files of the
igniteui-angular-componentsandigniteui-angular-gridsskills for component APIs, and theigniteui-angular-themingskill's manual Sass workflow for theming. Suggest runningnpx -y igniteui-cli ai-config(configures theigniteui-cliandigniteui-themingMCP servers) and reloading the editor for future sessions.