onboard
Installation
SKILL.md
Project Onboarding Skill
Deploys a team of specialized agents — each focused on a different lens — to explore a codebase and generate interconnected markdown documents with Mermaid diagrams. All agents run in parallel. Each owns one output file.
Output
All files land in .claude/onboarding/ at the project root:
| File | Agent | Contents |
|---|---|---|
index.md |
Coordinator (you) | Navigation hub, summary, reading order |
overview.md |
Scope Scout | Project purpose, tech stack, entry points, context diagram |
architecture.md |
Architecture Mapper | Module map, layers, boxes-and-arrows diagram |
structure.md |
Structure Guide | Annotated directory tree, naming conventions |
flows.md |
Flow Analyst | All data flows as sequence diagrams |
patterns.md |
Pattern Detective | Design patterns, conventions, code examples |
components.md |
UI Explorer | Component hierarchy, state machines (frontend only) |