-
Notifications
You must be signed in to change notification settings - Fork 160
docs(*): add-llms-txt-file #17118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
docs(*): add-llms-txt-file #17118
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,161 @@ | ||||||||||||||||||||||
| # Ignite UI for Angular | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| > Enterprise Angular UI component library from Infragistics. 60+ Angular-native components including high-performance data grids (Grid, Tree Grid, Hierarchical Grid, Pivot Grid), 65+ charts, and a full AI developer toolchain — MCP servers, AI Skills, and structured docs for agent-native workflows. | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ## AI Toolchain | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - [Documentation MCP server](https://www.npmjs.com/package/@igniteui/mcp-server): MCP server bundled in igniteui-cli. Start with `ig mcp`. Exposes 6 tools: list_components, get_doc, search_docs, get_api_reference, search_api, generate_ignite_app. Supports Angular, React, Blazor, Web Components. | ||||||||||||||||||||||
| - [Theming MCP server](https://www.npmjs.com/package/igniteui-theming): MCP server bundled in igniteui-theming. Start with `npx igniteui-theming/mcp`. Exposes tools for palette generation, typography, elevations, component theming across Material, Bootstrap, Fluent, Indigo design systems. | ||||||||||||||||||||||
| - [AI Skills — Components](https://github.com/IgniteUI/igniteui-angular/blob/master/skills/igniteui-angular-components/SKILL.md): Structured knowledge file for form controls, layout, data display, overlays, charts. Auto-discovered in VS Code (Copilot) and Cursor. | ||||||||||||||||||||||
| - [AI Skills — Data Grids](https://github.com/IgniteUI/igniteui-angular/blob/master/skills/igniteui-angular-grids/SKILL.md): Structured knowledge file for Grid, Tree Grid, Hierarchical Grid, Pivot Grid — column config, sorting, filtering, editing, remote data, state persistence. | ||||||||||||||||||||||
| - [AI Skills — Theming](https://github.com/IgniteUI/igniteui-angular/blob/master/skills/igniteui-angular-theming/SKILL.md): Structured knowledge file for theming system — includes Theming MCP server setup instructions. | ||||||||||||||||||||||
| - [MCP tool inventory](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md#mcp-tool-inventory): Full table of documentation MCP tools with input/output signatures. | ||||||||||||||||||||||
| - [Theming MCP tool inventory](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md#theming-mcp-tool-inventory): Full table of theming MCP tools with phase availability. | ||||||||||||||||||||||
| - [Integration matrix](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md#integration-matrix): Which tools work in which IDEs (VS Code, Cursor, Claude Code, Claude Desktop, JetBrains). | ||||||||||||||||||||||
| - [Boundary constraints](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md#boundary-constraints): Explicit constraints on tool capabilities, scope, and what is NOT supported — read before generating integration code. | ||||||||||||||||||||||
| - [Architecture diagram](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md#ai-toolchain-architecture): ASCII diagram of the two-MCP-server topology and Skills layer. | ||||||||||||||||||||||
|
Comment on lines
+12
to
+16
|
||||||||||||||||||||||
| - [MCP tool inventory](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md#mcp-tool-inventory): Full table of documentation MCP tools with input/output signatures. | |
| - [Theming MCP tool inventory](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md#theming-mcp-tool-inventory): Full table of theming MCP tools with phase availability. | |
| - [Integration matrix](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md#integration-matrix): Which tools work in which IDEs (VS Code, Cursor, Claude Code, Claude Desktop, JetBrains). | |
| - [Boundary constraints](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md#boundary-constraints): Explicit constraints on tool capabilities, scope, and what is NOT supported — read before generating integration code. | |
| - [Architecture diagram](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md#ai-toolchain-architecture): ASCII diagram of the two-MCP-server topology and Skills layer. | |
| - [MCP tool inventory](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md): Full table of documentation MCP tools with input/output signatures. | |
| - [Theming MCP tool inventory](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md): Full table of theming MCP tools with phase availability. | |
| - [Integration matrix](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md): Which tools work in which IDEs (VS Code, Cursor, Claude Code, Claude Desktop, JetBrains). | |
| - [Boundary constraints](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md): Explicit constraints on tool capabilities, scope, and what is NOT supported — read before generating integration code. | |
| - [Architecture diagram](https://github.com/IgniteUI/igniteui-angular/blob/master/README.md): ASCII diagram of the two-MCP-server topology and Skills layer. |
Copilot
AI
Mar 27, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This statement conflicts with the repository’s own guidance (README.md ‘AI-Assisted Development’ section) which treats Skills as versioned files under the skills/ directory that can be copied/attached to an assistant. Please reword to avoid implying the Skills are distributed as npm packages.
| - Skills are versioned npm packages — not single prompt files. | |
| - Skills are versioned SKILL.md files under the skills/ directory — structured knowledge files that can be copied or attached to an assistant, not npm packages or single ad-hoc prompts. |
Copilot
AI
Mar 27, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The note that set_size, set_spacing, set_roundness, etc. are “not yet implemented” appears inconsistent with the theming skill documentation, which explicitly instructs agents to use set_size / set_spacing / set_roundness as part of the workflow. Please verify current MCP server capabilities and make this constraint consistent with the skills docs (either remove it or update both places).
| - Theming MCP Phase 3 and Phase 4 tools (set_size, set_spacing, set_roundness, validate_theme, explain_function) are not yet implemented — do not suggest calling them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Theming MCP server startup command (
npx igniteui-theming/mcp) doesn’t match the command documented in the theming skill setup guide (skills/igniteui-angular-theming/references/mcp-setup.md usesnpxwith argsigniteui-theming igniteui-theming-mcp). Please align the command here (and any repeated mentions later in this file) with the canonical setup instructions.