dotnet-backend-expert

dotnet-backend-expert is a skill for Claude Code from mathisk2095/jko-claude-plugins. It costs 181 tokens per session (3,336 once invoked), scanned A, original, MIT.

A specialised guide for building pure .NET backend services hosted by Kestrel, the web server used by .NET applications. It covers areas such as REST endpoints, SignalR communication, data access, authentication, and service operations.

In plain words
What is it for?
Use it when writing, reviewing, debugging, or designing .NET backend services, including APIs, real-time hubs, background workers, dependency injection, and database access.
Why use it?
It helps developers make backend code easier to review, maintain, and operate as the service and team grow.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the dotnet-backend plugin — 1 skill, 4 commands shipped together

Good fit Use it when writing, reviewing, debugging, or designing .NET backend services, including APIs, real-time hubs, background workers, dependency injection, and database access.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mathisk2095/jko-claude-plugins/dotnet-backend-expert
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.

Any agent
npx skills add mathisk2095/jko-claude-plugins --skill dotnet-backend-expert
Clone the repo
git clone --depth 1 https://github.com/mathisk2095/jko-claude-plugins

Made for: Claude Code.

Or install dotnet-backend, the plugin that ships this one along with the rest of its 1 skill, 4 commands.

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-backend-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/mathisk2095/jko-claude-plugins/dotnet-backend-expert.svg)](https://agentmods.dev/skills/mathisk2095/jko-claude-plugins/dotnet-backend-expert)
Your own site
<a href="https://agentmods.dev/skills/mathisk2095/jko-claude-plugins/dotnet-backend-expert"><img src="https://agentmods.dev/badge/skills/mathisk2095/jko-claude-plugins/dotnet-backend-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 181 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,336 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.00181 $0.03336
Opus 5 $0.00090 $0.01668
Sonnet 5 $0.00036 $0.00667
Haiku 4.5 $0.00018 $0.00334

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

Security

Grade A, and why

dotnet-backend-expert 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 7d 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-backend/skills/dotnet-backend-expert/SKILL.md · 332 lines

How it starts

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

Build real .NET backends. Not UI shells. Not Razor pages. Not MAUI. Build Kestrel-hosted services that stay clear under load, survive team growth, and remain easy to reason about in code review, LLD interviews, and production incidents.

Terminology Rule

Frame this skill as .NET 10 backend work.

  • Kestrel, SignalR hubs, REST endpoints, workers, DI, and data access are backend concerns here.
  • Do not describe this plugin's target using the web-stack brand name.
  • Official Microsoft docs may still use that brand in article titles. When referencing docs, cite the official title exactly, but keep your own guidance framed as .NET backend / Kestrel backend.

Scope

Focus on:

  • Kestrel-hosted backend services
  • REST endpoints, controllers, route groups, and SignalR hubs
  • application/domain/infrastructure boundaries
  • EF Core or pragmatic data-access decisions
  • AppHost/Aspire usage for backend orchestration
  • auth/authz boundaries, JWT posture, CORS, rate limiting, health checks, and graceful shutdown
  • hosted services, concurrency, DI lifetimes, and messaging tradeoffs
  • current backend guidance across .NET 8, .NET 9, and .NET 10, with .NET 10 as the default recommendation for new services

Do not drift into:

  • MAUI, Blazor, Razor UI, WinUI, WPF, or desktop/mobile UI guidance
  • front-end rendering or UX review
  • CI/CD advice unless it directly changes backend architecture or operational behavior

Design Stance

Pick an architecture before adding layers:

  • Default to a modular monolith. Split into distributed services only when bounded contexts, team topology, deployment independence, or failure isolation actually require it.
  • Keep the host thin. Program.cs, route groups, controllers, hubs, and AppHost setup are composition surfaces, not homes for business logic.
  • Let application services orchestrate. Use cases, workflows, transactions, and coordination live here.
  • Let the domain protect invariants. Entities and value objects should own rules that must remain true.
  • Let infrastructure adapt. EF Core, Dapper, external APIs, message buses, and caches are details, not the center of the design.
  • Prefer simplicity over ceremony. A boundary is only worth keeping if it prevents coupling, protects invariants, or improves testability and change safety.
  • Treat vague coordination names as suspicious. Coordinator, Orchestrator, Manager, and Engine often hide kitchen-sink classes; make them prove they are focused.

Read the full file on GitHub · 332 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. 7d ago First seen · 332 lines · 181 tokens per session scan A e2cd86619076

Subscribe to this mod's changes

dotnet-backend-expert is a skill published in the GitHub repository mathisk2095/jko-claude-plugins (3 stars, last pushed yesterday), licensed MIT. It adds 181 tokens to every session and 3,336 once invoked, about $0.0009 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-31.

Related

Other skills, from other repositories

validate-api

Run the project's Hurl scenarios with an OIDC access token passed as a secret variable.

johnkozaris/jko-claude-plugins · 20 tokens

backend-architecture

This skill should be used for consequential backend architecture decisions: module or service boundaries; modular monoliths versus independent services; service extraction and data migration; data ownership and consistency; synchronous, event-driven, actor/stateful, or pipeline designs; failure isolation…

johnkozaris/jko-claude-plugins · 119 tokens

validate-ws

Run a bounded, protocol-aware WebSocket probe with an OIDC bearer token.

johnkozaris/jko-claude-plugins · 19 tokens

peekaboo

Provides runtime observation and interaction for native macOS interfaces through accessibility state and screenshots. Use when the task depends on visible or interactive state in a running SwiftUI/AppKit app: what is rendered, focused, selected, enabled, reachable through menus/windows/dialogs, or experienced across a…

johnkozaris/jko-claude-plugins · 104 tokens

mobile-flows-maestro

This skill should be used when Maestro is explicitly requested or already present and the task is to author, run, or debug iOS/Android Maestro flows; use Maestro MCP; or handle Maestro selectors, system UI, permissions, Keychain, JavaScript, waits, device state, flakiness, or CI. Evidence includes a .maestro directory…

johnkozaris/jko-claude-plugins · 102 tokens

validate-mobile

Run a Maestro flow on an explicitly selected iOS or Android device and report behavioral evidence.

johnkozaris/jko-claude-plugins · 20 tokens