generate-agents-md-for-repository
Installation
SKILL.md
generate-agents-md-for-repository
Analyze the repository and write (or overwrite) an AGENTS.md file in the project
root. The file is a concise, prescriptive orientation guide for AI coding agents.
It must not duplicate README.md — link there for anything already covered.
Workflow
- Read
README.md,pyproject.toml/package.json/ equivalent manifest, and any existing config files to infer the tech stack and tooling. - Identify the environment manager, test runner, linter, and build tool in use.
- Write
AGENTS.mdfollowing the structure below. - Aim for under 80 lines total.