awesome-context-engine CLAUDE.md

Repository instructions for an AI coding agent working with awesome-context-engine, a system that stores project guidance in files. They define which context files to read, how to preserve preferences, and how to refresh context after changes.

In plain words
What is it for?
Following project-specific workflows, using repository maps and preferences, synchronising context after edits, and suggesting useful updates to the project's memory.
Why use it?
They help the agent understand the repository and the user's working preferences before editing files, while keeping saved project knowledge free of secrets.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/chefallan/awesome-context-engine/claude-md
Clone the repo
git clone --depth 1 https://github.com/chefallan/awesome-context-engine
Per session 197 This file is loaded in full into every session.
When invoked 197 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 97% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 2d ago against content hash 4d3eb6661673, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

Origin

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.

CLAUDE.md · 21 lines

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.
Changes

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.

  1. 2d ago First seen · 21 lines · 197 tokens per session scan A 4d3eb6661673

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories

agentlens CLAUDE.md

Instructions for RogerReed/agentlens, covering agentlens mcp and recurring maintenance tasks.

RogerReed/agentlens · 85 tokens

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.

DoppiaG93/ctxmem · 566 tokens

brainstack copilot-instructions.md

Instructions for Hrithik-Gavankar/brainstack, covering brainstack context, career context, full skills inventory, workspace layout and engineering profile.

Hrithik-Gavankar/brainstack · 679 tokens

codemap CLAUDE.md

Instructions for JordanCoin/codemap, covering 🛑 stop — run codemap before any task, repo root requirement (critical) and required usage.

JordanCoin/codemap · 372 tokens

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…

devoxx/DevoxxGenieIDEAPlugin · 257 tokens

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... .

PackmindHub/packmind · 302 tokens