What problem does it solves?
Manual creation and maintenance of AGENTS.md files is time-consuming, error-prone, and leads to inconsistent documentation across projects. This lack of standardization hinders efficient onboarding for both human developers and AI agents, making it difficult for them to quickly understand project conventions, build processes, and interaction patterns.
Core Features & Use Cases
- Automated Hierarchical Documentation: Generates thin root
AGENTS.md files for global rules and auto-creates scoped files for specific subsystems (e.g., backend/, frontend/, cmd/), ensuring a clear, structured overview.
- Intelligent Project Analysis: Automatically detects project language (Go, PHP, TypeScript, Python, hybrid), frameworks, and extracts build, test, lint, and format commands from
Makefile, package.json, composer.json, and go.mod.
- Idempotent & Safe Updates: Updates existing
AGENTS.md files by refreshing auto-extracted content and timestamps, while preserving any custom modifications made by users, making it safe to run repeatedly.
- Use Case: For a new multi-language repository, use this skill to instantly generate a comprehensive
AGENTS.md documentation suite. This provides AI agents with immediate, structured context for code generation, review, and task execution, while also streamlining human developer onboarding by centralizing project guidelines.
Quick Start
Generate AGENTS.md files for your current project, including a thin root and auto-detected scoped files.