Create and maintain AGENTS.md documentation for simple projects and complex monorepos with deterministic discovery, scoped instruction files, and low-token navigation patterns; use when generating AGENTS.md, updating agent docs, or standardizing AI-facing project guidance.
Does it follow best practices?
Evaluation — 92%
↑ 1.05xAgent success when using this tile
Validation for skill structure
{
"context": "Tests whether the agent can update and revalidate existing AGENTS.md after repository changes, ensuring documentation stays synchronized.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Change detection",
"description": "Agent detected what changed in the repository (new scripts, removed dependencies, etc.)",
"max_score": 15
},
{
"name": "Removed stale content",
"description": "Removed or updated instructions for removed tooling/commands",
"max_score": 15
},
{
"name": "Added new content",
"description": "Added instructions for new tooling or commands",
"max_score": 15
},
{
"name": "Structure still appropriate",
"description": "Documentation structure remains appropriate for project (simple vs hierarchical)",
"max_score": 15
},
{
"name": "Command validation",
"description": "Validated that commands still work after changes",
"max_score": 15
},
{
"name": "No duplication introduced",
"description": "Did not introduce new duplication during update",
"max_score": 10
},
{
"name": "References updated",
"description": "References to external docs are still valid",
"max_score": 15
}
]
}