What problem does it solve?
This Skill generates AGENTS.md files to codify project-specific inline rules that should be committed in repos, keeping guidance close to the codebase.
Core Features & Use Cases
- Root-level guidance for the entire project, including commands, conventions, and safety boundaries.
- Folder- or package-scoped rules via Subdirectory AGENTS.md when local behavior differs from the root.
- Monorepo support to maintain consistent expectations across packages and apps.
- Test-specific guidance to outline how to structure tests and run suites.
- Reference linkage to best practices to ensure alignment with project standards.
Quick Start
Use the create-agents-md skill to generate an AGENTS.md at the project root. If needed, create additional AGENTS.md files in subdirectories to reflect directory-specific rules. Review the generated files against the references in references/best-practices.md to keep content concise (ideally under 200 lines).