What problem does it solve? Writing and maintaining accurate project READMEs is tedious, and outdated documentation misleads new team members. This Skill analyzes your actual codebase to generate or update a README.md that reflects reality, not guesswork. ## Core Features & Use Cases - Codebase-Driven Generation: Detects tech stack from config files like package.json, pyproject.toml, go.mod, and Cargo.toml, then reads CLAUDE.md, docs/, Makefile, and CI configs for setup context. - Structured Template: Produces a standard README layout covering quick start, prerequisites, installation, usage, project structure, development, and configuration, dropping sections that don't apply. - Safe Updates: When updating an existing README, it preserves custom sections, shows a diff, and asks for confirmation before writing. - Use Case: A new team member joins a project with no documentation. Run this Skill to produce an onboarding-ready README where every command and path is verified against the codebase. ## Quick Start Ask the assistant to generate a README for this project based on the current codebase.