AgentStack
SKILL verified MIT Self-run

Reviewing Agents Md

skill-ak1ra-komj-agents-skills-reviewing-agents-md · by ak1ra-komj

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.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-ak1ra-komj-agents-skills-reviewing-agents-md

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Reviewing Agents Md? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

reviewing-agents-md

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. Do not duplicate content from README.md - link there for anything already covered.

Workflow

  1. Read README.md, pyproject.toml / package.json / equivalent manifest,

and any existing config files to infer the tech stack and tooling.

  1. Identify the environment manager, test runner, linter, and build tool in use.
  2. Write AGENTS.md following the structure below.
  3. Keep the file under 80 lines total.

Required sections

1. What This Project Does (2-4 sentences)

State the project's purpose and technology stack category. Add a pointer to README.md for full details.

2. Environment & Tooling - CRITICAL

Identify the exact tool that manages the environment and write explicit rules covering:

  • The exact command to run the test suite
  • How to install/sync dependencies
  • How to lint and format
  • Which alternatives are explicitly forbidden

Mark this section - CRITICAL so agents cannot miss it.

3. Conventions (non-obvious only)

Cover naming patterns and the canonical source-of-truth files agents respect when adding new parameters or configuration keys.

4. Testing Guidelines

  • Where tests live and how they map to source modules
  • Whether external I/O needs mocking
  • Rules about keeping tests in sync when function signatures change

5. Common Operations

One shell code block with one-liner comments for the 4-6 most frequent tasks (test, lint, build, deploy, docs preview, etc.).

Style rules

  • Write in English.
  • Use RFC 2119 keywords (MUST, SHOULD, MUST NOT) selectively - reserve them for hard constraints where violation produces broken, incorrect, or insecure output. For routine guidance, use plain imperative language (e.g., "Run tests with pytest", "Format with ruff format"). Overusing RFC 2119 keywords dilutes their signal.
  • Omit content already in README.md and link there instead.
  • Prefer bullet lists and short paragraphs over prose.
  • Do not use emoji, em dashes, or excess bold/italic text.
  • Use plain Markdown (no HTML) and only ASCII punctuation.
  • When repository facts cannot be determined from the repo contents or user input, do not guess; instead state "Insufficient information".

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.