onboard-developer
Installation
SKILL.md
Skill: Onboard Developer
What This Skill Does
Generates a "How to work here" guide for new team members. While generate-docs documents the codebase architecture, this skill documents the developer experience: setup steps, daily workflows, conventions, common tasks, and troubleshooting.
When to Use
- When onboarding new developers to the project
- When the user says "how do I get started with this project?"
- After
generate-docshas been run (this builds on top of it)
Execution Model
- Phase 1: primary agent analyzes the project's setup, scripts, and conventions.
- Phase 2: spawn
doc-explorerto write the onboarding guide todocs/onboarding.md.