You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| CLI MCP server (`igniteui-cli`) | Project scaffolding, component management, documentation and API queries via MCP | Infragistics | Angular, React, Web Components|
26
-
| Theming MCP server (`igniteui-theming`) | Design tokens, palette definitions, CSS variable generation, theming queries via MCP | Infragistics | Angular, React, Web Components, Blazor |
| CLI MCP server (`igniteui-cli`) | Project scaffolding, component management, documentation and API queries via MCP | Infragistics | Angular, React, Web Components |
26
+
| Theming MCP server (`igniteui-theming`) | Design tokens, palette definitions, CSS variable generation, theming queries via MCP | Infragistics | Angular, React, Web Components, Blazor |
27
27
28
28
The CLI MCP server and Theming MCP server are both started through `npx` and connect to any MCP-compatible client through STDIO transport. Agent Skills are local files placed in your project that the AI client reads from disk.
29
29
@@ -67,14 +67,14 @@ For configuration details, see [Theming MCP](theming-mcp.md).
67
67
68
68
The CLI MCP server and Theming MCP server work with any editor or AI client that supports MCP with STDIO transport.
| VS Code with GitHub Copilot |`.vscode/mcp.json`|
73
-
| Cursor |`.cursor/mcp.json`|
74
-
| Claude Desktop (macOS) |`~/Library/Application Support/Claude/claude_desktop_config.json`|
75
-
| Claude Desktop (Windows) |`%APPDATA%\Claude\claude_desktop_config.json`|
76
-
| Claude Code |`.mcp.json` or the Claude Code MCP CLI command|
77
-
| JetBrains AI Assistant |**Tools → AI Assistant → Model Context Protocol (MCP)**|
70
+
| Client | Configuration method |
71
+
| --- | --- |
72
+
| VS Code with GitHub Copilot |`.vscode/mcp.json`|
73
+
| Cursor |`.cursor/mcp.json`|
74
+
| Claude Desktop (macOS) |`~/Library/Application Support/Claude/claude_desktop_config.json`|
75
+
| Claude Desktop (Windows) |`%APPDATA%\Claude\claude_desktop_config.json`|
76
+
| Claude Code |`.mcp.json` or the Claude Code MCP CLI command |
77
+
| JetBrains AI Assistant |**Tools → AI Assistant → Model Context Protocol (MCP)**|
78
78
79
79
Agent Skills are compatible with GitHub Copilot via `.github/copilot-instructions.md`, Cursor via `.cursorrules` or `.cursor/rules/`, Windsurf via `.windsurfrules`, and JetBrains AI Assistant via project-level prompt settings.
| `list_components` | Lists available Ignite UI component docs for a framework. Accepts an optional keyword filter (case-insensitive substring match against name, keywords, and summary). |
325
-
|`get_doc`| Gets the full markdown content of a specific component doc by kebab-case name (e.g., `grid-editing`, `combo-overview`). Includes code samples, tables, and links. |
326
-
|`search_docs`| Full-text search across Ignite UI docs for a framework. Returns up to 20 ranked results with excerpts. |
327
-
|`get_project_setup_guide`| Returns the project setup guide for creating a new project in a specific framework, including CLI steps and install instructions. |
328
-
|`search_api`| Searches API entries by keyword or component name across Angular, React, and Web Components. |
329
-
|`get_api_reference`| Returns the full API reference for a specific component or class, including properties, methods, and events. Supports Angular, React, and Web Components. |
325
+
| `get_doc` | Gets the full markdown content of a specific component doc by kebab-case name (e.g., `grid-editing`, `combo-overview`). Includes code samples, tables, and links. |
326
+
| `search_docs` | Full-text search across Ignite UI docs for a framework. Returns up to 20 ranked results with excerpts. |
327
+
| `get_project_setup_guide` | Returns the project setup guide for creating a new project in a specific framework, including CLI steps and install instructions. |
328
+
| `search_api` | Searches API entries by keyword or component name across Angular, React, and Web Components. |
329
+
| `get_api_reference` | Returns the full API reference for a specific component or class, including properties, methods, and events. Supports Angular, React, and Web Components. |
330
330
331
331
At a high level, the CLI MCP tools help with:
332
332
@@ -337,7 +337,7 @@ At a high level, the CLI MCP tools help with:
337
337
- answering documentation and API questions
338
338
339
339
> [!NOTE]
340
-
> Framework detection uses component prefixes: `for Angular`, `for React`, `for Web Components`, `for Blazor`. The assistant picks up the right framework automatically from your open files or prompt context.
340
+
> Framework detection uses component prefixes: `` for Angular, `` for React, `` for Web Components, `` for Blazor. The assistant picks up the right framework automatically from your open files or prompt context.
341
341
342
342
The theming server adds styling, theme, palette, and token workflows to the same client session.
Copy file name to clipboardExpand all lines: en/components/ai/skills.md
+28-28Lines changed: 28 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ Ignite UI for Angular ships with **[Agent Skills](https://agentskills.io/)** - s
17
17
18
18
The skill files live in the [`skills/`](https://github.com/IgniteUI/igniteui-angular/tree/master/skills) directory of the Ignite UI for Angular repository:
> Starting with Ignite UI for Angular **21.1.0**, these skills are automatically discovered when placed in your agent's skills path (e.g., `.claude/skills`, `.agents/skills`, `.cursor/rules/`). This release ships with an optional migration to add these skills to your project automatically.
@@ -51,59 +51,59 @@ For user-level (global) skills available across all projects, use `~/.agents/ski
| Personal |`~/.copilot/skills/`, `~/.claude/skills/` (Copilot coding agent and GitHub Copilot CLI only) |
58
58
59
-
> **Tip:** In [VS Code](https://code.visualstudio.com/docs/copilot/customization/agent-skills), these locations also include the general `.agents/skills/` and `~/.agents/skills/` and you can configure additional skill locations using the `chat.agentSkillsLocations` setting.
59
+
> **Tip:** In [VS Code](https://code.visualstudio.com/docs/copilot/customization/agent-skills), these locations also include the general `.agents/skills/` and `~/.agents/skills/` and you can configure additional skill locations using the `chat.agentSkillsLocations` setting.
0 commit comments