What problem does it solve? AI coding agents landing in an unfamiliar repository lack a concise, project-specific onboarding guide, so they guess at build commands, conventions, and hard rules. This Skill inspects the repo and writes a tight AGENTS.md (or surgically updates an existing one) so future agents stay unblocked. ## Core Features & Use Cases - Create path: Discovers the manifest, lint/test configs, CI workflows, layout, and git history, then drafts a 200-400 word "Repository Guidelines" document ordered by leverage with critical rules first. - Update path: Dates the existing AGENTS.md via git history, diffs repo state since the last touch, classifies every line as KEEP/UPDATE/REMOVE/MISSING, and applies surgical edits after user confirmation. - Directory-level scope: When invoked in a subdirectory, produces a shorter local guide (120-250 words) capturing sibling file conventions instead of repo-wide onboarding. - Use Case: After adding new npm scripts and a lint config to your project, run the skill to refresh AGENTS.md so it stops referencing the removed commands and documents the new CI gate. ## Quick Start Ask the agent to create an AGENTS.md onboarding document for this repository.