← Back to list

onboard
by wildcard
caro: fast Rust CLI that turns natural‑language tasks into a safe POSIX command. Built for macOS (MLX/Metal) with a built‑in model; supports vLLM/Ollama/LM Studio. JSON‑only output, safety checks, confirmation, multi‑step goals, devcontainer included.
⭐ 23🍴 2📅 Jan 23, 2026
SKILL.md
name: onboard description: Analyze brownfield codebase and create 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"
- After running
init-project.shin 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 a clean summary + creates the ledger
Output
- Continuity ledger created at
thoughts/ledgers/CONTINUITY_CLAUDE-<name>.md - 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 - Ledger can be updated anytime with
/continuity_ledger - RepoPrompt requires the app running with MCP Server enabled
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


