ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

onboard

Guided onboarding path through five stages: big picture, core domain, interfaces, patterns, and hardening

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/athola/nm-gauntlet-onboard
Or

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.

Metadata

Author@athola
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-athola-nm-gauntlet-onboard": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.