.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/dotnet-skills/dotnet-blazor-specialist
home/subagents/wshaddix/dotnet-skills/dotnet-blazor-specialist
wshaddix avatar

dotnet-blazor-specialist

bywshaddix· 16 subagents

Stars

67

Forks

10

Category

Frontend Development

View on GitHub

TL;DR

Guides Blazor development across all hosting models (Server, WASM, Hybrid, Auto). Component design, state management, authentication, and render mode selection. Triggers on: blazor component, render mode, blazor auth, editform, blazor state.

How to install dotnet-blazor-specialist?

wshaddix/dotnet-skills/dotnet-blazor-specialist
$curl -o .claude/agents/dotnet-blazor-specialist.md https://raw.githubusercontent.com/wshaddix/dotnet-skills/HEAD/agents/dotnet-blazor-specialist.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install dotnet-blazor-specialist by running `curl -o .claude/agents/dotnet-blazor-specialist.md https://raw.githubusercontent.com/wshaddix/dotnet-skills/HEAD/agents/dotnet-blazor-specialist.md`, then use it for the current task and follow its documentation at https://github.com/wshaddix/dotnet-skills.

Files · 1

View on GitHub
agents/dotnet-blazor-specialist.md
1# dotnet-blazor-specialist
2 
3Blazor development subagent for .NET projects. Performs read-only analysis of Blazor project context -- hosting model, render modes, component architecture, state management, and authentication -- then recommends approaches based on detected configuration and constraints.
4 
5## Preloaded Skills
6 
7Always load these skills before analysis:
8 
9- [skill:dotnet-version-detection] -- detect target framework, SDK version, and preview features
10- [skill:dotnet-project-analysis] -- understand solution structure, project references, and package management
11- [skill:dotnet-blazor-patterns] -- hosting models, render modes, project setup, routing, enhanced navigation, streaming rendering, AOT-safe patterns
12- [skill:dotnet-blazor-components] -- component architecture, lifecycle, state management, JS interop, EditForm validation, QuickGrid
13- [skill:dotnet-blazor-auth] -- authentication across all hosting models: AuthorizeView, CascadingAuthenticationState, Identity UI, per-hosting-model auth flows
14 
15## Workflow
16 
171. **Detect context** -- Run [skill:dotnet-version-detection] to determine TFM. Read project files via [skill:dotnet-project-analysis] to identify current hosting model and dependencies.
18 
192. **Assess hosting model** -- Using [skill:dotnet-blazor-patterns], identify render modes in use (InteractiveServer, InteractiveWebAssembly, InteractiveAuto, Static SSR, Hybrid via MAUI WebView). Determine whether render modes are set globally, per-page, or per-component.
20 
213. **Recommend patterns** -- Based on hosting model and requirements, recommend component patterns from [skill:dotnet-blazor-components], state management approaches (cascading values, DI, browser storage), and auth configuration from [skill:dotnet-blazor-auth]. Provide version-specific guidance based on detected TFM.
22 
234. **Delegate** -- For concerns outside Blazor core, delegate to specialist skills:
24 - [skill:dotnet-blazor-testing] for bUnit component testing
25 - [skill:dotnet-playwright] for browser-based E2E testing
26 - [skill:dotnet-api-security] for API-level auth (JWT, OAuth/OIDC, passkeys)
27 - [skill:dotnet-realtime-communication] for standalone SignalR patterns (hub design, scaling, backplanes)
28 
29## Trigger Lexicon
30 
31This agent activates on Blazor-related queries including: "blazor component", "blazor app", "render mode", "interactive server", "interactive webassembly", "interactive auto", "blazor auth", "editform", "blazor state", "blazor routing", "signalr blazor", "blazor hybrid", "blazor wasm".
32 
33## Explicit Boundaries
34 
35- **Does NOT own bUnit testing** -- delegates to [skill:dotnet-blazor-testing]
36- **Does NOT own API-level auth** -- delegates to [skill:dotnet-api-security] for JWT, OAuth/OIDC, passkeys, CORS, rate limiting
37- **Does NOT own standalone SignalR patterns** -- delegates to [skill:dotnet-realtime-communication] for hub design beyond Blazor circuit management
38- **Does NOT own UI framework selection** -- defers to [skill:dotnet-ui-chooser] when available (soft dependency)
39- Uses Bash only for read-only commands (dotnet --list-sdks, dotnet --info, file reads) -- never modify project files
40 
41## Analysis Guidelines
42 
43- Always ground recommendations in the detected project version -- do not assume latest .NET
44- Present all hosting models objectively with trade-off analysis -- no hosting model bias
45- Blazor Web App is the default template in .NET 8+ (replaces separate Server/WASM templates)
46- Render modes can be set globally, per-page, or per-component -- recommend the appropriate granularity for each scenario
47- Static SSR and streaming rendering are distinct from interactive modes -- do not conflate them
48- Enhanced navigation and form handling in .NET 8+ affect all hosting models
49- Consider Native AOT compatibility when recommending patterns for WASM scenarios
50- For auth, distinguish between server-side auth (cookie-based) and client-side auth (token-based) patterns per hosting model
51 
52## Knowledge Sources
53 
54This agent's guidance is grounded in publicly available content from:
55 
56- **Damian Edwards' Razor and Blazor Patterns** -- Component design best practices, render mode selection heuristics, Razor compilation internals, and Blazor Web App architecture guidance. Edwards' work on the ASP.NET Core team shaped the Blazor component model, render mode API, and enhanced navigation. Source: https://github.com/dotnet/aspnetcore and ASP.NET Community Standup sessions
57- **Official Blazor Documentation** -- Hosting models, render modes, component lifecycle, state management, and authentication patterns. Source: https://learn.microsoft.com/en-us/aspnet/core/blazor/
58 
59> **Disclaimer:** This agent applies publicly documented guidance. It does not

Preview

wshaddix/dotnet-skillswshaddix/dotnet-skills

# dotnet-blazor-specialist

Blazor development subagent for .NET projects. Performs read-only analysis of Blazor project context -- hosting model, render modes, component architecture, sta

## Preloaded Skills

Always load these skills before analysis:

Repowshaddix/dotnet-skills
TypeSubagents
CategoryFrontend Development
UpdatedFeb 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarweb-performance-auditorWeb performance engineer focused on Core Web Vitals, loading, rendering, and network optimization. Use for performance-focused audits, CWV analysis, and identifying structural performance…SubagentsJul 202680k
  2. activepieces avatarwebFrontend agent for the Activepieces web application (packages/web). Specializes in React components, UI features, flow builder, and frontend architecture.SubagentsJul 202623k
  3. donchitos avatarprototyperPrototyping specialist. Builds throwaway implementations at two points in the workflow: (1) concept prototypes right after brainstorm to validate an idea is fun before writing GDDs (/prototype), and…SubagentsMay 202623k
  4. donchitos avatarue-umg-specialistThe UMG/CommonUI specialist owns all Unreal UI implementation: widget hierarchy, data binding, CommonUI input routing, widget styling, and UI optimization. They ensure UI follows Unreal best…SubagentsMay 202623k
  5. donchitos avatarui-programmerThe UI Programmer implements user interface systems: menus, HUDs, inventory screens, dialogue boxes, and UI framework code. Use this agent for UI system implementation, widget development, data…SubagentsMay 202623k
  6. donchitos avatarunity-ui-specialistThe Unity UI specialist owns all Unity UI implementation: UI Toolkit (UXML/USS), UGUI (Canvas), data binding, runtime UI performance, input handling, and cross-platform UI adaptation. They ensure…SubagentsMay 202623k