onboard

Create an initial continuity ledger for a brownfield repository at thoughts/ledgers/CONTINUITY_CLAUDE-<name>.md.

1|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/tfunk1030/vibe --skill onboard-tfunk1030
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/tfunk1030/vibe/tree/main/.claude/skills/onboard
Command: npx skills add https://github.com/tfunk1030/vibe --skill onboard-tfunk1030

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze brownfield codebases and create an initial continuity ledger to establish a shared context for new contributors.

Core Features & Use Cases

  • Guides new developers through project discovery by generating a structured continuity ledger at thoughts/ledgers/CONTINUITY_CLAUDE-<project>.md
  • Supports interactive prompts to understand codebase architecture, detect tech stack, and capture essential context for handoffs
  • Enables quick onboarding for brownfield projects, reducing ramp-up time and improving collaboration

Quick Start

Spawn the onboard agent and begin exploring the repository to automatically produce the continuity ledger.

Frequently Asked Questions about onboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a continuity ledger for a brownfield codebase?

A continuity ledger maps brownfield codebase architecture and captures essential context for new contributors. It is needed during project discovery or knowledge transfer to reduce ramp-up time and establish a shared understanding of the existing system.

What is the best way to document project discovery when joining an existing repository?

Documenting project discovery is best achieved by generating a structured continuity ledger. This approach guides you through codebase exploration, detects the tech stack interactively, and outputs a Markdown file to preserve handoff context for future developers.

Do I need a specific workspace structure to map a codebase for knowledge transfer?

Yes, mapping a codebase for knowledge transfer requires a workspace with a thoughts/ledgers directory. The onboard process outputs the generated continuity ledger directly to this path to ensure consistent documentation storage and retrieval.

How does interactive codebase exploration work for new developer onboarding?

Interactive codebase exploration for onboarding works by prompting the developer to understand architecture and detect the tech stack. It systematically guides the user through repository analysis to produce a comprehensive Markdown continuity ledger.

Can I prepare for a project handoff without manually writing documentation?

You can prepare for a project handoff without manual documentation by spawning the onboard agent. It automatically analyzes the brownfield codebase and outputs a structured continuity ledger, capturing the necessary context to facilitate a smooth knowledge transfer.