onboard

Solid

Developer onboarding guide that composes architecture mapping, tooling review, and agentic setup review with setup, troubleshooting, and next-steps agents to produce a comprehensive guide at .turbo/onboarding.md and .turbo/onboarding.html. Use when the user asks to "onboard me", "onboard to this project", "generate onboarding guide", "new developer guide", "how do I get started", or "help me ramp up".

Code & Development 377 stars 29 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Onboard Developer onboarding pipeline. Composes `/map-codebase`, `/review-tooling`, and `/review-agentic-setup` with inline agents, then synthesizes everything into `.turbo/onboarding.md` and `.turbo/onboarding.html`. Analysis-only. ## Task Tracking At the start, use `TaskCreate` to create a task for each phase: 1. Launch all agents 2. Synthesize and generate markdown report 3. Generate HTML report ## Step 1: Launch All Agents Use the Agent tool to launch all 6 agents below in a single assistant message so they run concurrently. Run them in the foreground so all their results return in this turn. Each Agent call uses `model: "opus"` and no `name`. Each Composed Skills agent invokes its assigned skill via the Skill tool; each Inline Agent follows its exploration brief directly. Every agent's prompt must direct it to treat the shared working tree and its git index as read-only and to explore by reading and reasoning, except that each Composed Skills agent writes the report files its own skill defines. ### Composed Skills Launch one Agent tool call per row. Each agent's prompt instructs it to invoke its assigned skill via the Skill tool. | Skill | Onboarding role | |---|---| | `/map-codebase` | Architecture understanding: structure, tech stack, entry points, patterns, data flow, dependencies, testing | | `/review-tooling` | Development workflow: linters, formatters, pre-commit hooks, test runners, CI/CD | | `/review-agentic-setup` | Agentic coding: CLAUDE.md, AGENTS.m...

Details

Author
tobihagemann
Repository
tobihagemann/turbo
Created
4 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category