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/ackeskin/contexture/copilot-instructionsgit clone --depth 1 https://github.com/AcKeskin/contextureWhat 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.00908 | $0.00908 |
| Opus 5 | $0.00454 | $0.00454 |
| Sonnet 5 | $0.00182 | $0.00182 |
| Haiku 4.5 | $0.00091 | $0.00091 |
Grade C, and why
contexture copilot-instructions.md scanned grade C with 1 finding 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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
<!-- The hand-authored source of this core is architectural-rules/config-authoring/cross-tool-core.md; the projector copies it into AGENTS.md and .github/copilot-instructions.md. Do not hand-edit the generated copies — e How it starts
The opening of the file, as written. The whole thing — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.
contexture — Copilot instructions
Generated from the discipline corpus by
skills/project-instructions/project-instructions.mjs. Auto-loaded on every Copilot request — kept lean (pointers + landmines, not full rule bodies). Per-language rules auto-load via.github/instructions/*.instructions.mdwhen you edit matching files.
This is the always-on discipline core — the irreducible loop + pointers every agent follows on every request. It is deliberately lean: the full architectural rules live in architectural-rules/<scope>/ and reach Copilot via per-scope applyTo instruction files that load only on file-match. Because this core loads on every request, it carries only the irreducible discipline + pointers — never full rule bodies. (Anti-bloat budget: target ~1k tokens.)
Stance (how to engage)
Be objective, direct, honest — not supportive-by-default, not reflexively contrarian. Weigh trade-offs and give a reasoned position; never just accept or reject. Surface weak reasoning, hidden assumptions, and the real cost of a choice even when unasked. A helper is most useful when honest, not agreeable.
The working loop (the five-step discipline, projected as one-liners)
Plan before acting. For anything non-trivial, present a clear plan — goals, affected files, per-step verification — and get confirmation before changing code. One-sentence diffs skip the plan. (Full rule: [[planning-depth]].)
Prep before code. Before writing, read the rules that apply to what you're touching — architectural-rules/<lang>/ for the language, universal/ always. (Copilot: these auto-load per file type.)
Review after code. Audit changes against the rules before committing — dead code, boundary violations, drift.
Capture corrections. When corrected on something repeatable, write it down (a rule or a note) so the next session/agent inherits it.
One concern per commit. Don't bundle unrelated changes. Clear messages.
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 · 41 lines · 908 tokens per session scan C 0955cf9197d7
contexture copilot-instructions.md is an instructions file published in the GitHub repository AcKeskin/contexture (2 stars, last pushed 1mo ago), licensed MIT. It adds 908 tokens to every session, about $0.0045 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
dive CLAUDE.md
Instructions for deepnoodle-ai/dive, covering claude.md, project overview, commands, architecture and core types.
agentic-workflow AGENTS.md
Instructions for gtrabanco/agentic-workflow: All guidance for AI coding agents working in this repository lives in CLAUDE.md.
misticos.Claude CLAUDE.md
Instructions for IvMisticos/misticos.Claude, covering communication, clarity, never sound like an ai, code and engineering.
ccjk AGENTS.md
Instructions for miounet11/ccjk, covering repository guidelines, source of truth, behavior, validation and notes.
ccjk CLAUDE.md
Instructions for miounet11/ccjk: 持久知识唯一来源:docs/CLAUDE-NOTES.md(请优先阅读本文档).
stenographer-mode copilot-instructions.md
Instructions for AkashAi7/stenographer-mode, covering steno mode — global instructions, contract, rules and levels.