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.md
source content

Curate Knowledge

Add developer-authored annotations to the knowledge base.

Steps

  1. Identify the module to annotate
  2. Ask for the concept (key insight or rule)
  3. Ask for the why (rationale, history, context)
  4. Generate YAML annotation file
  5. Save to
    .gauntlet/annotations/<slug>.yaml
  6. Confirm saved and will be included in future challenges