onboard

Solid

Analyze brownfield codebase and create initial continuity ledger

AI & Automation 495 stars 41 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
90
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
97
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 su...

Details

Author
vibeeval
Repository
vibeeval/vibecosystem
Created
2 months ago
Last Updated
1 months ago
Language
C#
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

onboard

Analyze brownfield codebase and create initial continuity ledger

3,795 Updated 4 months ago
parcadei
AI & Automation Solid

codebase-onboarding

Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.

199,464 Updated today
affaan-m
AI & Automation Listed

onboard

This skill should be used when the user asks to "project introduction", "getting started", "how does this project work", "I'm new to this project", or is a new team member needing orientation to the project.

18 Updated yesterday
Mr-DooSun
AI & Automation Listed

onboard

Setup wizard for a freshly-installed claude-flightdeck. Walks 8 stages — topology detection, codebase scan, team interview, git-history mining, document drafting, A-rule ratification, state capture, first-feature handoff — to bring Claude Code from 'template installed' to 'fully understands this project'. Use right after `install.sh` ('how do I get started', 'set up the workflow', 'onboard the project', '/onboard'). Subcommands: /onboard refresh (re-run on existing install), /onboard scan (Stage 1 only), /onboard rules (Stages 3+5), /onboard retro (post-first-sprint reflection).

1 Updated today
Maximumsoft-Co-LTD
AI & Automation Solid

onboard

Generates a contextual onboarding document for a new contributor or agent joining the project. Summarizes project state, architecture, conventions, and current priorities relevant to the specified role or area.

20,436 Updated 1 weeks ago
Donchitos