Claude-night-market onboard

install
source · Clone the upstream repo
git clone https://github.com/athola/claude-night-market
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/athola/claude-night-market "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/gauntlet/skills/onboard" ~/.claude/skills/athola-claude-night-market-onboard && rm -rf "$T"
manifest: plugins/gauntlet/skills/onboard/SKILL.md
source content

Guided Onboarding

Walk a new developer through the codebase in structured stages.

Stages

StageFocusCategoriesDifficulty
1Big picturearchitecture, data_flow1-2
2Core domainbusiness_logic2-3
3Interfacesapi_contract, data_flow3
4Patternspattern, dependency3-4
5Hardeningerror_handling, business_logic4-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.