Skills onboard

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

Night Market Skill — ported from claude-night-market/gauntlet. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

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.