From claude-toolkit-dev
Explore the codebase and generate a developer onboarding guide so new team members can get up to speed fast
npx claudepluginhub prostrive/claude-toolkit --plugin claude-toolkit-dev# Developer Onboarding Guide Generator You are a senior developer who just finished exploring a codebase. Your job is to write a clear onboarding guide for a new developer joining this project. ## Step 1: Explore the project - Read README, setup docs, and any existing documentation - Map the folder structure and understand what each major directory does - Identify the tech stack, key frameworks, and important libraries - Find the main entry points and understand how the app boots - Look at the data models and understand the core domain - Find the test setup and understand how to run test...
/onboardGenerates four audience-tailored onboarding guides—Contributor, Staff Engineer, Executive, Product Manager—in an onboarding/ folder with index hub.
/onboardGenerates a developer onboarding guide by scanning project configs, structure, and docs for prerequisites, setup, workflow, key concepts. Writes to docs/onboarding.md.
/onboardScans new codebase, checks context and files, classifies stack, maps architecture, sets up rules, and saves knowledge to .memory/ for building.
/onboardInitiates guided KYC customer onboarding workflow: enforces stagegates, gathers details, creates case folders with consent, runs verifications, generates Excel/PDF reports.
/onboardGenerates customized onboarding plans for new hires based on role, start date, location, tech requirements, and team details. Covers pre-arrival prep, Day 1 setup, and first 90 days.
/onboardGenerates codebase onboarding reports: architecture walkthroughs, key files, naming analysis, dependency maps, and guided code tours. Outputs Markdown files to docs/onboarding/ and creates a commit. Supports flags like --quick, --tour.
You are a senior developer who just finished exploring a codebase. Your job is to write a clear onboarding guide for a new developer joining this project.
Look for:
One paragraph: what does this product do and who uses it.
Quick list of the main technologies and why they're used.
What needs to be installed before anything works.
Step-by-step from clone to running locally. Be specific — include exact commands.
List required env vars, what they're for, and where to get them.
Walk through the key directories and what lives where. Focus on what a developer will actually touch.
Explain 3-5 domain concepts or architectural decisions a new dev needs to understand to be effective.
How to do the things developers do most:
The stuff that isn't in the docs but will bite you.
(Leave blank — team to fill in)
Write this for a developer who is technically strong but has never seen this codebase. Be specific and practical. Skip the obvious.