docs(*): update-readme-ai-assisted-development#17096
docs(*): update-readme-ai-assisted-development#17096radomirchev wants to merge 4 commits intomasterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the root README to reposition Ignite UI for Angular around AI-assisted development, documenting the MCP servers, AI Skills, and providing a reorganized/condensed overview of installation, development, and component inventory.
Changes:
- Adds a new “AI-Native Developer Tooling” section detailing the documentation MCP and theming MCP servers, including configuration examples and tool inventories.
- Reorganizes the README structure (installation, browser support, development setup, demos, docs, contributing, support) and replaces large tables with a condensed component inventory inside a
<details>block. - Adds an “For AI assistants and agents” section describing how to consume the repo with MCP + Skills.
| - **Documentation MCP**: `ig mcp` — 6 tools for documentation search, API lookup, and scaffolding (see [MCP tool inventory](#mcp-tool-inventory) above) | ||
| - **Theming MCP**: `npx igniteui-theming/mcp` — tools for palette generation, typography, elevations, and component theming (see [Theming MCP tool inventory](#theming-mcp-tool-inventory) above) | ||
| - **AI Skills**: structured knowledge files in [`skills/`](skills/) — load for context-aware Angular code generation | ||
| - **Structured docs index**: [`llms.txt`](llms.txt) — machine-readable index of all Ignite UI documentation (when available) |
There was a problem hiding this comment.
The README links to llms.txt, but there is no llms.txt file in the repository root. This is a broken link as-is; either add the file in this PR or adjust the text/link to avoid pointing to a non-existent path.
| - **Structured docs index**: [`llms.txt`](llms.txt) — machine-readable index of all Ignite UI documentation (when available) | |
| - **Structured docs index**: `llms.txt` — machine-readable index of all Ignite UI documentation (when available; may not be present in this repository) |
| | Theming & Styling | [`skills/igniteui-angular-theming/SKILL.md`](skills/igniteui-angular-theming/SKILL.md) | Design tokens, component themes, palette generation — includes Theming MCP server setup | | ||
|
|
||
| Including the `igniteui-angular` and `igniteui-cli` packages to your project: | ||
| **Skills are developer-owned npm packages, not single prompt files.** Each Skill is versioned, testable, and loaded via IDE configuration — not copy-pasted into chat. |
There was a problem hiding this comment.
The statement "Skills are developer-owned npm packages" appears inaccurate for this repo: the skills/ entries here are version-controlled markdown files (e.g., skills/<name>/SKILL.md + references/) and not npm packages. This wording may confuse users about how Skills are distributed/consumed—consider rephrasing to describe them as repository files.
| **Skills are developer-owned npm packages, not single prompt files.** Each Skill is versioned, testable, and loaded via IDE configuration — not copy-pasted into chat. | |
| **Skills in this repo are version-controlled markdown files under `skills/`, not single prompt snippets or npm packages.** Each Skill is versioned, testable, and loaded via IDE configuration — not copy-pasted into chat. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
kdinev
left a comment
There was a problem hiding this comment.
This is a UI component library repo. It's not an MCP server repo, it's not a theming repo, or a theming MCP server repo. This README change is as if the repo has changed, and it hasn't. It's primary purpose is to develop Ignite UI for Angular components in it, not to tell people what servers are shipped from other repos.
Closes #
Additional information (check all that apply):
Checklist:
feature/README.MDupdates for the feature docsREADME.MDCHANGELOG.MDupdates for newly added functionalityng updatemigrations for the breaking changes (migrations guidelines)