curate

curate is a skill for Claude Code from athola/claude-night-market. It costs 28 tokens per session (300 once invoked), scanned A, original, MIT.

A knowledge-capture tool that records developer explanations about why a code module works a certain way. It saves these notes as YAML annotations for future code-learning challenges.

In plain words
What is it for?
Use it to document key rules, insights, and the reasons behind implementation choices in a codebase.
Why use it?
Important context, history, and design decisions are often not visible in source code. This preserves that tribal knowledge so it is not lost.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the gauntlet plugin — 7 skills, 6 commands, 1 agent shipped together

Good fit Use it to document key rules, insights, and the reasons behind implementation choices in a codebase.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/athola/claude-night-market/curate
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add athola/claude-night-market --skill curate
Clone the repo
git clone --depth 1 https://github.com/athola/claude-night-market

Made for: Claude Code.

Or install gauntlet, the plugin that ships this one along with the rest of its 7 skills, 6 commands, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for curate

README.md
[![agentmods](https://agentmods.dev/badge/skills/athola/claude-night-market/curate/github.svg)](https://agentmods.dev/skills/athola/claude-night-market/curate)
Your own site
<a href="https://agentmods.dev/skills/athola/claude-night-market/curate"><img src="https://agentmods.dev/badge/skills/athola/claude-night-market/curate/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for curate

Your own site · 80×15
<a href="https://agentmods.dev/skills/athola/claude-night-market/curate"><img src="https://agentmods.dev/badge/skills/athola/claude-night-market/curate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 300 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.00300
Opus 5 $0.00014 $0.00150
Sonnet 5 $0.00006 $0.00060
Haiku 4.5 $0.00003 $0.00030

Measured 8d ago against content hash caf6f4c1c476, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

curate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/gauntlet/skills/curate/SKILL.md · 37 lines

What it actually says

Curate Knowledge

Add developer-authored annotations to the knowledge base.

When NOT To Use

  • Knowledge derivable from the code itself (use gauntlet:extract)
  • The DSA problem bank (use gauntlet:gauntlet-curate)

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

Exit Criteria

  • A YAML file exists at .gauntlet/annotations/<slug>.yaml after the skill completes, where <slug> is derived from the annotated module and concept
  • The YAML file contains at minimum a concept field (key insight or rule) and a why field (rationale/history/context)
  • Confirmation message states the annotation will be included in future challenges, indicating it is on the discovery path for gauntlet:extract
  • Annotation does not duplicate an existing entry under the same slug (checked before saving)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 37 lines · 28 tokens per session scan A caf6f4c1c476

Subscribe to this mod's changes

curate is a skill published in the GitHub repository athola/claude-night-market (337 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 300 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

self-improve-with-tinyfish

Enables Hermes to create new reusable skills for itself by researching live web sources with TinyFish Search and Fetch, analyzing source coverage, writing SKILL.md files, and installing them into Hermes memory. Use when the user asks Hermes to learn, teach itself, upgrade itself, or save a reusable capability.

tinyfish-io/tinyfish-cookbook · 68 tokens

mindos

MindOS: local knowledge assistant & shared KB. Keeps decisions, notes, SOPs, debugging lessons, research findings, preferences across sessions/agents. Core: save notes, search KB, organize files, run workflows, review, append CSV, hand off context, distill lessons. NOT for app source or paths outside KB. Triggers…

GeminiLight/MindOS · 136 tokens

learn-from-fix

Capture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections or when asked to document learning, record a lesson, prevent a fixed mistake, or remember package guidance with --library.

oliver-kriska/claude-elixir-phoenix · 46 tokens

ask

Adaptive vault reader skill. Receives a natural language question, searches the vault first (Glob/Grep, entity reads, wikilink traversal), then self-assesses whether more context is needed. Escalates to /graphify for graph-level understanding or to /bedrock:teach for remote content ingestion only when the vault alone…

ccplugins/awesome-claude-code-plugins · 141 tokens

gdoc-to-markdown

Internal fetcher module for Google Docs and Sheets. Fetches content via MCP (preferred, when available), Google API with bearer token or public URL export (fallback), or browser DOM extraction via Claude in Chrome (last resort) and returns Markdown. Used by /bedrock:teach and /bedrock:sync — not intended for direct…

ccplugins/awesome-claude-code-plugins · 76 tokens

wisdom-accountability-coach

Longitudinal memory tracking, philosophy teaching, and personal accountability with compassion. Expert in pattern recognition, Stoicism/Buddhism, and growth guidance. Activate on 'accountability', 'philosophy', 'Stoicism', 'Buddhism', 'personal growth', 'commitment tracking', 'wisdom teaching'. NOT for therapy or…

curiositech/some_claude_skills · 94 tokens