npx skills add majiayu000/claude-skill-registry --skill onboard-carmandale-agent-config --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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" - After running `init-project.sh` in a new project ## How to Use **Spawn the onboard agent:** Use the Task tool with `subagent_type: "general-purpose"` and this prompt: ``` Onboard me to this project. Read and follow the instructions in .claude/agents/onboard.md exactly. 1. Check if thoughts/ledgers/ exists (if not, tell me to run init-project.sh) 2. Set RepoPrompt workspace to this project, then explore: rp-cli -e "workspace switch \"$CLAUDE_PROJECT_DIR\"" rp-cli -e 'tree' rp-cli -e 'structure .' rp-cli -e 'builder "understand the codebase architecture"' 3. If rp-cli not available, fall back to bash (find, ls, etc.) 4. Detect tech stack 5. Ask me about my goals using AskUserQuestion 6. Create a continuity ledger at thoughts/ledgers/CONTINUITY_CLAUDE-<project>.md ``` ## Why an Agent? The onboard process: - Requires multiple exploration steps (RepoPrompt builder is slow) - Should not pollute main context with codebase dumps - Returns
- When to Use
- How to Use
- Why an Agent?
- Output
- Notes
What does the onboard skill do?
Analyze brownfield codebase and create initial continuity ledger
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill onboard-carmandale-agent-config --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
