What problem does it solve? Joining a new project or opening an unfamiliar repository means hours of digging through files to understand the stack, architecture, and conventions. This Skill automates that reconnaissance and produces a structured onboarding guide plus a project-specific CLAUDE.md. ## Core Features & Use Cases - Four-Phase Analysis: Runs reconnaissance (manifests, frameworks, entry points, configs), architecture mapping, convention detection, and artifact generation. - Onboarding Guide Generation: Produces a scannable guide covering tech stack, directory map, request lifecycle, conventions, and common commands. - CLAUDE.md Generation: Creates or enhances a project-specific CLAUDE.md while preserving existing instructions and flagging what changed. - Use Case: A developer joins a team maintaining a Next.js app. They ask to be onboarded, and the Skill detects the TypeScript/Prisma/Jest stack, maps key directories, traces the request lifecycle, and writes a tailored CLAUDE.md to the repo root. ## Quick Start Ask the assistant to onboard you to this codebase and generate a CLAUDE.md for the project.