igniteui-blazor-components

A setup and usage guide for Ignite UI components in Blazor, Microsoft’s .NET framework for building web interfaces with C#. It covers form controls, layout elements, and data-display components, along with the required project configuration.

In plain words
What is it for?
Use it in .NET 8 or newer Blazor projects to configure Ignite UI and build forms, tabs, navigation, calendars, lists, cards, and related interface elements.
Why use it?
It brings the package, service registration, namespaces, and theme setup into one checklist. This reduces setup errors before developers start adding components to a Blazor project.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/igniteui/igniteui-cli/igniteui-blazor-components
Any agent
npx skills add IgniteUI/igniteui-cli --skill igniteui-blazor-components
Clone the repo
git clone --depth 1 https://github.com/IgniteUI/igniteui-cli

Made for: Claude Code, Codex.

Per session 221 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,149 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00221 $0.02149
Opus 5 $0.00111 $0.01074
Sonnet 5 $0.00044 $0.00430
Haiku 4.5 $0.00022 $0.00215

Measured 3d ago against content hash db283c20a514, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

igniteui-blazor-components scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/cli/templates/blazor/igb/projects/ai-config/files/skills/igniteui-blazor-components/SKILL.md · 119 lines

How it starts

The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ignite UI for Blazor - UI Components

Prerequisites

  • .NET 8+ Blazor project (Server, WebAssembly, Web App, or MAUI Blazor Hybrid)
  • The correct NuGet package installed: IgniteUI.Blazor.Lite (NuGet.org, MIT) for general purpose UI components; IgniteUI.Blazor.GridLite (NuGet.org, MIT) for the lightweight grid; IgniteUI.Blazor (Infragistics private feed, licensed) for the full suite including charts, maps, gauges, and enterprise grids; or IgniteUI.Blazor.Trial (NuGet.org) for evaluation of the full suite
  • builder.Services.AddIgniteUIBlazor(...) called in Program.cs
  • @using IgniteUI.Blazor.Controls added to _Imports.razor
  • A theme CSS file linked in the host page (see references/setup.md)
  • The Ignite UI CLI MCP server (igniteui-cli) is available as a tool provider

AGENT INSTRUCTION - MCP Server Setup (REQUIRED)

Before using any Ignite UI CLI MCP tools, you MUST verify the MCP server is available by calling list_components(framework: "blazor"). If the tool is not available or the call fails, you MUST automatically configure it by following the setup process steps described below.

After writing the file, inform the user that the MCP server has been configured and they may need to reload the editor for the tools to activate. Start the MCP server and wait for that MCP server to start before continuing the component-related work. Do NOT skip this step or ask the user to do it manually.

Setting Up the Ignite UI CLI MCP Server

Full setup instructions for VS Code, Cursor, Claude Desktop, and JetBrains IDEs are in references/mcp-setup.md. Read that file for editor-specific configuration steps and verification.

MANDATORY AGENT PROTOCOL - YOU MUST FOLLOW THIS BEFORE PRODUCING ANY OUTPUT

This file is a routing hub only. It contains no component examples and no component API details.

DO NOT write any component names, property names, event names, module registration calls, or Razor attributes from memory. Component APIs change between versions. Anything generated without reading the reference files and Blazor MCP docs will be incorrect.

Read the full file on GitHub · 119 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 119 lines · 221 tokens per session scan A db283c20a514

Subscribe to this mod's changes

igniteui-blazor-components is a skill published in the GitHub repository IgniteUI/igniteui-cli (136 stars, last pushed 5d ago), licensed MIT. It adds 221 tokens to every session and 2,149 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

aspnetcore-minimal-apis

Build ASP.NET Core minimal APIs with endpoint filters, JWT auth, OpenAPI, and clean handler delegation. Use for lightweight .NET microservices and BFF endpoints without MVC ceremony.

vaquarkhan/Fullstack-development-agent-skills · 44 tokens

ef-core-persistence

Model relational domains with EF Core 8, fluent configurations, migrations, interceptors, and performant queries. Use for .NET persistence layers with zero-downtime migration discipline.

vaquarkhan/Fullstack-development-agent-skills · 40 tokens

dotnet-aspnet-core-microservices

Apply backend defaults for .NET ASP.NET Core microservices with strong contracts, health checks, and production-safe operations. Use when backend services are built with .NET and C#.

vaquarkhan/Fullstack-development-agent-skills · 45 tokens

agui-dotnet-streaming-chat

Get started with the AG-UI .NET SDK: bootstrap and run your first streaming-chat app (client + server) with the AG-UI .NET NuGet packages (AGUI.Client, AGUI.Server, AGUI.Formatting, AGUI.Abstractions). USE FOR: which packages to install and how to wire them; constructing an AGUIChatClient against an endpoint and…

ag-ui-protocol/ag-ui · 223 tokens

agui-dotnet-sdk-docs

Author, update, and validate the AG-UI .NET SDK documentation pages on the docs.ag-ui.com Mintlify site (under docs/). USE FOR: adding or editing a ".NET SDK" docs page (sdk/dotnet//.mdx), wiring it into the docs.json ".NET" nav group and global anchor, running the docs site locally with mintlify dev…

ag-ui-protocol/ag-ui · 155 tokens

agui-dotnet-multimodal

Send images and other binary/file content to an AG-UI agent with the AG-UI .NET SDK — attach pictures (or audio, PDFs, etc.) to a user message so a multimodal model can see them. USE FOR: building a user ChatMessage with mixed content parts (TextContent plus DataContent for inline bytes, or UriContent for a hosted…

ag-ui-protocol/ag-ui · 186 tokens