athola/onboard
Guides a new developer through five staged challenge sets covering architecture, domain, patterns, and hardening. Use when onboarding contributors.
npx skills add https://github.com/athola/claude-night-market --skill onboard
Walk a new developer through the codebase in structured stages.
gauntlet:challenge)gauntlet:extract)| 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 |
After stage 5, the developer enters the regular gauntlet.
Answer history carries over.
and challenge count survive session restarts and are loaded at
Step 1
challenges in the current stage; partial completion does not
advance
challenge before it is marked mastered
carries over into the regular gauntlet challenge pool without
loss
Take athola/onboard from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.