What problem does it solve?
It reduces the time and confusion future instances spend reading an unknown codebase by generating a tailored AGENTS.md entry point that explains how to work in the repository.
Core Features & Use Cases
- AGENTS.md bootstrap: Creates AGENTS.md when missing or proposes updates when it already exists, using the existing repository’s documentation and structure.
- Operational commands: Documents the build, lint, and run workflow, including how to run a single test, so new agents can act immediately.
- Architecture orientation: Summarizes the high-level code architecture and how key parts fit together, focusing on the cross-file understanding required to become productive quickly.
- Context-aware inclusion: Incorporates important instructions from existing README.md and any Cursor/Copilot/CLAUDE instruction files when present, without adding generic guidance.
Quick Start
Run the skill to analyze the current codebase and generate an AGENTS.md that future instances can use to build, lint, run, and test efficiently.