vault-consolidate

vault-consolidate is a skill for Claude Code from pantheon-org/tekhne. It costs 84 tokens per session (566 once invoked), scanned A, original, MIT.

A memory-cleanup tool that groups related short-term notes and proposes durable summaries. Episodic memories are individual session records; semantic memories are broader notes meant to remain useful over time.

In plain words
What is it for?
Use it after long sessions or when organising memories: generate consolidation proposals, review them, and apply only the approved summaries.
Why use it?
It reduces clutter and turns many separate captures into a smaller set of reusable project knowledge, while leaving the person to approve each merge.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it after long sessions or when organising memories: generate consolidation proposals, review them, and apply only the approved summaries.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pantheon-org/tekhne/vault-consolidate
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 pantheon-org/tekhne --skill vault-consolidate
Clone the repo
git clone --depth 1 https://github.com/pantheon-org/tekhne

Made for: Claude Code.

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 vault-consolidate

README.md
[![agentmods](https://agentmods.dev/badge/skills/pantheon-org/tekhne/vault-consolidate/github.svg)](https://agentmods.dev/skills/pantheon-org/tekhne/vault-consolidate)
Your own site
<a href="https://agentmods.dev/skills/pantheon-org/tekhne/vault-consolidate"><img src="https://agentmods.dev/badge/skills/pantheon-org/tekhne/vault-consolidate/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 vault-consolidate

Your own site · 80×15
<a href="https://agentmods.dev/skills/pantheon-org/tekhne/vault-consolidate"><img src="https://agentmods.dev/badge/skills/pantheon-org/tekhne/vault-consolidate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 566 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.00084 $0.00566
Opus 5 $0.00042 $0.00283
Sonnet 5 $0.00017 $0.00113
Haiku 4.5 $0.00008 $0.00057

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

Security

Grade A, and why

vault-consolidate 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 11d 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.

skills/agentic-harness/vault-consolidate/SKILL.md · 66 lines

What it actually says

vault-consolidate

Cluster related episodic memories and synthesise them into durable semantic notes.

Mindset

Think of --propose as generating a diff and --apply as committing the merge. You never commit without reviewing the diff first. The human is always the final gatekeeper — the agent's job is to surface candidates, not to decide what gets promoted to long-term memory.

When to use

  • After a long session with many captures
  • When the user asks to "consolidate", "summarise", or "clean up" memories
  • Periodic maintenance (e.g. end of week)

Workflow

Always propose before applying:

# Step 1 — generate proposals (written to vault inbox for review)
vault-cli consolidate --propose [--project <id>]

# Step 2 — open vault inbox, review, set status: approved or rejected
# (edit 00-inbox/consolidation-proposals.md in Obsidian)

# Step 3 — apply approved proposals
vault-cli consolidate --apply

If --propose outputs "No episodic memories found to consolidate", skip Step 3 — there is nothing to apply.

What happens

  • --propose: clusters episodic memories by semantic similarity, calls the inference command to synthesise each cluster, writes proposals to 00-inbox/consolidation-proposals.md
  • --apply: reads the proposals file, writes approved ones as semantic notes, marks source episodics as superseded, logs rejected ones to audit

Important

Source episodic memories are never deleted — only marked superseded. Human edits in Obsidian are always respected and never overwritten.

Never

  • Never run --apply without first running --propose — doing so bypasses human review and irreversibly promotes unreviewed clusters to semantic memory
  • Never run --apply without confirming the user has reviewed the proposals — always pause at Step 2 and wait for the user to confirm before proceeding
  • Never delete episodic source memories manually — they are preserved automatically and serve as audit history
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. 11d ago First seen · 66 lines · 84 tokens per session scan A 3537721bed63

Subscribe to this mod's changes

vault-consolidate is a skill published in the GitHub repository pantheon-org/tekhne (10 stars, last pushed 2d ago), licensed MIT. It adds 84 tokens to every session and 566 once invoked, about $0.0004 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-08-31.

Related

Other skills, from other repositories

context-engineering

Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

addyosmani/agent-skills · 43 tokens

comet-memory

A review step for deciding whether information should become durable personal memory. It can keep, update, forget, or skip memory candidates based on bounded evidence.

rpamis/comet · 38 tokens

recall-memory

Recall relevant long-term memories on demand. Given a topic or question, judges relevance from pre-loaded metadata, loads only relevant files, and returns a concise summary to the main agent.

clacky-ai/openclacky · 40 tokens

relevance-coarse-filter

Cheap, high-recall first-pass filter that removes obvious junk from a detector candidate pool before expensive story-origin research and PR judgment. Decides keep, monitoronly, or reject — never ranks, writes angles, verifies dates, or decides whether to pitch.

elvisun/newsjack · 57 tokens

self-improve

Extract lessons from the current session, or sweep the project's past sessions when asked, and route them to the appropriate knowledge layer (project AGENTS.md, auto memory, existing skills, or new skills). Use when the user asks to "self-improve", "distill this session", "distill past sessions", "sweep past…

tobihagemann/turbo · 125 tokens

catchup

Rebuild the human's lost context on a project from live state, in plain language: what needs them, what changed, what new words mean. Use when the human returns after a gap, says they can't follow the project anymore, asks what happened or what a term means, or before deciding what to do next when their mental model…

LilMGenius/paperthin · 84 tokens