What problem does it solve? New or scaffolded projects often ship code without documentation, leaving humans without a README and AI agents without a CLAUDE.md. This Skill inspects manifests, configs, directory layout, tests, and git history to generate both files grounded in what actually exists in the repo. ## Core Features & Use Cases - Automated Project Reconnaissance: Runs a detection script that parses package.json, go.mod, Cargo.toml, pyproject.toml, and config files to identify stack, scripts, entry points, and test patterns. - Dual Document Generation: Writes a human-oriented README.md (install, dev, test, build commands, structure) and a lean agent-oriented CLAUDE.md (under 100 lines, with conventions and do-not-do rules). - Safe File Handling: Detects existing files, preserves hand-written sections, and only overwrites with an explicit --force flag. - Use Case: After scaffolding a Next.js app with no docs, run the skill to detect npm scripts and the App Router layout, then produce a README with real commands and a CLAUDE.md with verified build/test instructions. ## Quick Start Ask the agent to run /project-init in your project root to generate missing README.md and CLAUDE.md files from the detected codebase.