What problem does it solve? Agent-facing documentation often becomes bloated with duplicated instructions, filler prose, and outdated guidance. This Skill enforces a minimal, structured style for AGENTS.md files so coding agents get exactly the project context they need without redundancy. ## Core Features & Use Cases - Structured AGENTS.md authoring: Generates required sections such as Package Manager, Commit Attribution, Key Conventions, and Local Skills references. - Local skill discovery: Scans .claude/skills and plugin directories for SKILL.md files so AGENTS.md can reference skills instead of duplicating their content. - Style enforcement: Applies writing rules (headers and bullets only, no filler, reference-don't-duplicate) and lists anti-patterns to avoid. - Use Case: When setting up a new repository, ask the agent to create an AGENTS.md; it discovers installed skills, writes concise sections, and symlinks CLAUDE.md to AGENTS.md. ## Quick Start Ask the agent to create an AGENTS.md for this project that references the local skills and follows the minimal documentation style.