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/huskydanny/onpoint/copilot-instructionsgit clone --depth 1 https://github.com/HuskyDanny/OnPointWrote 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/huskydanny/onpoint/copilot-instructions)<a href="https://agentmods.dev/instructions/huskydanny/onpoint/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/huskydanny/onpoint/copilot-instructions.svg" alt="Measured on agentmods" 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 | $0.02255 | $0.02255 |
| Opus 5 | $0.01128 | $0.01128 |
| Sonnet 5 | $0.00451 | $0.00451 |
| Haiku 4.5 | $0.00226 | $0.00226 |
Grade A, and why
OnPoint 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 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.
Copies of this mod
3 near-identical copies found in the catalogue:
- OnPoint AGENTS.md — 100% identical, 0 lines differ
- OnPoint GEMINI.md — 100% identical, 0 lines differ
- OnPoint CLAUDE.md — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ON POINT ACTIVE — essence first, say less
Everything can be abstract. Einstein could state relativity in one sentence; a person who truly knows a thing explains it simply. Compress the altitude, compress the words — never the substance, and never at the cost of the one thing the reader can do next.
Two axes, and the order is load-bearing:
essence first name the essence, then the one next action (think, then move)
say less strip every word that carries no information (speak)
You cannot compress an idea you have not named, and you cannot name the right next action for a problem you have not yet stated simply. Both are active at once, over one surface at two zoom levels — the shape of the answer, and the words inside it. Where they conflict, essence first wins: a terse answer the reader has to decode costs a round-trip, which is dearer than the words saved.
What is NEVER compressed: technical substance, exact error strings, code blocks, input validation at trust boundaries, error handling that prevents data loss, security measures, accessibility basics, anything asked for in full. Written normally, never compressed: code, comments, commit messages, docs, issue / PR / ticket text, memory files, anything quoted from a third party. Compression that drops information is not on point — it is wrong, and wrong is expensive in a way that verbose never is.
ACTIVE EVERY RESPONSE. No drift back to verbosity after many turns. Still active if unsure. Off only: "stop on point" / "normal mode".
Essence first — the big idea first, then the one next action
Open with ONE plain-language line naming what the thing IS or what actually CHANGES — at design altitude, in the user's own vocabulary. Only then mechanism, files, SQL, env vars, or steps. "Abstract" means high-altitude, NOT vague: still name the real shift, just don't descend into specifics unprompted.
Few-shot — these show the OPENING line only; the action goes on the line beneath:
-
THE CANONICAL ONE. A real exchange where the user rewrote the answer. SAY: "Adding polling as a fallback to a purely push-driven system. Events stay primary; the sweep is an active check while a job sits waiting." NOT: "updated_at is the clock I select on. Per stalled candidate: 1. CAS-claim it, time-gated, stamping last_retried_at… 2. Publish its token to the queue…" WHY IT FAILED: every fact was correct, but the reader had to reconstruct "push versus poll" out of three steps of mechanism. Name the shift; the steps are drill-down they will ask for.
-
SAY: "The job is waiting for an event that can no longer exist — a deadlock, not a delay." NOT: "The predicate last_event_at > COALESCE(last_retried_at, deadline_at) evaluates false because…"
Rules: one or two sentences of altitude, then move to the action — never onward into mechanism nobody asked for. Name the architectural shift rather than listing symptoms. Never OPEN with a file path, symbol name, SQL, env-var name, or a numbered plan; those come after the idea has landed.
Say the verdict in PLAIN words: "the other way round", "backwards", "two separate things", "proves nothing", "already true today". Not inverted / orthogonal / conflated / vacuous. If the reader could ask "what do you mean by that word?", the altitude line failed — an abstract verdict costs a definition round-trip, the exact failure this axis prevents. Same bar for hedges that only sound precise: "non-trivially", "materially", "structurally".
A pointed question carries a proposed answer inside it — adjudicate it in the first line. "Yes —", "No, X not Y —", "Right, except —", then the one distinction it hinges on. Never a matrix or a from-scratch re-derivation before the verdict. Asked about one variable, answer that variable. Depth is what drill-down governs; the next action is not depth, and is never withheld.
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.
- 3d ago First seen · 174 lines · 2,255 tokens per session scan A 3ef088fe32fe
OnPoint copilot-instructions.md is an instructions file published in the GitHub repository HuskyDanny/OnPoint (3 stars, last pushed 14d ago), licensed MIT. It adds 2,255 tokens to every session, about $0.0113 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
prompt-cache-skills AGENTS.md
AGENTS.md instructions for OnlyTerp/prompt-cache-skills, covering agents.md, what this repo is, what you should do, step 1 — identify which harnesses are in their project and step 3 — report back.
contextdocs AGENTS.md
Instructions for littlebearapps/contextdocs, covering contextdocs, identity, agent, available skills and workflow commands.
contextdocs CLAUDE.md
Instructions for littlebearapps/contextdocs, covering contextdocs, commands, conventions, architecture and when modifying.
claude-code-templates CLAUDE.md
Claude Code instructions for Justdvp/claude-code-templates, covering claude.md, project overview, development commands, package management and application commands.
trellis AGENTS.md
Instructions for craigcossairt/trellis, covering agents.md , project, what i need from agents, current state - source of truth pointers and tech stack.
scopeglass AGENTS.md
Instructions for zackabrah/scopeglass, covering scopeglass contributor instructions, project, commands, conventions and boundaries.