Getting latest skills from the repos and replacing them in the templates#1651
Closed
Marina-L-Stoyanova wants to merge 1 commit intomasterfrom
Closed
Getting latest skills from the repos and replacing them in the templates#1651Marina-L-Stoyanova wants to merge 1 commit intomasterfrom
Marina-L-Stoyanova wants to merge 1 commit intomasterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refreshes and reorganizes the “skills” documentation content shipped in templates, aligning it with updated guidance across Angular, React, and Web Components skill hubs.
Changes:
- Adds new reference content (e.g., Angular Grids sizing, “generate from image” guidance, Web Components package routing notes).
- Updates existing skill hubs to point to the new/updated references and improves routing/setup guidance.
- Removes outdated documentation files (e.g., theming contributing guide and Reveal SDK-related React references).
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/igx-templates/igx-ts/projects/_base/files/__dot__claude/skills/igniteui-angular-theming/references/contributing.md | Removes the standalone theming contribution reference doc. |
| packages/igx-templates/igx-ts/projects/_base/files/__dot__claude/skills/igniteui-angular-theming/SKILL.md | Removes the link/section that referenced the deleted contributing doc. |
| packages/igx-templates/igx-ts/projects/_base/files/__dot__claude/skills/igniteui-angular-grids/references/sizing.md | Adds a new grids sizing reference (width/height/column sizing/spacing). |
| packages/igx-templates/igx-ts/projects/_base/files/__dot__claude/skills/igniteui-angular-grids/references/data-operations.md | Tweaks example sizing/height usage in code samples. |
| packages/igx-templates/igx-ts/projects/_base/files/__dot__claude/skills/igniteui-angular-grids/SKILL.md | Adds routing entry for the new sizing reference + doc URL pattern note. |
| packages/igx-templates/igx-ts/projects/_base/files/__dot__claude/skills/igniteui-angular-generate-from-image-design/references/gotchas.md | Adds “gotchas” reference for image-to-UI generation pitfalls. |
| packages/igx-templates/igx-ts/projects/_base/files/__dot__claude/skills/igniteui-angular-generate-from-image-design/references/component-mapping.md | Adds component mapping reference for image-to-component selection. |
| packages/igx-templates/igx-ts/projects/_base/files/__dot__claude/skills/igniteui-angular-generate-from-image-design/SKILL.md | Adds a full skill defining the workflow/protocol for building views from design images. |
| packages/igx-templates/igx-ts/projects/_base/files/__dot__claude/skills/igniteui-angular-components/references/charts.md | Updates chart-type guidance and API notes in the Angular charts reference. |
| packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__claude/skills/igniteui-wc-integrate-with-framework/references/vue.md | Adds package-routing note to Vue integration reference. |
| packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__claude/skills/igniteui-wc-integrate-with-framework/references/vanilla-js.md | Adds package-routing note to vanilla JS integration reference. |
| packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__claude/skills/igniteui-wc-integrate-with-framework/references/react.md | Adds package-routing note to React integration reference. |
| packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__claude/skills/igniteui-wc-integrate-with-framework/references/angular.md | Adds package-routing note to Angular integration reference. |
| packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__claude/skills/igniteui-wc-integrate-with-framework/SKILL.md | Expands integration skill with explicit package routing guidance. |
| packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__claude/skills/igniteui-wc-choose-components/SKILL.md | Expands package routing + adds charting section (contains duplicated package rows). |
| packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__claude/skills/README.md | Adds a skills README for Web Components templates. |
| packages/cli/templates/react/igr-ts/projects/_base/files/__dot__claude/skills/igniteui-react-customize-theme/reference/REVEAL-THEME.md | Removes Reveal theme sync reference doc. |
| packages/cli/templates/react/igr-ts/projects/_base/files/__dot__claude/skills/igniteui-react-customize-theme/SKILL.md | Removes Reveal theme sync from the content guide. |
| packages/cli/templates/react/igr-ts/projects/_base/files/__dot__claude/skills/igniteui-react-components/reference/REVEAL-SDK.md | Removes Reveal SDK integration reference doc. |
| packages/cli/templates/react/igr-ts/projects/_base/files/__dot__claude/skills/igniteui-react-components/reference/COMPONENT-CATALOGUE.md | Removes Reveal SDK from the component catalogue. |
| packages/cli/templates/react/igr-ts/projects/_base/files/__dot__claude/skills/igniteui-react-components/reference/CHARTS-GRIDS.md | Adds a more complete IgrDataChart setup example and module registration guidance. |
| packages/cli/templates/react/igr-ts/projects/_base/files/__dot__claude/skills/igniteui-react-components/SKILL.md | Updates “before you answer” routing and refines quick start guidance. |
| packages/cli/templates/react/igr-ts/projects/_base/files/__dot__claude/skills/README.md | Adds a skills README for React templates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+55
to
+58
| | [`igniteui-webcomponents-grids`](https://www.npmjs.com/package/igniteui-webcomponents-grids) | Commercial | `npm install igniteui-webcomponents-grids` (trial) | Advanced data grids (Data Grid, Tree Grid, Hierarchical Grid, Pivot Grid) with many built-in functionalities | | ||
| | [`@infragistics/igniteui-webcomponents-grids`](https://packages.infragistics.com/feeds/js-licensed/@infragistics/igniteui-webcomponents-grids) | Commercial | `npm install @infragistics/igniteui-webcomponents-grids` (licensed) | Advanced data grids (Data Grid, Tree Grid, Hierarchical Grid, Pivot Grid) with many built-in functionalities | | ||
| | [`igniteui-grid-lite`](https://www.npmjs.com/package/igniteui-grid-lite) | MIT | `npm install igniteui-grid-lite` | Lightweight data grid for simpler tabular data | | ||
| | [`igniteui-dockmanager`](https://www.npmjs.com/package/igniteui-dockmanager) | Commercial | `npm install igniteui-dockmanager` (trial) | Windowing / docking layouts (IDE-style panels) | |
| - **Data Chart**: Configure explicit series (IgxAreaSeriesComponent, IgxBarSeriesComponent, etc.) | ||
| - **Category Chart**: `chartType` property (Auto, Area, Column, Line, Point, etc.) | ||
| - **Financial Chart**: `chartType` property (Auto, Candle, Line, Bar, Column) | ||
| - **Data Chart**: Configure explicit series (IgxAreaSeriesComponent, IgxBarSeriesComponent, IgxBarSeries, etc.) |
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
Related Issue
Closes #
Type of Change
Affected Packages
igniteui-cli(packages/cli)@igniteui/cli-core(packages/core)@igniteui/angular-templates(packages/igx-templates)@igniteui/angular-schematics(packages/ng-schematics)@igniteui/mcp-server(packages/igniteui-mcp)Checklist
npm run test)npm run build)npm run lint)Additional Context