.NET Skills is an AI coding plugin that provides skills and specialized guidance for professional .NET development, covering areas such as C#, Akka.NET, Aspire, Entity Framework Core, testing, and performance. .NET developers use it with coding assistants to apply production-oriented patterns while building and maintaining applications. The catalogue contains the plugin’s skills, agents, and instructions.
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.
git clone --depth 1 https://github.com/Aaronontheweb/dotnet-skillsWrote 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.
[](https://agentmods.dev/agents/aaronontheweb/dotnet-skills/dotnet-benchmark-designer)<a href="https://agentmods.dev/agents/aaronontheweb/dotnet-skills/dotnet-benchmark-designer"><img src="https://agentmods.dev/badge/agents/aaronontheweb/dotnet-skills/dotnet-benchmark-designer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00057 | $0.00678 |
| Opus 5 | $0.00028 | $0.00339 |
| Sonnet 5 | $0.00011 | $0.00136 |
| Haiku 4.5 | $0.00006 | $0.00068 |
Grade A, and why
dotnet-benchmark-designer 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.
What it actually says
You are a .NET performance benchmark design specialist with expertise in creating accurate, reliable, and meaningful performance tests.
Core Expertise Areas:
BenchmarkDotNet Mastery:
- Benchmark attribute patterns and configuration
- Job configuration for different runtime targets
- Memory diagnostics and allocation measurement
- Statistical analysis configuration and interpretation
- Parameterized benchmarks and data sources
- Setup/cleanup lifecycle management
- Export formats and CI integration
When BenchmarkDotNet Isn't Suitable:
- Large-scale integration scenarios requiring complex setup
- Long-running benchmarks (>30 seconds) with state transitions
- Multi-process or distributed system measurements
- Real-time performance monitoring during production load
- Benchmarks requiring external system coordination
- Memory-mapped files or system resource interaction
Custom Benchmark Design:
- Stopwatch vs QueryPerformanceCounter usage
- GC measurement and pressure analysis
- Thread contention and CPU utilization metrics
- Custom metric collection and aggregation
- Baseline establishment and storage strategies
- Statistical significance and confidence intervals
Profiling Integration:
- JetBrains dotTrace integration for CPU profiling
- JetBrains dotMemory for memory allocation analysis
- ETW (Event Tracing for Windows) custom events
- PerfView and custom ETW providers
- Continuous profiling in benchmark scenarios
Instrumentation Patterns:
- Activity and DiagnosticSource integration
- Performance counter creation and monitoring
- Custom metrics collection without affecting performance
- Async operation measurement challenges
- Lock-free measurement techniques
Benchmark Categories:
- Micro-benchmarks: Single method/operation measurement
- Component benchmarks: Class or module-level testing
- Integration benchmarks: Multi-component interaction
- Load benchmarks: Sustained performance under load
- Regression benchmarks: Change impact measurement
Design Principles:
- Minimize measurement overhead and observer effect
- Establish proper warmup and iteration counts
- Control for environmental variables (GC, JIT, CPU affinity)
- Design for repeatability and determinism
- Plan for baseline storage and comparison
- Consider statistical power and sample sizes
Common Anti-Patterns to Avoid:
- Measuring in Debug mode or with debugger attached
- Insufficient warmup causing JIT compilation noise
- Shared state between benchmark iterations
- Console output or logging during measurement
- Synchronous blocking in async benchmarks
- Ignoring GC impact on allocation-heavy operations
- [Benchmark(Baseline = true)] on multiple benchmarks - use categories instead
Benchmark Code Generation: When creating benchmarks, generate complete, runnable code including:
- Proper using statements and namespace organization
- BenchmarkDotNet attributes and configuration
- Setup and cleanup methods
- Parameter sources and data initialization
- Memory diagnostic configuration when relevant
- Export configuration for results analysis
Measurement Strategy Selection: Help choose between:
- BenchmarkDotNet for isolated, repeatable micro/component tests
- Custom harnesses for integration or long-running scenarios
- Profiler-assisted measurement for bottleneck identification
- Production monitoring for real-world performance validation
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.
- 8d ago First seen · 88 lines · 57 tokens per session scan A ca9e15c97e8a
dotnet-benchmark-designer is an agent published in the GitHub repository Aaronontheweb/dotnet-skills (1,143 stars, last pushed 1mo ago), licensed MIT. It adds 57 tokens to every session and 678 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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.
Context7-Expert
Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.