Goal
Create a Markdown skill file so GitHub Copilot understands how to use MudBlazorExtended components when working in any repo that references this library.
Tasks
- Create
.github/copilot/skills/mudblazorext-integration.md
- Component list with key props and signatures
- Required
_Imports.razor entries
- Service registration (
AddMudBlazorExtended())
MbxAppShell layout pattern
- Theming with
MbxTheme.CreateDarkTheme()
- Common pitfalls (missing MudBlazor CSS, render mode)
- Create/update
.github/copilot/copilot-instructions.md to reference the skill file
Depends on
#1
Acceptance criteria
- Copilot coding agent picks up the skill context when working in the repo or a consuming repo
Goal
Create a Markdown skill file so GitHub Copilot understands how to use MudBlazorExtended components when working in any repo that references this library.
Tasks
.github/copilot/skills/mudblazorext-integration.md_Imports.razorentriesAddMudBlazorExtended())MbxAppShelllayout patternMbxTheme.CreateDarkTheme().github/copilot/copilot-instructions.mdto reference the skill fileDepends on
#1
Acceptance criteria