knowledge-curation

knowledge-curation is a skill for Claude Code, Codex from a5c-ai/babysitter. It costs 33 tokens per session (379 once invoked), scanned A, original, MIT.

A workflow for loading project knowledge before work and recording useful lessons, pitfalls, patterns, and decisions afterward.

In plain words
What is it for?
Use it to prime an agent with required rules and reflect on completed work before creating a pull request.
Why use it?
It keeps important project facts available across tasks and helps prevent known mistakes from recurring.

Skill for Claude CodeCodex

About the project

Babysitter is a workflow engine for AI coding agents that enforces predefined steps, quality checks, human approvals, and decision records. It is used to coordinate complex, repeatable agent workflows across supported coding tools. The catalogue contains skills, agents, instructions, settings, a plugin, and an MCP integration for its workflow.

a5c-ai/babysitter · 1,765 stars · on GitHub

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.

agentmods
npx agentmods add skills/a5c-ai/babysitter/knowledge-curation
Any agent
npx skills add a5c-ai/babysitter --skill knowledge-curation
Clone the repo
git clone --depth 1 https://github.com/a5c-ai/babysitter

Made for: Claude Code, Codex.

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 knowledge-curation

README.md
[![agentmods](https://agentmods.dev/badge/skills/a5c-ai/babysitter/knowledge-curation.svg)](https://agentmods.dev/skills/a5c-ai/babysitter/knowledge-curation)
Your own site
<a href="https://agentmods.dev/skills/a5c-ai/babysitter/knowledge-curation"><img src="https://agentmods.dev/badge/skills/a5c-ai/babysitter/knowledge-curation.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 379 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00033 $0.00379
Opus 5 $0.00016 $0.00189
Sonnet 5 $0.00007 $0.00076
Haiku 4.5 $0.00003 $0.00038

Measured yesterday against content hash 574d73247254, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

knowledge-curation 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 yesterday.

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.

library/methodologies/metaswarm/skills/knowledge-curation/SKILL.md · 45 lines

What it actually says

  • After completing work, BEFORE PR creation (reflect mode)
  • When recovering from context loss (recovery priming)

Knowledge Categories

Category File Content
Critical Rules facts.jsonl MUST FOLLOW constraints
Gotchas gotchas.jsonl Common pitfalls
Patterns patterns.jsonl Codebase best practices
Decisions decisions.jsonl Architectural choices with rationale
Anti-Patterns anti-patterns.jsonl What NOT to do
Codebase Facts codebase-facts.jsonl Structural information
API Behaviors api-behaviors.jsonl Undocumented quirks

Process

Prime Mode

  1. Load knowledge base files for work type
  2. Surface MUST FOLLOW rules first
  3. Present GOTCHAS and PATTERNS
  4. Load relevant DECISIONS

Reflect Mode

  1. Extract patterns from completed work
  2. Identify gotchas from review failures
  3. Record architectural decisions with rationale
  4. Persist to .beads/knowledge/

Tool Use

Invoke via babysitter process: methodologies/metaswarm/metaswarm-knowledge-cycle

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday First seen · 45 lines · 33 tokens per session scan A 574d73247254

Subscribe to this mod's changes

knowledge-curation is a skill published in the GitHub repository a5c-ai/babysitter (1,765 stars, last pushed yesterday), licensed MIT. It adds 33 tokens to every session and 379 once invoked, about $0.0002 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

swarm-init

Start a new project connected to the SwarmVault — register it, wire platform adapters, offer git init, set vault-as-default. Use when starting a new project, connecting a project to the vault, or when the user asks to set up SwarmVault in a directory.

AnmarHani/SwarmVault · 60 tokens

swarm-migrate

Bring existing projects into the SwarmVault — register, mirror docs, optionally mine the repo into SDLC artifacts and resume the flow mid-phase (brownfield adoption). Use when the user wants existing projects migrated/connected to the vault, or an existing codebase placed into the SDLC flow.

AnmarHani/SwarmVault · 64 tokens

swarm-eject

Disconnect a project from SwarmVault and choose what happens to its knowledge — keep it, export it into the repo, or delete it. Use when the user wants to stop using SwarmVault here, remove the vault wiring, uninstall the framework from a project, offboard or archive a project, or delete a project's vault data.

AnmarHani/SwarmVault · 72 tokens

groom-backlog

Groom a project backlog in an issue tracker. Loads the whole board in bulk, computes a gap inventory instead of eyeballing one, verifies each candidate issue's factual claims against the code and the tracker, ranks the verified candidates by a stated four-tier heuristic, proposes an evidence-backed closure for an…

bostonaholic/team · 225 tokens

kano-backlog

Prioritize and refine a GitHub Issues backlog with the Kano model — categorize every open issue as Must-be, Performance, Attractive, Indifferent, or Reverse, apply Kano + priority labels back to GitHub automatically, and recommend the single best next issue to pick up. Use this whenever the user wants to triage…

Lykhoyda/rn-dev-agent · 215 tokens

declare

Analyzes task plan and declares files that will be created or modified, producing declared-files.json.

rickywo/Formic · 21 tokens