What problem does it solve? New or existing codebases often lack the instruction files that AI coding agents need to understand build commands, architecture, and project conventions, forcing developers to repeatedly explain context in every session. ## Core Features & Use Cases - Codebase Exploration: Discovers existing conventions, build/test commands, architecture decisions, and project-specific pitfalls through automated exploration. - Instruction File Generation: Creates or updates AGENTS.md or .github/copilot-instructions.md following link-don't-embed and minimal-by-default principles. - Customization Suggestions: Proposes related skills, custom agents, hooks, and prompts to automate common tasks or enforce conventions. - Use Case: After cloning a new repository, run this command to automatically generate an AGENTS.md file documenting build commands, component boundaries, and conventions so any AI coding agent becomes immediately productive. ## Quick Start Ask the agent to initialize chat customization files for this repository, optionally specifying a focus area such as the frontend or testing conventions.