dotnet-blazor-specialist

dotnet-blazor-specialist is an agent for Claude Code from novotnyllc/dotnet-artisan. It costs 61 tokens per session (1,708 once invoked), scanned A, original, MIT.

A Blazor development specialist that analyzes a project's hosting model, components, state, rendering, and authentication setup. Blazor is Microsoft's framework for building web interfaces with .NET and C#.

In plain words
What is it for?
Use it to design Blazor components, choose a render mode, manage state, configure authentication, or troubleshoot forms and JavaScript integration.
Why use it?
It helps choose suitable Blazor patterns when hosting and rendering options make the right implementation unclear.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents.

Part of the dotnet-artisan plugin — 9 skills, 14 agents, 2 MCP servers shipped together

Good fit Use it to design Blazor components, choose a render mode, manage state, configure authentication, or troubleshoot forms and JavaScript integration.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/novotnyllc/dotnet-artisan/dotnet-blazor-specialist
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/novotnyllc/dotnet-artisan

Made for: Claude Code.

Or install dotnet-artisan, the plugin that ships this one along with the rest of its 9 skills, 14 agents, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dotnet-blazor-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/novotnyllc/dotnet-artisan/dotnet-blazor-specialist/github.svg)](https://agentmods.dev/agents/novotnyllc/dotnet-artisan/dotnet-blazor-specialist)
Your own site
<a href="https://agentmods.dev/agents/novotnyllc/dotnet-artisan/dotnet-blazor-specialist"><img src="https://agentmods.dev/badge/agents/novotnyllc/dotnet-artisan/dotnet-blazor-specialist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dotnet-blazor-specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/novotnyllc/dotnet-artisan/dotnet-blazor-specialist"><img src="https://agentmods.dev/badge/agents/novotnyllc/dotnet-artisan/dotnet-blazor-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,708 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.01708
Opus 5 $0.00030 $0.00854
Sonnet 5 $0.00012 $0.00342
Haiku 4.5 $0.00006 $0.00171

Measured 9d ago against content hash 0a9cc16fac3f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

dotnet-blazor-specialist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/dotnet-artisan/agents/dotnet-blazor-specialist.md · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

dotnet-blazor-specialist

Blazor 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.

Preloaded Skills

Always load these skills before analysis:

  • [skill:dotnet-tooling] (read references/version-detection.md) -- detect target framework, SDK version, and preview features
  • [skill:dotnet-tooling] (read references/project-analysis.md) -- understand solution structure, project references, and package management
  • [skill:dotnet-ui] (read references/blazor-patterns.md) -- hosting models, render modes, project setup, routing, enhanced navigation, streaming rendering, AOT-safe patterns
  • [skill:dotnet-ui] (read references/blazor-components.md) -- component architecture, lifecycle, state management, JS interop, EditForm validation, QuickGrid
  • [skill:dotnet-ui] (read references/blazor-auth.md) -- authentication across all hosting models: AuthorizeView, CascadingAuthenticationState, Identity UI, per-hosting-model auth flows

Workflow

  1. Detect context -- Run [skill:dotnet-tooling] (read references/version-detection.md) to determine TFM. Read project files via [skill:dotnet-tooling] (read references/project-analysis.md) to identify current hosting model and dependencies.

  2. Assess hosting model -- Using [skill:dotnet-ui] (read references/blazor-patterns.md), 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.

  3. Recommend patterns -- Based on hosting model and requirements, recommend component patterns from [skill:dotnet-ui] (read references/blazor-components.md), state management approaches (cascading values, DI, browser storage), and auth configuration from [skill:dotnet-ui] (read references/blazor-auth.md). Provide version-specific guidance based on detected TFM.

Read the full file on GitHub · 94 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 94 lines · 61 tokens per session scan A 0a9cc16fac3f

Subscribe to this mod's changes

dotnet-blazor-specialist is an agent published in the GitHub repository novotnyllc/dotnet-artisan (229 stars, last pushed 22d ago), licensed MIT. It adds 61 tokens to every session and 1,708 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.