vault-update

vault-update is a skill for Claude Code, Codex from pass-agent/loomkin. It costs 16 tokens per session (318 once invoked), scanned A, original, MIT.

A guide for turning a work brain-dump into updates across a knowledge base. It identifies completed work, progress, blockers, and new tasks, then matches them to a kanban board, milestones, and objectives.

In plain words
What is it for?
It is for searching related tasks and notes, completing or moving kanban items, recording blockers, adding new work, refreshing a dashboard, and reporting the changes.
Why use it?
It reduces the manual work of keeping project tracking systems in sync with informal updates. It also asks for clarification when an update may refer to the wrong existing item.

Skill for Claude CodeCodex

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/pass-agent/loomkin/vault-update
Any agent
npx skills add pass-agent/loomkin --skill vault-update
Clone the repo
git clone --depth 1 https://github.com/pass-agent/loomkin

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/pass-agent/loomkin/vault-update.svg)](https://agentmods.dev/skills/pass-agent/loomkin/vault-update)
Your own site
<a href="https://agentmods.dev/skills/pass-agent/loomkin/vault-update"><img src="https://agentmods.dev/badge/skills/pass-agent/loomkin/vault-update.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 318 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.00016 $0.00318
Opus 5 $0.00008 $0.00159
Sonnet 5 $0.00003 $0.00064
Haiku 4.5 $0.00002 $0.00032

Measured 5d ago against content hash 2ec8a79497a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

vault-update 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 5d 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.

.agents/skills/vault-update/SKILL.md · 42 lines

What it actually says

Process a work update and sync changes to kanban, milestones, and OKRs.

Parse Input

Identify:

  • Completions: Tasks finished
  • Progress: Work advancing existing items
  • Blockers: Things preventing progress
  • New work: Items not yet tracked

Match to Existing Items

For each item mentioned:

  1. vault_kanban(action: "search", search_term: "{item}") — check task board
  2. vault_search(query: "{item}") — broader search for related entries

If match confidence is low, use ask_user: "Is this the same as [existing item]?"

Apply Updates

  • Completions: vault_kanban(action: "complete", ...)
  • Progress: vault_kanban(action: "move", column: "in_progress", ...) if not already
  • Blockers: vault_update_entry on relevant entries to add blocker tag
  • New items: ask_user which project/priority, then vault_kanban(action: "add", ...)

Refresh

vault_dashboard(dashboard_type: "index") to regenerate the full dashboard.

Report: what was completed, updated, added, and any items needing clarification.

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. 5d ago First seen · 42 lines · 16 tokens per session scan A 2ec8a79497a6

Subscribe to this mod's changes

vault-update is a skill published in the GitHub repository pass-agent/loomkin (179 stars, last pushed 3mo ago), licensed MIT. It adds 16 tokens to every session and 318 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-08-30.

Related

Other skills, from other repositories

elixir

Use when writing or refactoring Elixir/OTP on the BEAM — GenServers, supervision trees and restart strategies, pattern matching, mix projects and releases — or when processes misbehave (restart loops, mailbox growth, call timeouts). NOT a Phoenix web app, LiveView, Ecto or channels (that is phoenix).

ericrisco/rsc-harness · 72 tokens

phoenix

Use when building an Elixir web app with Phoenix — contexts, Ecto schemas, changesets and migrations, LiveView, channels and PubSub, the generators, and the boundary between domain logic and the web layer. Covers the classic LiveView over-rendering and Ecto N+1 traps. NOT pure OTP work with no web or Ecto layer …

ericrisco/rsc-harness · 89 tokens

sync-docs

This skill should be used when the user asks to "sync docs", "update guides", "check docs against official", "refresh documentation", "compare guides to official docs", "update docs from upstream", or mentions syncing the SDK documentation guides with the official Claude Agent SDK documentation.

guess/claude_code · 60 tokens

cli-sync

This skill should be used when the user asks to "check CLI schema", "sync CLI version", "check for new CLI options", "update bundled CLI", "compare SDK structs", "check schema drift", "align message structs", "verify CLI compatibility", "check control protocol", or mentions CLI compatibility, schema alignment, or…

guess/claude_code · 100 tokens

code-review

Reviews code changes for quality, security, and best practices.

agentjido/jido_ai · 15 tokens

unit-converter

Converts between common units of measurement including temperature, distance, and weight.

agentjido/jido_ai · 19 tokens