onboard

Solid

Analyze brownfield codebase and create initial continuity ledger

AI & Automation 496 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 Listed

ai-onboard

Onboards humans to a project: architecture tours, topic search, decision archaeology, structured new-team-member orientation. Read-only — never modifies code. Trigger for 'where does auth happen', 'what is the architecture here', 'history of this decision', 'onboard me to this repo', 'tour the codebase'. Not for agent session bootstrap; use /ai-start instead. Not for code-level explanation; use /ai-explain instead.

49 Updated today
arcasilesgroup
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.

201,447 Updated yesterday
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 today
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