
Onboard
Onboard a new contributor through five staged codebase challenges with hints, mastery tracking, and graduation into the regular gauntlet.
Install
npx skills add https://github.com/athola/claude-night-market --skill onboardWhat is this skill?
- Five onboarding stages from big-picture architecture through error-handling hardening
- Presents 5 challenges per session with hints enabled on the first attempt
- Mastery rule: answer correctly twice to mark a topic mastered
- Advancement gate: 80% mastery across 10+ challenges before moving stages
- Stage 5 graduation hands off to the regular gauntlet with answer history preserved
Adoption & trust: 1 installs on skills.sh; 304 GitHub stars; 3/3 security scanners passed (skills.sh audits); trending (+100% hot-view momentum).
Recommended Skills
Journey fit
Contributor onboarding is canonical under Build/docs because it teaches how the codebase is structured before someone ships features safely. The staged challenge sets (architecture, domain, APIs, patterns, hardening) are structured learning docs tied to repo knowledge, not a single integration task.
Common Questions / FAQ
Is Onboard safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Onboard
# Guided Onboarding Walk a new developer through the codebase in structured stages. ## Stages | Stage | Focus | Categories | Difficulty | |-------|-------|------------|------------| | 1 | Big picture | architecture, data_flow | 1-2 | | 2 | Core domain | business_logic | 2-3 | | 3 | Interfaces | api_contract, data_flow | 3 | | 4 | Patterns | pattern, dependency | 3-4 | | 5 | Hardening | error_handling, business_logic | 4-5 | ## Steps 1. Load onboarding progress 2. Show current stage and progress summary 3. Present 5 challenges from current stage 4. Enable hints on first attempt 5. Track mastery (correct twice = mastered) 6. Check advancement (80% across 10+ challenges) 7. Report progress ## Graduation After stage 5, the developer enters the regular gauntlet. Answer history carries over.