{"id":"1f65995d-f6e0-42e6-bfa3-12fb196e1a58","shortId":"b3PQrV","kind":"skill","title":"onboard","tagline":"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\", ","description":"# Onboard\n\nDeveloper 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.\n\n## Task Tracking\n\nAt the start, use `TaskCreate` to create a task for each phase:\n\n1. Launch all agents\n2. Synthesize and generate markdown report\n3. Generate HTML report\n\n## Step 1: Launch All Agents\n\nLaunch all Agent tool calls in parallel (`model: \"opus\"`, do not set `run_in_background`). Batch across multiple messages if the total exceeds what can be launched at once.\n\n### Composed Skills\n\nLaunch one Agent tool call each. Each agent's prompt instructs it to invoke its assigned skill via the Skill tool.\n\n| Skill | Onboarding role |\n|---|---|\n| `/map-codebase` | Architecture understanding: structure, tech stack, entry points, patterns, data flow, dependencies, testing |\n| `/review-tooling` | Development workflow: linters, formatters, pre-commit hooks, test runners, CI/CD |\n| `/review-agentic-setup` | Agentic coding: CLAUDE.md, AGENTS.md, skills, MCP servers, hooks, cross-tool compatibility |\n\n### Inline Agents\n\nLaunch one Agent tool call each with the exploration brief below.\n\n| Agent | Exploration Brief |\n|---|---|\n| Prerequisites and Setup | Read README.md, CONTRIBUTING.md, and package manager configs (package.json, Gemfile, Cargo.toml, go.mod, pyproject.toml, Package.swift, etc.). Extract: required language runtimes and versions, system dependencies, environment variables, database or service requirements, first-time setup steps (install, build, run, seed), and any bootstrap or setup scripts. |\n| Troubleshooting | Search for troubleshooting content in README.md, TROUBLESHOOTING.md, docs/ directory, FAQ files, and GitHub Discussions/Wiki if accessible. Extract common errors, known quirks, platform-specific gotchas, and debugging tips. If no troubleshooting docs exist, report that. |\n| Next Steps | Run `gh issue list --state open --json number,title,url,reactionGroups,comments,labels --limit 50`. Identify: (1) issues labeled `good-first-issue` or `good first issue`, (2) top 5 issues by engagement score (sum of reactions weighted 2x for thumbs-up, plus comment count). If `gh` is not available or not in a GitHub repo, skip and note that. |\n\nEach agent writes its findings as structured markdown.\n\n## Step 2: Synthesize and Generate Markdown Report\n\nAfter all agents complete:\n\n1. Read all agent reports. Check if `.turbo/threat-model.md` exists; if so, read it for the Security Considerations section.\n2. Reframe review skill outputs as documentation. `/review-tooling` findings become \"Development Workflow\" (what tools are used and how to run them). `/review-agentic-setup` findings become \"AI-Assisted Development\" (what's set up and how to use it). Focus on what exists, not what's missing. Strip severity labels, findings numbering, and gap framing from review skill outputs. Present detected tools and configurations as project conventions the new developer should know.\n3. Write a brief welcome summary (3-5 sentences) capturing what the project is, who it's for, and the fastest path to a first contribution.\n4. Write `.turbo/onboarding.md` using the report template. Output the welcome summary as text before writing the file.\n\n### Report Template\n\n```markdown\n# Onboarding Guide\n\n**Date:** <date>\n**Project:** <project name>\n\n## Welcome\n\n<3-5 sentences: what this project is, who it's for, fastest path to a first contribution>\n\n## Prerequisites and Setup\n\n<from Prerequisites and Setup agent: language runtimes, dependencies, first-time setup steps, build/run commands>\n\n## Architecture Overview\n\n<from /map-codebase: condensed executive summary and key structural insights — not the full report, which lives at .turbo/codebase-map.md>\n\n## Development Workflow\n\n<from /review-tooling: reframed as \"how to develop\" — what linters/formatters to run, how to test, pre-commit hooks, CI/CD pipeline>\n\n## AI-Assisted Development\n\n<from /review-agentic-setup: reframed as \"how to use AI coding tools\" — what CLAUDE.md/AGENTS.md cover, installed skills, MCP servers, cross-tool compatibility>\n\n## Security Considerations\n\n<from .turbo/threat-model.md if present: key trust boundaries, security-sensitive areas, and what to be careful with — or omit this section if no threat model exists>\n\n## Troubleshooting\n\n<from Troubleshooting agent: common errors, known quirks, debugging tips, or \"no troubleshooting docs found\">\n\n## Next Steps\n\n<from Next Steps agent: good-first-issue issues, top-engaged issues, or \"no GitHub issues found\">\n```\n\n## Step 3: Generate HTML Report\n\nConvert the markdown report into a styled, interactive HTML page.\n\n1. Run the `/frontend-design` skill to load design principles.\n2. Read `.turbo/onboarding.md` for the full report content.\n3. Write a self-contained `.turbo/onboarding.html` (single file, no external dependencies beyond Google Fonts) that presents the onboarding guide with:\n   - Welcome section as a prominent header card\n   - Sticky navigation between sections\n   - Collapsible sections for Architecture Overview and Development Workflow\n   - File and directory references as styled inline code\n   - GitHub issue links as clickable cards with engagement indicators\n   - Entrance animations and hover states\n   - Print-friendly styles via `@media print`\n   - Responsive layout for mobile\n\n## Rules\n\n- If any skill or agent fails, proceed with the remaining results and note the failure in the report.\n- The `/map-codebase` skill produces its own full report at `.turbo/codebase-map.md`. The onboarding guide includes a condensed summary and links to the full report.\n- Reframe review findings as documentation. The onboarding guide describes what exists and how to use it. Gaps from review skills can appear as brief recommendations, not as a findings list.\n- Does not modify source code, stage files, or commit.","tags":["onboard","turbo","tobihagemann","agent-skills","claude-code","claude-skills","developer-tools","skills"],"capabilities":["skill","source-tobihagemann","skill-onboard","topic-agent-skills","topic-claude-code","topic-claude-skills","topic-developer-tools","topic-skills"],"categories":["turbo"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/tobihagemann/turbo/onboard","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add tobihagemann/turbo","source_repo":"https://github.com/tobihagemann/turbo","install_from":"skills.sh"}},"qualityScore":"0.590","qualityRationale":"deterministic score 0.59 from registry signals: · indexed on github topic:agent-skills · 280 github stars · SKILL.md body (5,929 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-22T00:54:10.659Z","embedding":null,"createdAt":"2026-04-18T22:03:54.154Z","updatedAt":"2026-04-22T00:54:10.659Z","lastSeenAt":"2026-04-22T00:54:10.659Z","tsv":"'-5':463,508 '/agents.md':600 '/frontend-design':691 '/map-codebase':45,150,545,798 '/review-agentic-setup':48,175,407,588 '/review-tooling':46,163,393,564 '1':76,91,304,368,688 '2':80,315,358,386,697 '2x':326 '3':86,456,462,507,674,705 '4':482 '5':317 '50':302 'access':266 'across':111 'agent':12,22,51,79,94,97,128,133,176,189,192,201,350,366,371,531,641,658,783 'agents.md':179 'ai':411,584,594 'ai-assist':410,583 'analysi':60 'analysis-on':59 'anim':763 'appear':841 'architectur':7,151,542,740 'area':622 'ask':36 'assign':141 'assist':412,585 'avail':338 'background':109 'batch':110 'becom':395,409 'beyond':717 'bootstrap':246 'boundari':618 'brief':199,203,459,843 'build':241 'build/run':540 'call':99,130,194 'captur':465 'card':732,758 'care':627 'cargo.toml':216 'check':373 'ci/cd':174,581 'claude.md':178,599 'claude.md/agents.md':598 'clickabl':757 'code':177,595,752,854 'collaps':737 'command':541 'comment':299,332 'commit':170,579,858 'common':268,642 'compat':187,609 'complet':367 'compos':6,44,124 'comprehens':26 'condens':546,812 'config':213 'configur':447 'consider':384,611 'contain':710 'content':254,704 'contribut':481,523 'contributing.md':209 'convent':450 'convert':678 'count':333 'cover':601 'creat':70 'cross':185,607 'cross-tool':184,606 'data':159 'databas':231 'date':504 'debug':277,646 'depend':161,228,534,716 'describ':828 'design':695 'detect':444 'develop':2,41,164,396,413,453,561,569,586,743 'directori':259,747 'discussions/wiki':264 'doc':258,282,651 'document':392,824 'engag':320,666,760 'entranc':762 'entri':156 'environ':229 'error':269,643 'etc':220 'everyth':54 'exceed':117 'execut':547 'exist':283,376,426,637,830 'explor':198,202 'extern':715 'extract':221,267 'fail':784 'failur':793 'faq':260 'fastest':476,518 'file':261,498,713,745,856 'find':353,394,408,434,822,848 'first':236,309,313,480,522,536,661 'first-tim':235,535 'flow':160 'focus':423 'font':719 'formatt':167 'found':652,672 'frame':438 'friend':769 'full':555,702,803,818 'gap':437,836 'gemfil':215 'generat':83,87,361,675 'gh':289,335 'github':263,343,670,753 'go.mod':217 'good':308,312,660 'good-first-issu':307,659 'googl':718 'gotcha':275 'guid':4,27,503,724,809,827 'header':731 'hook':171,183,580 'hover':765 'html':88,676,686 'identifi':303 'includ':810 'indic':761 'inlin':50,188,751 'insight':552 'instal':240,602 'instruct':136 'interact':685 'invok':139 'issu':290,305,310,314,318,662,663,667,671,754 'json':294 'key':550,616 'know':455 'known':270,644 'label':300,306,433 'languag':223,532 'launch':77,92,95,121,126,190 'layout':775 'limit':301 'link':755,815 'linter':166 'linters/formatters':571 'list':291,849 'live':558 'load':694 'manag':212 'map':8 'markdown':84,356,362,501,680 'mcp':181,604 'media':772 'messag':113 'miss':430 'mobil':777 'model':102,636 'modifi':852 'multipl':112 'navig':734 'new':452 'next':20,286,653,656 'next-step':19 'note':347,791 'number':295,435 'omit':630 'onboard':1,3,38,40,42,148,502,723,808,826 'one':127,191 'open':293 'opus':103 'output':390,442,489 'overview':543,741 'packag':211 'package.json':214 'package.swift':219 'page':687 'parallel':101 'path':477,519 'pattern':158 'phase':75 'pipelin':43,582 'platform':273 'platform-specif':272 'plus':331 'point':157 'pre':169,578 'pre-commit':168,577 'prerequisit':204,524,528 'present':443,615,721 'principl':696 'print':768,773 'print-friend':767 'proceed':785 'produc':24,800 'project':449,468,505,512 'promin':730 'prompt':135 'pyproject.toml':218 'quirk':271,645 'reaction':324 'reactiongroup':298 'read':207,369,379,698 'readme.md':208,256 'recommend':844 'refer':748 'refram':387,565,589,820 'remain':788 'repo':344 'report':85,89,284,363,372,487,499,556,677,681,703,796,804,819 'requir':222,234 'respons':774 'result':789 'review':10,14,388,440,821,838 'role':149 'rule':778 'run':107,242,288,405,573,689 'runner':173 'runtim':224,533 'score':321 'script':249 'search':251 'section':385,632,727,736,738 'secur':383,610,620 'security-sensit':619 'seed':243 'self':709 'self-contain':708 'sensit':621 'sentenc':464,509 'server':182,605 'servic':233 'set':106,416 'setup':13,16,206,238,248,526,530,538 'sever':432 'singl':712 'skill':125,142,145,147,180,389,441,603,692,781,799,839 'skill-onboard' 'skip':345 'sourc':853 'source-tobihagemann' 'specif':274 'stack':155 'stage':855 'start':66 'state':292,766 'step':21,90,239,287,357,539,654,657,673 'sticki':733 'strip':431 'structur':153,355,551 'style':684,750,770 'sum':322 'summari':461,492,548,813 'synthes':53,81,359 'system':227 'task':62,72 'taskcreat':68 'tech':154 'templat':488,500 'test':162,172,576 'text':494 'threat':635 'thumb':329 'thumbs-up':328 'time':237,537 'tip':278,647 'titl':296 'tool':9,98,129,146,186,193,399,445,596,608 'top':316,665 'top-engag':664 'topic-agent-skills' 'topic-claude-code' 'topic-claude-skills' 'topic-developer-tools' 'topic-skills' 'total':116 'track':63 'troubleshoot':17,250,253,281,638,640,650 'troubleshooting.md':257 'trust':617 'turbo/codebase-map.md':560,806 'turbo/onboarding.html':31,58,711 'turbo/onboarding.md':29,56,484,699 'turbo/threat-model.md':375,613 'understand':152 'url':297 'use':32,67,401,421,485,593,834 'user':35 'variabl':230 'version':226 'via':143,771 'weight':325 'welcom':460,491,506,726 'workflow':165,397,562,744 'write':351,457,483,496,706","prices":[{"id":"cd92159c-7816-4c73-9da5-7764373369f4","listingId":"1f65995d-f6e0-42e6-bfa3-12fb196e1a58","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"tobihagemann","category":"turbo","install_from":"skills.sh"},"createdAt":"2026-04-18T22:03:54.154Z"}],"sources":[{"listingId":"1f65995d-f6e0-42e6-bfa3-12fb196e1a58","source":"github","sourceId":"tobihagemann/turbo/onboard","sourceUrl":"https://github.com/tobihagemann/turbo/tree/main/skills/onboard","isPrimary":false,"firstSeenAt":"2026-04-18T22:03:54.154Z","lastSeenAt":"2026-04-22T00:54:10.659Z"}],"details":{"listingId":"1f65995d-f6e0-42e6-bfa3-12fb196e1a58","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"tobihagemann","slug":"onboard","github":{"repo":"tobihagemann/turbo","stars":280,"topics":["agent-skills","claude-code","claude-skills","developer-tools","skills"],"license":"mit","html_url":"https://github.com/tobihagemann/turbo","pushed_at":"2026-04-21T12:22:12Z","description":"A composable dev process for Claude Code, packaged as modular skills.","skill_md_sha":"e6b600381c71531a5e492b00fc2f052f4425894f","skill_md_path":"skills/onboard/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/tobihagemann/turbo/tree/main/skills/onboard"},"layout":"multi","source":"github","category":"turbo","frontmatter":{"name":"onboard","description":"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\"."},"skills_sh_url":"https://skills.sh/tobihagemann/turbo/onboard"},"updatedAt":"2026-04-22T00:54:10.659Z"}}