Maintain short, focused Markdown files per subsystem to provide agents with isolated context.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add yeaight7/agent-powerups --skill context-docs --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Context Docs?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yeaight7-context-docs)More formats (shields.io, HTML) on the badges page.
---
name: context-docs
description: "Maintain short, focused Markdown files per subsystem to provide agents with isolated context."
---
# Context Docs
Large centralized documentation files consume too much context window. Decentralized, module-specific context docs provide targeted information exactly when an agent needs it.
## Context Protocol
1. Place `README.md` or `CONTEXT.md` files *inside* specific subsystem directories (e.g., `src/auth/CONTEXT.md`).
2. Document only the boundaries: How does this module communicate with the rest of the app? What are its critical invariants?
3. Keep it terse. Use bullet points and exact file paths.
4. Update these files inline when refactoring the module.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!