What problem does it solve? Writing thorough project documentation is time-consuming and often neglected, leaving new developers unable to set up, understand, or deploy a project. This Skill automates the creation of an exhaustive README.md by deeply exploring the codebase first. ## Core Features & Use Cases - Deep Codebase Exploration: Scans project structure, configuration files, database schemas, dependencies, and scripts before writing any documentation. - Deployment-Aware Instructions: Detects deployment targets (Docker, Vercel, Fly.io, Heroku, Kamal, Render, Kubernetes) and tailors deployment sections accordingly. - Structured README Template: Produces sections covering tech stack, prerequisites, getting started, architecture, environment variables, scripts, testing, deployment, and troubleshooting. - Use Case: After inheriting an undocumented Rails and React project, ask the agent to document it; it inspects the Gemfile, database schema, and deploy config, then writes a complete README with setup steps and architecture diagrams. ## Quick Start Ask the agent to write a comprehensive README.md for this project based on the current codebase.