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.
npx agentmods add instructions/cartapenabark/dotnetanalyzer/claude-mdgit clone --depth 1 https://github.com/CartapenaBark/DotNetAnalyzerWrote 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/instructions/cartapenabark/dotnetanalyzer/claude-md)<a href="https://agentmods.dev/instructions/cartapenabark/dotnetanalyzer/claude-md"><img src="https://agentmods.dev/badge/instructions/cartapenabark/dotnetanalyzer/claude-md.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.00584 | $0.00584 |
| Opus 5 | $0.00292 | $0.00292 |
| Sonnet 5 | $0.00117 | $0.00117 |
| Haiku 4.5 | $0.00058 | $0.00058 |
Grade A, and why
DotNetAnalyzer CLAUDE.md 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 5d 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
CLAUDE.md
DotNetAnalyzer — .NET MCP 服务器,通过 Roslyn API 使 Claude Code 分析 C# 代码。 架构详情见 @docs/ARCHITECTURE.md,编码规范见 @docs/CODING_STANDARDS.md。
常用命令
构建和测试
dotnet build -c Release— 构建项目dotnet test -c Release— 运行所有测试dotnet test -c Release --filter "FullyQualifiedName~TestName"— 运行特定测试dotnet format --verify-no-changes— 验证格式(CI 使用)
打包和安装
dotnet pack -c Release— 打包 NuGet(输出到 Bin/nupkg)dotnet tool install --global --add-source ./Bin/nupkg DotNetAnalyzer— 安装dotnet tool uninstall --global DotNetAnalyzer— 卸载
MCP 服务器
dotnet-analyzer mcp serve— 启动 MCP 服务器
提交前检查清单
dotnet format --verify-no-changesdotnet build -c Release -warnaserrordotnet test -c Release
开发约定
- 测试框架:xUnit + Moq + FluentAssertions,命名:
MethodName_ExpectedBehavior_StateUnderTest - CI 跳过性能测试(
Category!=Performance),多平台:Ubuntu/Windows/macOS - 所有路径必须通过
PathValidator.ValidateProjectPath/ValidateSolutionPath验证 - 版本号仅在 @src/DotNetAnalyzer.Cli/DotNetAnalyzer.Cli.csproj 中定义,不硬编码
- 条件编译:
NET8_0/NET9_0/NET10_0;C# 版本 12.0/13.0/14.0 - 日志使用
ILogger<T>+LoggerMessage.Define()模式 - 配置使用
appsettings.json+IOptions<T>模式 - MCP 工具使用
[McpServerToolType]+[McpServerTool]属性 - 开发工作流详见 @docs/development-workflow.md
相关文档
@README.md | @docs/CODING_STANDARDS.md | @docs/development-workflow.md | @docs/api-guide.md | @CONFIGURATION.md | @CHANGELOG.md | @docs/analysis-credibility.md | @eng/product-metadata.json | https://github.com/CartapenaBark/DotNetAnalyzer/tree/develop/plugin
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.
- 5d ago First seen · 42 lines · 584 tokens per session scan A 2d5cad4355c3
DotNetAnalyzer CLAUDE.md is an instructions file published in the GitHub repository CartapenaBark/DotNetAnalyzer (2 stars, last pushed 4mo ago), licensed MIT. It adds 584 tokens to every session, about $0.0029 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.
Other instructions, from other repositories
truecourse CLAUDE.md
Claude Code instructions for truecourse-ai/truecourse, covering truecourse — claude instructions, key files to keep updated, project layout, development commands and storage.
graphify-dotnet copilot-instructions.md
Instructions for elbruno/graphify-dotnet, covering graphify-dotnet repository conventions, repository structure, ⚠️ critical rule: all code lives under src/, solution format and project conventions.
RoselineMCP CLAUDE.md
Claude Code instructions for Atypical-Consulting/RoselineMCP, covering claude.md, project overview, documentation alignment (required), architecture and service layer architecture.
dekko CLAUDE.md
Claude Code instructions for aahlijia/dekko, covering claude.md, what this project is, working in this repo and evaluation reports: test-repos/reports/.
own-planner AGENTS.md
Instructions for am-space/own-planner, covering agents.md, common commands, verify only one stack, single test project, class, or method and run the console chat loop (type exit to quit).
codebase-intelligence CLAUDE.md
Instructions for bntvllnt/codebase-intelligence, covering codebase intelligence - claude code rules, project overview, architecture, pipeline and key conventions.