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/ferroxlabs/wayland-core/copilot-instructionsgit clone --depth 1 https://github.com/FerroxLabs/wayland-coreWrote 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/ferroxlabs/wayland-core/copilot-instructions)<a href="https://agentmods.dev/instructions/ferroxlabs/wayland-core/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/ferroxlabs/wayland-core/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.00823 | $0.00823 |
| Opus 5 | $0.00411 | $0.00411 |
| Sonnet 5 | $0.00165 | $0.00165 |
| Haiku 4.5 | $0.00082 | $0.00082 |
Grade A, and why
wayland-core 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 5d 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 — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
IJFW Rules
It Just Fucking Works -- AI Efficiency Framework by Sean Donahoe
Active every response. No revert. No filler drift. Off: "ijfw off" / "normal mode".
Output discipline
Lead with answer. No preamble, question restating, tool narration, or meta-commentary. No filler. Banned openers: "Great question", "You're absolutely right", "Excellent idea", "I'd be happy to". Explain only if asked or genuine risk. Simple fact: 1-3 lines. Code request: code block + max 1 line. Teach: only when asked. Code, commands, paths, URLs, errors: exact. Diffs only for edits. JSON minified. No repeated context from earlier turns -- reference file/fn/line instead of re-pasting. Do not re-paste unchanged code.
Verbosity guide: fact/fix -- 1-3 lines. code -- block + 1 line. comparison -- max 5 bullets. explain/teach -- only when user says "why" or "explain".
Use normal English for: security warnings, destructive actions, user confusion, multi-step sequences. Resume terse after.
Memory routing
Session start: call ijfw_memory_prelude once through the ijfw-memory MCP server (hydrates memory, skip grep cascade).
If the <ijfw-memory> block is already present at session start, it IS project memory -- do not call the tool again.
If neither the block nor the tool is available, check .ijfw/memory/knowledge.md directly -- it is plain markdown.
"Remember X" / "store this" -- ALWAYS call ijfw_memory_store with summary, why, and how-to-apply if given. Content cap is 5000 chars; summarize before storing if needed.
Context discipline
Read specific line ranges, not whole files. Don't re-read files already in context. State assumptions before implementing. If ambiguous, ask -- don't guess. Touch only what was asked. Don't improve adjacent code, comments, or formatting. No speculative features. No abstractions for single-use code. Simplest solution that works. Self-verify before destructive or irreversible actions. Plan before complex tasks. Test-first when possible. At task boundaries: compact with key decisions preserved. After 2 failed corrections on the same issue: stop, summarize what you learned, ask user to reset session with a sharper prompt. Fresh context beats stale patching.
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.
- 5d ago First seen · 61 lines · 823 tokens per session scan A 0a5f520bd8a7
wayland-core copilot-instructions.md is an instructions file published in the GitHub repository FerroxLabs/wayland-core (39 stars, last pushed today), licensed Apache-2.0. It adds 823 tokens to every session, about $0.0041 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
lean-ctx AGENTS.md
AGENTS.md instructions for yvgude/lean-ctx, covering context engineering layer, mandatory multi-agent delivery, integration mode: replace, subagent compatibility (cursor / claude code) and cli commands (optimized shell, lower overhead).
MemOS CLAUDE.md
Claude Code instructions for MemTensor/MemOS, covering claude.md, claude code entry, sub-agents and project knowledge.
lean-ctx copilot-instructions.md
Copilot instructions for yvgude/lean-ctx, a project described as: Control what your AI can see. LeanCTX (Lean Context) is the context intelligence layer for AI agents — one local Rust binary that decides what they read, remembers what they learn, guards what they touch, and proves what they save. 60–90% fewer tokens…
braindb CLAUDE.md
Claude Code instructions for dimknaf/braindb, covering braindb — claude instructions, ⚠ tool priority — read this first, it overrides habit, at the start of every session, 1. get always-on rules (behavioral guidelines) and project structure.
MemOS AGENTS.md
AGENTS.md instructions for MemTensor/MemOS, covering agents.md, project overview, repository layout, command cheatsheet and core api.
tact AGENTS.md
AGENTS.md instructions for clabby/tact, covering working agreements, common dev commands, code, secrets and documentation.