codemap copilot-instructions.md

Instructions for turning a codebase into an interactive isometric diagram, a tilted map that shows system parts and their connections.

In plain words
What is it for?
Use them to fill the map’s data arrays, show services and dependencies, verify the HTML, render a PNG, and inspect the result.
Why use it?
They focus the diagram on verified repository facts instead of generic boxes that add little beyond a directory listing.

Instructions file for GitHub Copilot

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.

agentmods
npx agentmods add instructions/beadnall/codemap/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/beadnall/codemap

Made for: GitHub Copilot.

Per session 325 This file is loaded in full into every session.
When invoked 325 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00325 $0.00325
Opus 5 $0.00162 $0.00162
Sonnet 5 $0.00065 $0.00065
Haiku 4.5 $0.00032 $0.00032

Measured 2d ago against content hash e4db4cb31bc5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

codemap 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.

.github/copilot-instructions.md · 32 lines

What it actually says

codemap

This repository holds a skill for turning a codebase into an explorable isometric diagram. The full instructions are in SKILL.md — read that file and follow it when asked to map, diagram or visually explain how a system fits together.

Two things worth knowing before you start:

The drawing is already done. assets/template.html is a complete, self-contained page — isometric projection, panning, zooming, animation and the side panel all work. Building a map means replacing four data arrays, STATS, NODES, EDGES and REGIONS, plus the <title> and the <svg aria-label>. REGIONS draws a dashed outline around the parts of the system the repository does not own, and may be left empty.

The facts are the work. A diagram of boxes labelled Service, Database and API tells a reader nothing the directory listing would not have. Mine the repository for measured numbers, platform limits worked around, and comments explaining why a constant is what it is, and put real values on the edges.

Verify and render before handing anything over:

python3 scripts/verify.py my-map.html
python3 scripts/render.py my-map.html render.png

Look at the PNG. Several faults that matter — an empty panel from a bad default selection, labels clipped by the blocks in front of them — pass every static check and are obvious the moment the page is rendered.

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. 2d ago First seen · 32 lines · 325 tokens per session scan A e4db4cb31bc5

Subscribe to this mod's changes

codemap copilot-instructions.md is an instructions file published in the GitHub repository beadnall/codemap (8 stars, last pushed 17d ago), licensed MIT. It adds 325 tokens to every session, about $0.0016 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.

Related

Other instructions, from other repositories

travel-plan-viz CLAUDE.md

Instructions for zexuanw958-svg/travel-plan-viz, covering claude.md, 这是什么, 架构红线, 测试 and 数据采集约束(写在 references/research-guide.md,改动要同步).

zexuanw958-svg/travel-plan-viz · 2,159 tokens

attention-control AGENTS.md

Instructions for aaddrick/attention-control, covering working in this repository, the one rule that breaks the build, which file your tool reads, write in the style you are editing and verify every claim about a harness.

aaddrick/attention-control · 2,287 tokens

attention-control GEMINI.md

Instructions for aaddrick/attention-control: Shape every response for a reader with ADHD, then write each sentence in controlled English. Follow the rules imported below in full: lead with the next action, number multi-step work, restate state every turn, suppress tangents, cut all preamble and closers, and keep one…

aaddrick/attention-control · 78 tokens

talisman-skill AGENTS.md

Instructions for jeunecraack/talisman-skill, covering talisman — agent playbook (v1), when to run, workflow (8 phases), key features and repo structure.

jeunecraack/talisman-skill · 865 tokens

dashmotion CLAUDE.md

Instructions for csthink/dashmotion, covering claude.md — dashmotion and repo conventions — non-obvious, has bitten.

csthink/dashmotion · 752 tokens

cinematic-scroll-skill AGENTS.md

Instructions for MustBeSimo/cinematic-scroll-skill, covering agents.md, what it is, when to use it, canonical contract and trigger usage.

MustBeSimo/cinematic-scroll-skill · 512 tokens