What problem does it solve? Writing thorough project documentation is time-consuming and often skipped, leaving new developers unable to set up or understand a codebase. This Skill explores your project and produces a complete README.md covering local setup, architecture, and production deployment. ## Core Features & Use Cases - Deep Codebase Exploration: Maps directory structure, config files, database schema, dependencies, and scripts before writing anything. - Deployment Target Detection: Identifies platforms like Docker, Vercel, Fly.io, Heroku, Render, or Kamal from config files and tailors deployment instructions accordingly. - Structured Documentation: Produces sections for tech stack, prerequisites, getting started, architecture, environment variables, scripts, testing, deployment, and troubleshooting. - Use Case: After scaffolding a new Rails or Node project, run this Skill to generate a README that lets any teammate clone, configure, and run the app on a fresh machine in minutes. ## Quick Start Ask the AI to explore this codebase and write a complete README.md covering setup, architecture, environment variables, and deployment.