What problem does it solve? Future agent sessions waste time rediscovering build commands, project structure, and conventions. This Skill analyzes a repository and produces a concise AGENTS.md that captures only the guidance future sessions repeatedly need. ## Core Features & Use Cases - Repository Analysis: Builds a mental model of the codebase, capturing build, test, lint, and verification commands plus module boundaries not obvious from names alone. - Context Curation: Records stack conventions, setup quirks, operational gotchas, and code intelligence output such as package structure and dependency graphs from hero scan. - In-Place Improvement: Updates an existing AGENTS.md rather than overwriting it, keeping the file actionable for agent execution instead of becoming a general README. - Use Case: After onboarding a new multi-language repository, run this Skill to produce an AGENTS.md so every future agent session starts with the correct commands and conventions. ## Quick Start Analyze this repository and generate a concise AGENTS.md with the build, test, and lint commands future agent sessions need.