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 agents/handys11/projgraph/copilot-instructionsgit clone --depth 1 https://github.com/HandyS11/ProjGraphWhat 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.00000 | $0.00831 |
| Opus 5 | $0.00000 | $0.00415 |
| Sonnet 5 | $0.00000 | $0.00166 |
| Haiku 4.5 | $0.00000 | $0.00083 |
Grade A, and why
copilot-instructions 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 — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ProjGraph Development Guidelines
Auto-generated from all feature plans. Last updated: 2026-01-13
Active Technologies
-
.NET 10.0 (C# 14+) +
ModelContextProtocolv1.0.0,Microsoft.Extensions.Hosting(012-mcp-integration-primitives) -
In-memory only (
DiagramResourceCachesingleton, max 50 entries, LRU eviction) (012-mcp-integration-primitives) -
.NET 10.0 (C# 14+) +
mcp-publisher(npm), GitHub Actions (011-mcp-registry-submission) -
.NET 10.0 (C# 14+) +
Spectre.Console.Cli(CLI formatting),ModelContextProtocol.Server(MCP tool),System.Text.Json(MCP response serialisation),Microsoft.Extensions.DependencyInjection(DI wiring) ( 010-project-stats-mcp) -
N/A — pure in-memory computation over
SolutionGraph(010-project-stats-mcp) -
N/A (Memory analysis) (009-directory-class-diagram)
-
.NET 10.0 (C# 14+) + Microsoft.Build.Construction (for project parsing), Spectre.Console (for rendering) ( 008-nuget-package-rendering)
-
N/A (In-memory graph processing) (008-nuget-package-rendering)
-
.NET 10.0 (C# 14+) for API metadata extraction + DocFX (v2.70+), Mermaid.js (v10+), GitHub Actions ( 006-docfx-documentation)
-
N/A (Static site) (006-docfx-documentation)
-
.NET 10.0 (C# 14+) + ProjGraph.Cli (local build), .NET SDK 10.0 (005-improve-samples)
-
Local file system (Markdown, C# Source, .slnx Solution Explorers) (005-improve-samples)
-
.NET 10.0 (C# 14+) + Microsoft.CodeAnalysis.CSharp (Roslyn), ProjGraph.Lib.Core (004-config-class-members)
-
.NET 10.0 (C# 14+) +
Microsoft.CodeAnalysis.CSharp,Spectre.Console(003-mermaid-class-diagram) -
.NET 10.0 (C# 14+) +
Microsoft.CodeAnalysis.CSharp,Microsoft.CodeAnalysis.Workspaces.MSBuild,Microsoft.EntityFrameworkCore(for symbol analysis) (002-dbcontext-erd) -
.NET 10.0 (C# 14+) + Buildalyzer (Parsing), Spectre.Console (CLI), ModelContextProtocol (MCP) (001-cli-graph-rendering)
Project Structure
src/
tests/
Commands
Add commands for .NET 10.0 (C# 14+)
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 · 78 lines · 0 tokens per session scan A b2db7db5580c
copilot-instructions is an agent published in the GitHub repository HandyS11/ProjGraph (1 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 831 tokens. 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 agents, from other repositories
bead-dependency-mapper
Use this agent when mapping bead dependencies — finding bottlenecks (open issues blocking the most other open work), detecting dependency cycles, or reasoning about the critical path through a bd Dolt database.
requirements_to_outline_system_prompt
You are an "outline agent for lab meetings and paper presentations." Your job is to turn raw requirements and reference materials into a slide-level outline that can actually be presented, not a summary that simply piles up paper content.
pdf_to_pythonpptx_system_prompt
You are an agent for reconstructing a PDF's visual design in python-pptx. Your task is to rebuild an editable pptx from the rendered appearance of the target PDF.
html_to_pdf_system_prompt
You are an "HTML slide export agent." Your job is not to design pages. Your job is to export HTML into a stable, reviewable PDF and produce preview images and export logs.
outline_to_html_task_prompt
Implement an HTML slide deck from the given outline.
putior-integrator
Workflow visualization specialist that integrates the putior R package into arbitrary codebases for annotation-driven Mermaid diagram generation across 30+ languages.