init
Installation
SKILL.md
AGENTS.md Generator
Analyze a codebase and generate a concise, accurate AGENTS.md contributor guide.
Target: the current working directory, unless user provided another folder as input.
Gather Information
Collect facts about the repository. Only record what is actually found — never invent information.
These probes are independent — run them in parallel (e.g., dispatch subagents) when the tooling supports it.
Repository structure
Map the repo structure (3 levels deep, excluding .git, node_modules, dist, build, pycache, .venv and other autogenerated folders). This is analysis input — the output AGENTS.md should describe non-obvious architecture, not list directories. Focus on the "big picture" that requires reading multiple files to understand.