What problem does it solve? New repositories lack accurate onboarding documentation for AI agents, and hand-written guidance often contains unverified claims, fabricated sections, or overwrites existing content. This Skill produces verified, merge-safe agent guidance grounded in actual repository facts. ## Core Features & Use Cases - Verified guidance generation: Explores README, build files, CI config, and existing AI rules, then verifies every command and architectural claim with Grep and git before writing. - Merge-safe output: Writes all guidance into AGENTS.md as the single source of truth while preserving existing content verbatim, and reduces CLAUDE.md to a pointer declaration. - Coverage reporting and safe commit: Reports read/total file counts with uncovered paths, logs discovered anomalies without fixing them, and asks the user before committing. - Use Case: After cloning a large multi-module project, ask the agent to initialize repository guidance; it dispatches read-only subagents per module, merges findings into AGENTS.md, and reports exactly what was and was not covered. ## Quick Start Initialize agent guidance for this repository by generating AGENTS.md and a CLAUDE.md pointer, verifying all claims with git before writing.