What problem does it solve? Joining a new project or opening an unfamiliar repository means hours of manually tracing entry points, conventions, and architecture before you can contribute productively. This Skill automates that discovery process and produces structured documentation. ## Core Features & Use Cases - Four-Phase Analysis: Runs reconnaissance (manifests, frameworks, entry points), architecture mapping, convention detection, and artifact generation. - Onboarding Guide Generation: Produces a scannable guide covering tech stack, directory map, request lifecycle, conventions, and common tasks. - CLAUDE.md Generation: Creates or enhances a project-specific CLAUDE.md based on detected conventions, preserving existing content. - Use Case: You clone a new client's Next.js repository and ask to be onboarded. The Skill detects the TypeScript/Prisma stack, maps the API routes and database schema, identifies test and lint commands, and outputs an onboarding guide plus a starter CLAUDE.md. ## Quick Start Ask the assistant to onboard you to this codebase and generate a CLAUDE.md for the project.