dotnet-project-structure

dotnet-project-structure is a skill for Claude Code from F-U-S-E-E/FuseDevelopmentGroup. It costs 46 tokens per session (3,834 once invoked), scanned A, original, AGPL-3.0.

Guidance for organizing modern .NET projects, their shared settings, package versions, source links, release notes, and SDK versions.

In plain words
What is it for?
Use it when setting up or standardizing .NET solutions and their build and versioning files.
Why use it?
It provides consistent project structure and build configuration across a .NET codebase.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when setting up or standardizing .NET solutions and their build…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/f-u-s-e-e/fusedevelopmentgroup/project-structure
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 F-U-S-E-E/FuseDevelopmentGroup --skill project-structure
Clone the repo
git clone --depth 1 https://github.com/F-U-S-E-E/FuseDevelopmentGroup

Made for: Claude Code.

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-project-structure

README.md
[![agentmods](https://agentmods.dev/badge/skills/f-u-s-e-e/fusedevelopmentgroup/project-structure.svg)](https://agentmods.dev/skills/f-u-s-e-e/fusedevelopmentgroup/project-structure)
Your own site
<a href="https://agentmods.dev/skills/f-u-s-e-e/fusedevelopmentgroup/project-structure"><img src="https://agentmods.dev/badge/skills/f-u-s-e-e/fusedevelopmentgroup/project-structure.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,834 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 unknown 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.00046 $0.03834
Opus 5 $0.00023 $0.01917
Sonnet 5 $0.00009 $0.00767
Haiku 4.5 $0.00005 $0.00383

Measured 3d ago against content hash 6d4d9b2063eb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

dotnet-project-structure 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 3d 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.

.claude/skills/project-structure/SKILL.md · 522 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 3d ago First seen · 522 lines · 46 tokens per session scan A 6d4d9b2063eb

Subscribe to this mod's changes

dotnet-project-structure is a skill published in the GitHub repository F-U-S-E-E/FuseDevelopmentGroup (22 stars, last pushed 13d ago), licensed AGPL-3.0. It adds 46 tokens to every session and 3,834 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

template-instantiation

Creates .NET projects from templates with validated parameters, smart defaults, Central Package Management adaptation, and latest NuGet version resolution. USE FOR: creating new dotnet projects, scaffolding solutions with multiple projects, installing or uninstalling template packages, creating projects that respect…

managedcode/dotnet-skills · 168 tokens

make-wpf-project

Scaffolds a complete WPF project structure with MVVM, DI, and best practices. Use when starting a new WPF application, creating a WPF solution from scratch, or setting up project structure with CommunityToolkit.Mvvm or Prism. Usage: /wpf-dev-pack:make-wpf-project [--minimal|--full|--prism].

christian289/dotnet-with-claudecode · 77 tokens

dotnet-project-setup

Create or reorganize .NET solutions with clean project boundaries, repeatable SDK settings, and a maintainable baseline for libraries, apps, tests, CI, and local development.

Postpartum-genushyacinthus29/dotnet-skills · 41 tokens

dotnet-reverse

A guide for analyzing compiled .NET and C# programs, including managed Windows executables and libraries. Reverse engineering means studying compiled software to understand how it works, and decompiling turns it back into readable approximate source code.

zhaoxuya520/reverse-skill · 144 tokens

build-and-test

How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.

microsoft/agent-framework · 26 tokens

agui-dotnet-streaming-chat

Get started with the AG-UI .NET SDK: bootstrap and run your first streaming-chat app (client + server) with the AG-UI .NET NuGet packages (AGUI.Client, AGUI.Server, AGUI.Formatting, AGUI.Abstractions). USE FOR: which packages to install and how to wire them; constructing an AGUIChatClient against an endpoint and…

ag-ui-protocol/ag-ui · 223 tokens