What problem does it solve? Agent-facing documentation like AGENTS.md and CLAUDE.md often becomes bloated with prose, duplicated instructions, and filler, making it hard for coding agents to find the rules that matter. This Skill enforces a minimal, structured writing style so agent instructions stay concise and reference local skills instead of duplicating them. ## Core Features & Use Cases - Structured AGENTS.md authoring: Defines required sections (package manager, commit attribution, key conventions, local skills) and optional sections with strict formatting rules. - Local skill discovery: Runs find and ls commands to locate SKILL.md files so AGENTS.md can reference them by path instead of duplicating content. - CLAUDE.md symlink setup: Creates AGENTS.md as the canonical file and symlinks CLAUDE.md to it for cross-agent compatibility. - Use Case: When setting up a new repository, ask the agent to create an AGENTS.md that documents the pnpm workflow, commit attribution rules, and links to existing testing and database skills. ## Quick Start Create a concise AGENTS.md for this project that references the skills in .claude/skills and symlinks CLAUDE.md to it.