Borrowing it
Nothing to install: this file belongs to YuliiaKovalova/dotnet-template-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/YuliiaKovalova/dotnet-template-mcp/main/.github/copilot-instructions.mdgit clone --depth 1 https://github.com/YuliiaKovalova/dotnet-template-mcpWrote 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/yuliiakovalova/dotnet-template-mcp/copilot-instructions)<a href="https://agentmods.dev/instructions/yuliiakovalova/dotnet-template-mcp/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/yuliiakovalova/dotnet-template-mcp/copilot-instructions/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/yuliiakovalova/dotnet-template-mcp/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/yuliiakovalova/dotnet-template-mcp/copilot-instructions.svg" alt="Reviewed on agentmods" width="80" 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.00456 | $0.00456 |
| Opus 5 | $0.00228 | $0.00228 |
| Sonnet 5 | $0.00091 | $0.00091 |
| Haiku 4.5 | $0.00046 | $0.00046 |
Grade A, and why
dotnet-template-mcp copilot-instructions.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 9d 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
When the user asks to create, scaffold, or set up a .NET project, template, or solution:
- Use the
template_from_intentMCP tool to resolve their natural-language description to the best template and parameters — do NOT usedotnet newdirectly. - Use
template_inspectto show template details instead ofdotnet new --help. - Use
template_compareto compare 2+ templates side by side when the user is deciding between options (e.g., webapi vs webapp, blazorserver vs blazorwasm). - Use
template_dry_runto preview files before creating. - Use
template_instantiateto create projects instead ofdotnet new. - Use
template_searchto find templates instead ofdotnet new list.
These MCP tools provide smart defaults, parameter validation, and auto-resolve from NuGet — capabilities that dotnet new alone does not have.
When the user asks about their solution or project structure:
- Use
solution_analyzeto inspect solution structure, target frameworks, CPM status, and NuGet config.
When the user wants to update or upgrade NuGet package versions:
- Use
packages_upgradeto scan a project, solution, or directory for outdatedPackageReference/PackageVersionentries and report (or apply) upgrades to the latest stable versions. It is CPM-aware (updatesDirectory.Packages.props), defaults to a report-only preview, and only writes changes when called withapply=true.
When the user is authoring, reviewing, or debugging a custom dotnet template:
- Use
template_validateto check template.json for errors BEFORE publishing or testing. It catches missing required fields, invalid parameters, choice conflicts, constraint issues, and common authoring mistakes. - Use
template_create_from_existingto reverse-engineer a reusable template from an existing .csproj that matches repo conventions (SDK type, analyzers, CPM, build props).
When the user wants to create multiple items together (e.g., project + gitignore + editorconfig):
- Use
template_composeto execute a sequence of template operations in one call instead of running multipledotnet newcommands.
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.
- 9d ago First seen · 28 lines · 456 tokens per session scan A 43403383e517
dotnet-template-mcp copilot-instructions.md is an instructions file published in the GitHub repository YuliiaKovalova/dotnet-template-mcp (8 stars, last pushed 18d ago), licensed MIT. It adds 456 tokens to every session, about $0.0023 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
plan-forge graphql.instructions.md
GraphQL patterns for .NET — Hot Chocolate, code-first schema, DataLoaders, authorization, multi-tenant resolvers.
plan-forge api-patterns.instructions.md
API patterns for .NET — REST conventions, ProblemDetails, pagination, versioning, error responses.
plan-forge errorhandling.instructions.md
Error handling patterns — Exception hierarchy, ProblemDetails responses, error boundaries, global exception middleware.
plan-forge swiftui.instructions.md
SwiftUI patterns — state management, navigation, async data loading, previews.
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.