Agent Skills: dotnet-blazor

Skills for Blazor development: component authoring, interactivity, and web application patterns.

UncategorizedID: autohandai/community-skills/dotnet-blazor

Install this agent skill to your local

pnpm dlx add-skill https://github.com/autohandai/community-skills/tree/HEAD/dotnet-blazor

Skill Files

Browse the full folder contents for dotnet-blazor.

Download Skill

Loading file tree…

dotnet-blazor/SKILL.md

Skill Metadata

Name
dotnet-blazor
Description
"Skills for Blazor development: component authoring, interactivity, and web application patterns."

dotnet-blazor

Overview

Use this skill for Blazor development, including Razor components, render modes, interactivity, forms, routing, state, JavaScript interop, and web application patterns using dotnet/skills.

Workflow

  1. Identify hosting model, render mode, component structure, routing, state management, and shared UI conventions.
  2. Keep component changes scoped and preserve parameters, cascading values, event callbacks, and validation behavior.
  3. Test interactions with bUnit, app tests, or browser checks where available.
  4. Validate accessibility, responsiveness, and server/client boundary assumptions.

Guardrails

  • Do not mix Blazor Server, WebAssembly, and interactive render-mode assumptions.
  • Preserve form binding, validation messages, authorization views, and route behavior.
  • Keep JavaScript interop contracts explicit and minimal.

Expected Output

Return Blazor changes or guidance with component contracts and validation results.