igniteui-blazor-generate-from-image-design
Installation
SKILL.md
Implementing Ignite UI Blazor 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.
- This skill is Blazor-only. Check NuGet package (
IgniteUI.Blazor.Lite,IgniteUI.Blazor.GridLitefor general purpose components and light-weight grid, orIgniteUI.Blazor/IgniteUI.Blazor.Trialfor specialized feature-rich grids and charts) only when theming or component availability depends on it. - To apply a theme, use the theming workflow from this skill and the dedicated
igniteui-blazor-themingskill; use theigniteui-themingMCP tools instead of styling from memory. - Call
get_docfor every chosen component family before using it. - Read references/gotchas.md now — after docs, before writing any code. Read the file in full. Some entries are component-specific; others apply broadly to any chart, any themed component, or any scoped CSS. Apply every entry that is relevant to what you are building. This is a blocking step: do not start implementation until you have read the whole file and checked it against your component list.
- Only then start coding.