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/elbruno/graphify-dotnet/copilot-instructionsgit clone --depth 1 https://github.com/elbruno/graphify-dotnetWhat 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 | $0.02171 | $0.02171 |
| Opus 5 | $0.01086 | $0.01086 |
| Sonnet 5 | $0.00434 | $0.00434 |
| Haiku 4.5 | $0.00217 | $0.00217 |
Grade A, and why
graphify-dotnet 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 273 lines — stays where its author put it; the contents beside it link to each section on GitHub.
graphify-dotnet Repository Conventions
These instructions define the conventions for the graphify-dotnet project. Apply them when creating, modifying, or reviewing any project in this repo.
graphify-dotnet is a .NET 10 console application published to NuGet as a dotnet tool. The CLI is packaged via
PackAsToolinGraphify.Cli.csprojand published through thepublish.ymlworkflow.
Repository Structure
graphify-dotnet/
├── README.md # Project overview, badges, quick start
├── LICENSE # MIT License
├── Directory.Build.props # Shared MSBuild properties (all projects)
├── global.json # SDK version with rollForward
├── .gitignore # .NET + IDE + OS ignores
├── graphify-dotnet.slnx # XML-based solution file
├── src/
│ ├── Graphify/ # Core library (graph pipeline, data structures, export)
│ ├── Graphify.Cli/ # CLI tool (System.CommandLine)
│ ├── Graphify.Sdk/ # GitHub Copilot SDK integration
│ ├── Graphify.Mcp/ # MCP stdio server
│ └── tests/
│ ├── Graphify.Tests/ # Unit tests (xUnit)
│ └── Graphify.Integration.Tests/ # Integration tests
└── .github/workflows/ # CI/CD workflows
- Root files only: README.md, LICENSE, Directory.Build.props, global.json, .gitignore, graphify-dotnet.slnx
- All source code (libraries, tests, CLI, servers) lives under
src/ - No
images/,docs/, orsamples/directories initially
⚠️ Critical Rule: All Code Lives Under src/
Every project — libraries, tests, tools, servers — MUST be placed under the src/ directory. Nothing gets created at the repo root except:
- README.md
- LICENSE
- Directory.Build.props
- global.json
- .gitignore
- .editorconfig
- graphify-dotnet.slnx
Structure under src/:
src/Graphify/— Core library (graph pipeline, data structures, export)src/Graphify.Cli/— CLI tool (dotnet tool, System.CommandLine)src/Graphify.Sdk/— GitHub Copilot SDK integrationsrc/Graphify.Mcp/— MCP stdio server (ModelContextProtocol)src/tests/Graphify.Tests/— Unit tests (xUnit)src/tests/Graphify.Integration.Tests/— Integration tests
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.
- 2d ago First seen · 273 lines · 2,171 tokens per session scan A 6c9e001f8239
graphify-dotnet copilot-instructions.md is an instructions file published in the GitHub repository elbruno/graphify-dotnet (90 stars, last pushed 2mo ago), licensed MIT. It adds 2,171 tokens to every session, about $0.0109 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 instructions, from other repositories
Fuse AGENTS.md
Instructions for Litenova-Solutions/Fuse, covering fuse - agent and contributor guide, what fuse is, repository layout, code organization and build, test, format.
RoselineMCP CLAUDE.md
Instructions for Atypical-Consulting/RoselineMCP, covering claude.md, project overview, documentation alignment (required), architecture and service layer architecture.
Fuse CLAUDE.md
Instructions for Litenova-Solutions/Fuse: The durable context for working on Fuse (what it is, the repository layout, build and test commands, design invariants, the MCP tools, measured results and their source, working conventions, and writing style) lives in AGENTS.md and is imported below so there is a single…
backstory GEMINI.md
Instructions for magna-nz/backstory, covering gemini reviewer instructions, your role, what to focus on, what to ignore and output format.
DotNetAnalyzer CLAUDE.md
Instructions for CartapenaBark/DotNetAnalyzer, covering claude.md, 常用命令, 构建和测试, 打包和安装 and mcp 服务器.
moorestech AGENTS.md
AGENTS.md instructions for moorestech/moorestech, covering コーディングの指針, qa(必須), 互換性とパフォーマンス, 既知の制約(設計上の割り切り) and regionの活用.