feat: add new onboarding skill to create onboarding guide for repo (#384)

This commit is contained in:
Trevin Chow
2026-03-25 21:30:09 -07:00
committed by GitHub
parent 355e7392b2
commit 27b9831084
8 changed files with 1553 additions and 7 deletions

View File

@@ -48,6 +48,7 @@ The primary entry points for engineering work, invoked as slash commands:
| `/sync` | Sync Claude Code config across machines |
| `/test-browser` | Run browser tests on PR-affected pages |
| `/test-xcode` | Build and test iOS apps on simulator |
| `/onboarding` | Generate `ONBOARDING.md` to help new contributors understand the codebase |
| `/todo-resolve` | Resolve todos in parallel |
| `/todo-triage` | Triage and prioritize pending todos |