dotnet-analyzer-project-analysis

dotnet-analyzer-project-analysis is a skill for Claude Code from CartapenaBark/DotNetAnalyzer. It costs 189 tokens per session (781 once invoked), scanned A, original, MIT.

A .NET solution analysis tool examines how projects and source files are organised. A solution is a group of related .NET projects that are built and maintained together.

In plain words
What is it for?
Use it to list projects and documents, inspect project settings, map dependencies, review code structure, and analyse solution performance.
Why use it?
It makes project relationships, build order, code structure, and possible performance issues easier to understand without manually inspecting every file.

Skill for Claude Code

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

Part of the netan plugin — 5 skills, 3 commands shipped together

Good fit Use it to list projects and documents, inspect project settings, map dependencies, review code structure, and analyse solution performance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cartapenabark/dotnetanalyzer/dotnet-analyzer-project-analysis
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 CartapenaBark/DotNetAnalyzer --skill dotnet-analyzer-project-analysis
Clone the repo
git clone --depth 1 https://github.com/CartapenaBark/DotNetAnalyzer

Made for: Claude Code.

Or install netan, the plugin that ships this one along with the rest of its 5 skills, 3 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-analyzer-project-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/cartapenabark/dotnetanalyzer/dotnet-analyzer-project-analysis.svg)](https://agentmods.dev/skills/cartapenabark/dotnetanalyzer/dotnet-analyzer-project-analysis)
Your own site
<a href="https://agentmods.dev/skills/cartapenabark/dotnetanalyzer/dotnet-analyzer-project-analysis"><img src="https://agentmods.dev/badge/skills/cartapenabark/dotnetanalyzer/dotnet-analyzer-project-analysis.svg" alt="Measured on agentmods" height="20"></a>
Per session 189 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 781 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.00189 $0.00781
Opus 5 $0.00095 $0.00391
Sonnet 5 $0.00038 $0.00156
Haiku 4.5 $0.00019 $0.00078

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

Security

Grade A, and why

dotnet-analyzer-project-analysis 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.

plugin/skills/dotnet-analyzer-project-analysis/SKILL.md · 72 lines

How it starts

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

.NET Project and Solution Analysis

Analyze .NET solution structure, project dependencies, and code organization using the DotNetAnalyzer MCP tools.

Prerequisite Check

Before any analysis, verify dotnet-analyzer is installed:

  1. Run dotnet-analyzer --version in a shell
  2. If it fails, ask the user: "DotNetAnalyzer global tool is not installed. Shall I run dotnet tool install --global DotNetAnalyzer for you?"
    • If confirmed, run the install command and continue
    • If declined, provide the manual install command and stop

Available MCP Tools

Use these MCP tools (prefixed with mcp__plugin_netan_dotnet-analyzer__):

Tool Purpose Key Parameters
list_projects List all projects in a solution solutionPath (.sln or .slnx)
get_project_info Get detailed project info projectPath (.csproj)
get_solution_info Solution overview with build order solutionPath
analyze_dependencies Project dependency graph projectPath
analyze_code File-level code structure analysis projectPath, filePath
get_document_list List all source documents projectPath
analyze_solution_performance Solution performance metrics solutionPath

Workflow

Analyzing a Solution

  1. Find the solution file: Look for *.slnx or *.sln in the project root
  2. List projects: Call list_projects with the solution path
  3. Get build order: Call get_solution_info for build order and startup projects
  4. Analyze dependencies: For key projects, call analyze_dependencies
  5. Summarize: Present project count, build order, dependency graph, and any circular dependencies

Analyzing a Single Project

  1. Locate .csproj: Find the project file
  2. Get project info: Call get_project_info
  3. List documents: Call get_document_list for source file overview
  4. Analyze key files: Call analyze_code for important source files
  5. Check performance: Call analyze_solution_performance for cache and performance metrics

Read the full file on GitHub · 72 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 · 72 lines · 189 tokens per session scan A da0a9f209dc0

Subscribe to this mod's changes

dotnet-analyzer-project-analysis is a skill published in the GitHub repository CartapenaBark/DotNetAnalyzer (2 stars, last pushed 4mo ago), licensed MIT. It adds 189 tokens to every session and 781 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.