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/jonathan-vella/apex-accelerator/jsongit clone --depth 1 https://github.com/jonathan-vella/apex-acceleratorWhat 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.00385 | $0.00385 |
| Opus 5 | $0.00192 | $0.00192 |
| Sonnet 5 | $0.00077 | $0.00077 |
| Haiku 4.5 | $0.00038 | $0.00038 |
Grade A, and why
apex-accelerator json.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.
What it actually says
JSON Guidelines
Instructions for writing consistent JSON and JSONC files in this repository.
Formatting
- Formatter: Prettier (configured in devcontainer)
- Indentation: 2 spaces
- Trailing commas: not allowed in
.jsonfiles (invalid JSON) - Line endings: LF (
\n) — enforced by.editorconfig/ VS Code settings - Final newline: always include a trailing newline
JSONC (JSON with Comments)
Files like .vscode/mcp.json, devcontainer.json, and .markdownlint-cli2.jsonc
use JSONC format:
- Use
//for single-line comments explaining non-obvious configuration - Group related settings with section comments
- Do not use
/* */block comments
Key Ordering
For configuration files, follow a logical grouping:
package.json:name,version,description,private,scripts,devDependencies,repository,keywords,author,licensemcp.json: group servers by type (HTTP first, then stdio)devcontainer.json:name,image,features, lifecycle commands,containerEnv,customizations,mounts,remoteUser
Governance Constraint Files
Files like 04-governance-constraints.json in agent-output/ are generated
by the azure-governance-discovery skill's discover.py. See
.github/instructions/references/governance-discovery-reference.md for the
full JSON schema and required fields.
- Do not manually edit — regenerate via the governance discovery workflow
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 · 45 lines · 385 tokens per session scan A 7ad4662e52ad
apex-accelerator json.instructions.md is an instructions file published in the GitHub repository jonathan-vella/apex-accelerator (50 stars, last pushed 6d ago), licensed MIT. It adds 385 tokens to every session, about $0.0019 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
claude-code-settings copilot-instructions.md
Instructions for feiskyer/claude-code-settings, covering claude.md, environment setup, required dependencies, configuration and skills.
squad copilot-instructions.md
Copilot instructions for bradygaster/squad, covering copilot coding agent — squad instructions, ⚠️ identity lock — read this first, 🚦 route before you act — generic copilot sessions, adversarial input handling and team context.
vscode-unify-chat-provider AGENTS.md
Instructions for smallmain/vscode-unify-chat-provider, a project described as: Integrate multiple LLM API providers into VS Code's GitHub Copilot Chat using the Language Model API. One-click use of your Claude Code, Gemini CLI, Antigravity, Github Copilot, OpenAI Codex (ChatGPT Plus/Pro), xAI Grok (SuperGrok / X…
agent-rules testing.instructions.md
Instructions for lirantal/agent-rules, covering testing guidelines for node.js applications, general testing principles, guiding principles, descriptive test naming (three-part structure) and structure tests by the aaa pattern.
agent-rules child-process.instructions.md
Instructions for lirantal/agent-rules, covering system processes secure coding guidelines, your mission and spawning system processes.
ab100 AGENTS.md
Instructions for timothywarner-org/ab100, covering agents.md, repository purpose, source of truth, course structure and poc app.