onboard▌
parcadei/continuous-claude-v3 · updated Apr 8, 2026
Analyze a brownfield codebase and create an initial continuity ledger.
Onboard - Project Discovery & Ledger Creation
Analyze a brownfield codebase and create an initial continuity ledger.
When to Use
- First time working in an existing project
- User says "onboard", "analyze this project", "get familiar with codebase"
How to Use
Spawn the onboard agent:
Use the Task tool with subagent_type: "onboard" and this prompt:
Onboard me to this project at $CLAUDE_PROJECT_DIR.
1. Create required directories if they don't exist:
mkdir -p thoughts/shared/handoffs/<project-name> .claude
2. Explore the codebase using available tools:
- Try: tldr tree . && tldr structure .
- Fallback: find . -type f -name "*.py" -o -name "*.ts" -o -name "*.js" | head -50
3. Detect tech stack (look for package.json, requirements.txt, Cargo.toml, go.mod, etc.)
4. Ask the user about their goals using AskUserQuestion
5. Create a YAML handoff at thoughts/shared/handoffs/<project-name>/onboard-<date>.yaml:
---
date: <ISO date>
type: onboard
status: active
---
goal: <user's stated goal>
now: Start working on <first priority>
tech_stack: [list of detected technologies]
key_files:
- path: <important file>
purpose: <what it does>
architecture: <brief description>
next:
- <suggested first action>
Why an Agent?
The onboard process:
- Requires multiple exploration steps
- Should not pollute main context with codebase dumps
- Returns a clean summary + creates the handoff
Output
- Directories created:
thoughts/shared/handoffs/<project>/,.claude/ - YAML handoff created (loaded automatically on session start)
- User has clear starting context
- Ready to begin work with full project awareness
Notes
- This skill is for BROWNFIELD projects (existing code)
- For greenfield, use
/create_planinstead - Handoff can be updated anytime with
/create_handoff
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.6★★★★★53 reviews- ★★★★★Ama Abbas· Dec 24, 2024
Solid pick for teams standardizing on skills: onboard is focused, and the summary matches what you get after install.
- ★★★★★Liam Dixit· Dec 20, 2024
onboard is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Liam Gill· Dec 20, 2024
onboard fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Ganesh Mohane· Dec 16, 2024
Keeps context tight: onboard is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Zara Jackson· Dec 4, 2024
Registry listing for onboard matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Ava Zhang· Nov 23, 2024
I recommend onboard for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Fatima Robinson· Nov 23, 2024
Keeps context tight: onboard is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Arjun Gupta· Nov 15, 2024
We added onboard from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Olivia Menon· Nov 11, 2024
onboard reduced setup friction for our internal harness; good balance of opinion and flexibility.
- ★★★★★Zara Thomas· Nov 11, 2024
onboard has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 53