onboard

Analyze brownfield codebases and generate a continuity ledger Markdown file.

8|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/scooter-lacroix/Maestro --skill onboard-scooter-lacroix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard
Source: https://github.com/scooter-lacroix/Maestro/tree/main/maestro/skills/onboard
Command: npx skills add https://github.com/scooter-lacroix/Maestro --skill onboard-scooter-lacroix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you quickly understand an existing, complex codebase by analyzing its structure and creating a continuity ledger for future reference.

Core Features & Use Cases

  • Brownfield Codebase Analysis: Designed specifically for projects with existing code.
  • Continuity Ledger Creation: Generates a Markdown file summarizing the project's architecture and key information.
  • Tech Stack Detection: Identifies the technologies used within the project.
  • Use Case: When you join a new project, use this Skill to get a rapid overview of the codebase, understand its architecture, and identify the tech stack, enabling you to start contributing effectively much faster.

Quick Start

Use the onboard skill to analyze this project and create a continuity ledger.

Frequently Asked Questions about onboard

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

FAQPage Schema
How do I analyze an existing codebase and create an architecture summary?

To analyze an existing codebase and create an architecture summary, this Skill explores project files to detect the tech stack and identify goals, generating a Markdown continuity ledger for rapid familiarization.

What is a continuity ledger and how does it help with project onboarding?

A continuity ledger is a Markdown file summarizing a project's architecture, tech stack, and key information. It accelerates project onboarding by providing a persistent reference for understanding complex brownfield codebases.

Can I use this for brownfield project discovery without any dependencies?

Yes, you can perform brownfield project discovery without dependencies. The Skill uses RepoPrompt or fallback bash commands to explore existing codebases and identify the project's technology stack.

How do I generate a project ledger file for a new software engineering project?

To generate a project ledger file, run the Skill against your codebase. It analyzes the structure and creates a ledger at `thoughts/ledgers/CONTINUITY_CLAUDE-<project>.md` to document the architecture.

Does codebase analysis work with any tech stack or are there limitations?

Codebase analysis works across various tech stacks by detecting technologies used within the project. It relies on file exploration via RepoPrompt or bash commands, though highly unconventional structures may pose discovery limitations.