Back to skills

agents-md

docs

A skill for creating and maintaining AGENTS.md files — the documentation that agent tools like Claude read when working in a project. It enforces a minimal format: under 60 lines, headers and bullets

Setup & Installation

npx skills add https://github.com/getsentry/agents-md --skill agents-md
or paste the link and ask your coding assistant to install it
https://github.com/getsentry/agents-md
View on GitHub

What This Skill Does

A skill for creating and maintaining AGENTS.md files — the documentation that agent tools like Claude read when working in a project. It enforces a minimal format: under 60 lines, headers and bullets only, file-scoped commands over full builds, and no duplication of what already lives in linter configs. Writing AGENTS.md by hand tends to balloon into prose paragraphs and redundant linter rules — this skill enforces the research-backed constraint that instruction-following degrades past 100 lines.

When to use it

  • Working with agents md functionality
  • Implementing agents md features
  • Debugging agents md related issues