Claude-night-market curate
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/curate" ~/.claude/skills/athola-claude-night-market-curate && rm -rf "$T"
manifest:
plugins/gauntlet/skills/curate/SKILL.mdsource content
Curate Knowledge
Add developer-authored annotations to the knowledge base.
Steps
- Identify the module to annotate
- Ask for the concept (key insight or rule)
- Ask for the why (rationale, history, context)
- Generate YAML annotation file
- Save to
.gauntlet/annotations/<slug>.yaml - Confirm saved and will be included in future challenges