docs(skills): add package-routing guidance to Ignite UI Web Components AI skills#2195
Merged
docs(skills): add package-routing guidance to Ignite UI Web Components AI skills#2195
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds package-routing guardrails to the Ignite UI Web Components “skills” docs so agents don’t default to igniteui-webcomponents when the user really needs grids/Grid Lite/Dock Manager, and adds reminder notes to framework reference pages.
Changes:
- Added “Package Routing” guidance to
igniteui-wc-integrate-with-frameworkandigniteui-wc-choose-componentsskills. - Added “Package note” guardrails to Angular/Vue/Vanilla/React framework integration references.
- Removed charting package/guidance from
igniteui-wc-choose-components(not mentioned in the PR description).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/igniteui-wc-integrate-with-framework/SKILL.md | Adds package routing table and grid feature heuristics before loading a framework reference. |
| skills/igniteui-wc-integrate-with-framework/references/angular.md | Adds a package-selection guardrail note. |
| skills/igniteui-wc-integrate-with-framework/references/vue.md | Adds a package-selection guardrail note. |
| skills/igniteui-wc-integrate-with-framework/references/vanilla-js.md | Adds a package-selection guardrail note. |
| skills/igniteui-wc-integrate-with-framework/references/react.md | Adds a React-specific guardrail note about not reusing igniteui-react guidance for other packages. |
| skills/igniteui-wc-choose-components/SKILL.md | Adds package routing guidance and removes charting-related package/content. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…-js.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…mprove package notes
…iteUI/igniteui-webcomponents into ganastasov/wc-skills-package
kdinev
requested changes
Apr 20, 2026
Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>
Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>
Co-authored-by: Konstantin Dinev <kdinev@infragistics.com>
kdinev
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds concise package-routing guidance to the Ignite UI Web Components skills and small guardrail notes in framework setup references. This helps AI agents avoid defaulting to the generic package for grids, Grid Lite, and Dock Manager.
Type of Change
Related Issues
Closes #IgniteUI/igniteui-cli#1639
Testing
Documentation-only change; no runtime testing required.
Checklist