skills/reviewing-agents-md/SKILL.md
Use when writing, reviewing, or refactoring AGENTS.md, writing an agent guide, documenting the project for AI agents, or orienting AI coding tools to a new repository.
npx skillsauth add ak1ra-komj/agents-skills reviewing-agents-mdInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
README.md, pyproject.toml / package.json / equivalent manifest,
and any existing config files to infer the tech stack and tooling.AGENTS.md following the structure below.State the project's purpose and technology stack category. Add a pointer to
README.md for full details.
Identify the exact tool that manages the environment and write explicit DO / DO NOT rules covering:
Mark this section — CRITICAL so agents cannot miss it.
Cover naming patterns and the canonical source-of-truth files agents must respect when adding new parameters or configuration keys.
One shell code block with one-liner comments for the 4–6 most frequent tasks (test, lint, build, deploy, docs preview, etc.).
README.md — link there instead.development
Use when the user asks to commit changes and/or summarize the current session - or when wrapping up a conversation that involved code or file edits.
development
Use when the user asks to summarize this session or chat — and the conversation is happening in a web chat interface (e.g. ChatGPT Pro) where no file system or terminal access is available.
development
Use when the user asks to commit changes and/or summarize the current session — or when wrapping up a conversation that involved code or file edits.
development
Use when the user mentions preparing or publishing a new release, or asks to review or refactor CHANGELOG.md, following Keep a Changelog format and Semantic Versioning.