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/chefallan/awesome-context-engine/claude-mdgit clone --depth 1 https://github.com/chefallan/awesome-context-engineWhat 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.00197 | $0.00197 |
| Opus 5 | $0.00098 | $0.00098 |
| Sonnet 5 | $0.00039 | $0.00039 |
| Haiku 4.5 | $0.00020 | $0.00020 |
Grade A, and why
awesome-context-engine CLAUDE.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 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.
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.
This is a copy
97% identical to awesome-context-engine AGENTS.md — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Claude Project Rules
- Read .awesome-context/ai-context.md first.
- Use .awesome-context/project-map.md for repo structure.
- Use .awesome-context/workflows.md and .awesome-context/skills/ for repeatable tasks.
- Preserve preferences from .awesome-context/preferences.md.
- After completing tasks, suggest updates to .awesome-context/memory.md.
- Never store secrets, tokens, credentials, or private keys in memory files.
awesome-context-engine Integration
- Read .awesome-context/ai-context.md first.
- Use .awesome-context/project-map.md and .awesome-context/workflows.md.
- Preserve preferences from .awesome-context/preferences.md.
- After each completed prompt result that changed files, run awesome-context-engine sync to refresh context.
- Suggest updates to .awesome-context/memory.md after meaningful changes.
- Never store secrets, tokens, credentials, or private keys in memory files.
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 · 21 lines · 197 tokens per session scan A 4d3eb6661673
awesome-context-engine CLAUDE.md is an instructions file published in the GitHub repository chefallan/awesome-context-engine (2 stars, last pushed 4mo ago), licensed MIT. It adds 197 tokens to every session, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to awesome-context-engine AGENTS.md, differing in 2 lines, and is treated as a copy.
Other instructions, from other repositories
agentlens CLAUDE.md
Instructions for RogerReed/agentlens, covering agentlens mcp and recurring maintenance tasks.
ctxmem AGENTS.md
Instructions for DoppiaG93/ctxmem: This repo has a ctxmem memory: a shared, git-committed record of decisions and code context. Treat it as your first source of truth and keep it correct. Follow this loop on EVERY request, without being asked.
brainstack copilot-instructions.md
Instructions for Hrithik-Gavankar/brainstack, covering brainstack context, career context, full skills inventory, workspace layout and engineering profile.
codemap CLAUDE.md
Instructions for JordanCoin/codemap, covering 🛑 stop — run codemap before any task, repo root requirement (critical) and required usage.
DevoxxGenieIDEAPlugin GEMINI.md
Instructions for devoxx/DevoxxGenieIDEAPlugin, a project described as: DevoxxGenie is an agentic plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Jan and Llama.cpp) and Cloud based LLMs to help review, test, explain your project code. Latest version now also supports Spec Driven Development…
packmind packmind-frontend-error-management.instructions.md
Instructions for PackmindHub/packmind: A global error boundary is already configured at the root level (in root.tsx) that automatically catches all page crashes, 404s, and loader failures. This standard defines when and how to use explicit... .