claude-code-plugin-ref…
Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.
Guides a new developer through five staged challenge sets covering architecture, domain, patterns, and hardening. Use when onboarding contributors.
$ npx -y skills add athola/claude-night-market --skill onboard --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/onboardContext preview
The summary Claude sees to decide when to auto-load this skill.
Guides a new developer through five staged challenge sets covering architecture, domain, patterns, and hardening. Use when onboarding contributors.
name: onboard description: Guides a new developer through five staged challenge sets covering architecture, domain, patterns, and hardening. Use when onboarding contributors. model_hint: standard
Walk a new developer through the codebase in structured 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 |
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
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
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.
States load-bearing decisions, invariants, and weak points. Use when judging a design change. Do not use for gating; use night-market-change-control.
Rebuild the dev environment: uv, Python tiers, pins, traps. Use when onboarding or toolchain breaks. Do not use for daily commands; use night-market-operations.
Classify, gate, and review changes. Use when landing a PR, releasing, or amending rules. Do not use for failure triage; use night-market-debugging-playbook.
Search and record project memory (Discussions, journal, ADRs). Use before re-investigating anything. Do not use for settled battles; see failure-archaeology.
Bind loop 'done' to unfakeable gates. Use to harden egregore/herald loops or promote completion_integrity. Not for QA gates; use night-market-validation-and-qa.