context

Generates and audits CLAUDE.md files with stack auto-detection and parallel authoring workers.

3|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/bravros/bravros --skill context-bravros
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: context
Source: https://github.com/bravros/bravros/tree/main/plugins/tools/skills/context
Command: npx skills add https://github.com/bravros/bravros --skill context-bravros

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? AI coding agents lose project-specific conventions between sessions, and hand-written CLAUDE.md files quickly go stale as frameworks, dependencies, and directory structures evolve. This Skill scans a repository, detects the exact stack from lock files, and generates or audits a tree of lean CLAUDE.md files so agent instructions stay accurate. ## Core Features & Use Cases - Stack Auto-Detection: Reads manifests and lock files to identify language, framework versions, test runner, asset pipeline, and databases, then writes a managed stack block into the root CLAUDE.md. - Parallel Authoring Workers: Dispatches one claudemd-author agent per directory cluster via the context-authors workflow, so concurrent writes never collide and each file reflects real code patterns. - Staleness Auditing with Approval: Flags wrong versions, deprecated APIs, dead paths, and README drift, presenting findings for explicit user approval before any overwrite. - Use Case: After upgrading a Laravel project from version 11 to 13, run the audit to refresh every CLAUDE.md with correct framework conventions, Pest test commands, and new directory guidance. ## Quick Start Ask the agent to scan this project and generate or audit the CLAUDE.md files for the current stack.

Frequently Asked Questions about context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate CLAUDE.md files for my project?▼

Run the context skill on your repository root. It detects the stack from manifest and lock files, scans directories that warrant documentation, and dispatches parallel workers that write one lean CLAUDE.md per directory cluster for your review.

How do I audit existing CLAUDE.md files for staleness?▼

Use the --audit flag to review existing files without regenerating them. The skill flags wrong framework versions, deprecated APIs, dead path references, and incorrect test patterns, then presents findings for your approval before changing anything.

Does the context skill overwrite existing CLAUDE.md files?▼

No, it never overwrites an existing CLAUDE.md without the --force flag. Even with --force, all changes go through parallel authoring workers and audit findings are presented for explicit user approval first.

Can I use Context7 documentation with CLAUDE.md generation?▼

Yes, Context7 enrichment is optional and enabled by default. The skill resolves library IDs with exact versions and queries documentation for directory conventions and testing patterns; use --no-context7 to skip it.

What are the limitations of generated CLAUDE.md files?▼

Generated files follow a strict survival rule: only repo-specific knowledge like non-obvious conventions, traps, and tool gotchas is included. Anything inferable from the code is excluded, and the root file is capped at 60 lines as a map rather than an encyclopedia.