Skip to content

refactor(skills): reducing igniteui-blazor skills significantly#264

Open
kdinev wants to merge 3 commits into
masterfrom
skills-refactor
Open

refactor(skills): reducing igniteui-blazor skills significantly#264
kdinev wants to merge 3 commits into
masterfrom
skills-refactor

Conversation

@kdinev

@kdinev kdinev commented Jul 22, 2026

Copy link
Copy Markdown
Member

Description

Motivation / Context

Type of Change (check all that apply):

  • Bug fix
  • New functionality
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (no functional changes)
  • Documentation
  • Demos
  • CI/CD
  • Tests
  • Changelog

Component(s) / Area(s) Affected:

How Has This Been Tested?

  • Unit tests
  • Manual testing
  • Automated e2e tests

Test Configuration:

  • .NET version:
  • Hosting model:
  • Browser(s):
  • OS:

Screenshots / Recordings

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code
  • This PR includes API docs for newly added methods/properties
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes behavioral changes and the feature specification has been updated with them
  • Accessibility (ARIA, keyboard navigation, focus management) has been verified

Closes #

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Refactors the skills/ shipped AI-skill documentation to be significantly thinner and more workflow-oriented, relying on the Ignite UI MCP servers for API and documentation facts instead of local reference files.

Changes:

  • Consolidates the skills into concise “workflow” hubs (components, grids, theming, generate-from-image) with MCP-first guidance.
  • Removes many references/*.md files, pushing detailed setup/feature guidance to MCP docs and tool lookups.
  • Updates the skills index/README and AGENTS.md to emphasize MCP-based API discovery and setup snippets.

Reviewed changes

Copilot reviewed 28 out of 28 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
skills/README.md Updates skills catalog + MCP server/tooling + install guidance.
skills/igniteui-blazor-theming/SKILL.md Replaces detailed theming reference content with a compact workflow and rules.
skills/igniteui-blazor-theming/references/mcp-setup.md Removed (setup guidance moved out of local references).
skills/igniteui-blazor-theming/references/common-patterns.md Removed (patterns folded into SKILL.md / MCP docs).
skills/igniteui-blazor-grids/SKILL.md Replaces routing-hub + many references with a compact workflow/decision guide and gotchas.
skills/igniteui-blazor-grids/references/types.md Removed (details folded into SKILL.md / MCP docs).
skills/igniteui-blazor-grids/references/structure.md Removed (details folded into SKILL.md / MCP docs).
skills/igniteui-blazor-grids/references/state.md Removed (details folded into SKILL.md / MCP docs).
skills/igniteui-blazor-grids/references/sizing.md Removed (details folded into SKILL.md / MCP docs).
skills/igniteui-blazor-grids/references/paging-remote.md Removed (details folded into SKILL.md / MCP docs).
skills/igniteui-blazor-grids/references/mcp-setup.md Removed (setup guidance moved out of local references).
skills/igniteui-blazor-grids/references/grid-migration.md Removed (migration guidance folded into SKILL.md / MCP docs).
skills/igniteui-blazor-grids/references/features.md Removed (details folded into SKILL.md / MCP docs).
skills/igniteui-blazor-grids/references/editing.md Removed (details folded into SKILL.md / MCP docs).
skills/igniteui-blazor-grids/references/data-operations.md Removed (details folded into SKILL.md / MCP docs).
skills/igniteui-blazor-generate-from-image-design/SKILL.md Streamlines the image→UI workflow and delegates details to theming/components skills + refs.
skills/igniteui-blazor-generate-from-image-design/references/component-mapping.md Shrinks the mapping reference into a more compact “pattern → component” guide.
skills/igniteui-blazor-components/SKILL.md Replaces multi-reference routing hub with an MCP-first workflow + curated Blazor gotchas.
skills/igniteui-blazor-components/references/setup.md Removed (setup guidance moved to MCP docs / SKILL.md).
skills/igniteui-blazor-components/references/mcp-setup.md Removed (setup guidance moved out of local references).
skills/igniteui-blazor-components/references/layout.md Removed (details folded into SKILL.md / MCP docs).
skills/igniteui-blazor-components/references/layout-manager.md Removed (details folded into SKILL.md / MCP docs).
skills/igniteui-blazor-components/references/form-controls.md Removed (details folded into SKILL.md / MCP docs).
skills/igniteui-blazor-components/references/feedback.md Removed (details folded into SKILL.md / MCP docs).
skills/igniteui-blazor-components/references/data-display.md Removed (details folded into SKILL.md / MCP docs).
skills/igniteui-blazor-components/references/charts.md Removed (details folded into SKILL.md / MCP docs).
skills/AGENTS.md Adds an explicit requirement to use MCP tools for Ignite UI API/docs instead of memory.

Comment thread skills/igniteui-blazor-theming/SKILL.md
Comment thread skills/igniteui-blazor-grids/SKILL.md
@kdinev

kdinev commented Jul 23, 2026

Copy link
Copy Markdown
Member Author

@ivanvpetrov I think we shouldn't waste time with this PR. The results I'm getting are way worse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants