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/smaramwbc/statewave-connectors/copilot-instructionsgit clone --depth 1 https://github.com/smaramwbc/statewave-connectorsWrote 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/smaramwbc/statewave-connectors/copilot-instructions)<a href="https://agentmods.dev/instructions/smaramwbc/statewave-connectors/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/smaramwbc/statewave-connectors/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.1 | $0.00340 | $0.00340 |
| Opus 5 | $0.00170 | $0.00170 |
| Sonnet 5 | $0.00068 | $0.00068 |
| Haiku 4.5 | $0.00034 | $0.00034 |
Grade A, and why
statewave-connectors 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.
What it actually says
Statewave project memory
This workspace has a Statewave “project brain” exposed over MCP (server id: statewave). It holds this project's summary, conventions, documentation, git history, code structure and remembered facts, scoped to subject workspace:statewave.
Read it first
Before answering questions about THIS project — conventions, architecture, history, structure, prior decisions, “how/why does X work”, “what changed” — call the statewave_get_context MCP tool (subject workspace:statewave, query = the user's ask) and ground your answer in what it returns. Prefer it over guessing or re-deriving from scratch.
Persist durable facts
When the user states a durable preference, decision, or fact worth remembering across sessions (e.g. “my favorite color is red”, “we use X for Y”, “always do Z here”), call the statewave_ingest_episode MCP tool (subject workspace:statewave, kind chat.note, text = the fact). Capture stable facts/preferences/decisions only — not transient chatter, and not code you are about to write. The user sees and can approve each tool call.
Immediately after a successful statewave_ingest_episode, call the statewave_compile_subject MCP tool (subject workspace:statewave). An ingested episode is raw and not yet retrievable; compiling distils it into the durable memory that statewave_get_context returns next time.
Never invent Statewave results; if the tool is unavailable, say so plainly.
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 · 18 lines · 340 tokens per session scan A 6451717b89dd
statewave-connectors copilot-instructions.md is an instructions file published in the GitHub repository smaramwbc/statewave-connectors (3 stars, last pushed 5d ago), licensed Apache-2.0. It adds 340 tokens to every session, about $0.0017 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
statewave-web copilot-instructions.md
Copilot instructions for smaramwbc/statewave-web, covering copilot / ai agent instructions for statewave-web, heading anchors (mandatory for all section titles), why, rules and when not to use.
statewave-web AGENTS.md
AGENTS.md instructions for smaramwbc/statewave-web: Statewave memory — MCP server statewave, subject repo:smaramwbc.statewave-web. Before answering questions about this project, call statewavegetcontext (that subject, query = the ask) and ground your answer in it. When the user states a durable fact or decision, call…
aeon CLAUDE.md
Claude Code instructions for aeonfun/aeon, covering aeon, how aeon works, strategy, voice and soul file hierarchy (read in this order).
cognirepo CLAUDE.md
Claude Code instructions for ashlesh-t/cognirepo, covering claude.md, key rules, session start sequence (run in this order), behavioral confirmation rule and personas (cognirepo-402, cognirepo-403).
wayland-core copilot-instructions.md
Copilot instructions for FerroxLabs/wayland-core, covering ijfw rules, output discipline, memory routing, context discipline and cross-audit.
mcp-structured-memory CLAUDE.md
Claude Code instructions for nmeierpolys/mcp-structured-memory, a project described as: Structured Memory MCP Server.