dotnet-skills

dotnet-skills is a command for Claude Code from peterblazejewicz/claude-plugins. It costs 75 tokens per session (3,063 once invoked), scanned A, original, MIT.

A catalogue of helper skills and commands for building .NET applications with C# 12 and .NET 8 or newer. It covers planning, test-driven development (writing tests before implementation), code review, security checks, and related work.

In plain words
What is it for?
Use it to see which .NET skills, specialist agents, and lifecycle commands are available, including commands for specifying, planning, building, testing, simplifying, and reviewing code.
Why use it?
It gives the coding agent a structured development process and makes the available helpers easy to discover. This can reduce guesswork when planning, implementing, testing, and reviewing .NET code.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Part of the dotnet-skills plugin — 24 skills, 9 commands, 4 agents shipped together

Good fit Use it to see which .NET skills, specialist agents, and lifecycle commands are available, including commands for specifying, planning, building, testing, simplifying, and reviewing code.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/peterblazejewicz/claude-plugins/dotnet-skills
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/peterblazejewicz/claude-plugins

Made for: Claude Code.

Or install dotnet-skills, the plugin that ships this one along with the rest of its 24 skills, 9 commands, 4 agents.

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-skills

README.md
[![agentmods](https://agentmods.dev/badge/commands/peterblazejewicz/claude-plugins/dotnet-skills.svg)](https://agentmods.dev/commands/peterblazejewicz/claude-plugins/dotnet-skills)
Your own site
<a href="https://agentmods.dev/commands/peterblazejewicz/claude-plugins/dotnet-skills"><img src="https://agentmods.dev/badge/commands/peterblazejewicz/claude-plugins/dotnet-skills.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,063 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.00075 $0.03063
Opus 5 $0.00037 $0.01532
Sonnet 5 $0.00015 $0.00613
Haiku 4.5 $0.00007 $0.00306

Measured 8d ago against content hash 1b63b81f5a2c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

dotnet-skills 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 8d 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-skills/commands/dotnet-skills.md · 83 lines

How it starts

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

.NET Agent Skills

Adapted from addyosmani/agent-skills (MIT © 2025 Addy Osmani) with .NET/C# framing. See the plugin README.md and NOTICE.md for attribution details.

What This Command Does

Lists the skills currently available in this plugin and the natural-language prompts that trigger them. Skills activate automatically when your request matches their description — you rarely invoke them by hand.

8 short command wrappers ship alongside this catalog — 7 lifecycle wrappers ported from the upstream .claude/commands/ set with .NET framing, plus the /webperf specialist audit. See the plugin README.md for the full mapping.

What you're doing Command Key principle
Define what to build /spec Spec before code
Plan how to build it /plan Small, atomic tasks with dotnet verification
Build incrementally /build One slice at a time, or /build auto for the whole plan
Prove it works /test xUnit/MSTest as proof
Review before merge /review Five-axis review, file.cs:line findings
Simplify the code /code-simplify Clarity over cleverness
Ship to production /ship Parallel fan-out → merge → rollback plan
Audit web performance /webperf Honest CWV audit (Blazor / ASP.NET Core web only)

If /test or /review is shadowed by another command in your setup, use the qualified form: /dotnet-skills:test, /dotnet-skills:review.

Agents

4 .NET-adapted subagents ship alongside the commands and skills — reusable personas for deeper single-purpose work, ported from the upstream agents/ set. Launch them with the Agent tool and subagent_type: dotnet-skills:<name> (they're not slash commands). Claude Code auto-namespaces plugin-provided subagents, so they coexist with built-in and sibling-plugin agents of the same short name.

Read the full file on GitHub · 83 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. 8d ago First seen · 83 lines · 75 tokens per session scan A 1b63b81f5a2c

Subscribe to this mod's changes

dotnet-skills is a command published in the GitHub repository peterblazejewicz/claude-plugins (7 stars, last pushed 2mo ago), licensed MIT. It adds 75 tokens to every session and 3,063 once invoked, about $0.0004 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.