verify-live-change

verify-live-change is a skill for Claude Code from ctxr-dev/llm-wiki-memory. It costs 60 tokens per session (92 once invoked), scanned A, original, MIT.

A procedure for checking changes made to a live working directory, where connected services and scheduled jobs can use files as soon as they are edited. The canonical instructions are stored in a separate file.

In plain words
What is it for?
Use it after editing the live engine tree at /.llm-wiki-memory/src. It is intended for verifying changes that affect the MCP server, Claude Code hook workers, or cron imports.
Why use it?
It helps catch problems caused by code being loaded immediately by running services, hooks, or scheduled imports. It also points the agent to the authoritative verification steps.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

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/ctxr-dev/llm-wiki-memory/verify-live-change
Any agent
npx skills add ctxr-dev/llm-wiki-memory --skill verify-live-change
Clone the repo
git clone --depth 1 https://github.com/ctxr-dev/llm-wiki-memory

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 verify-live-change

README.md
[![agentmods](https://agentmods.dev/badge/skills/ctxr-dev/llm-wiki-memory/verify-live-change.svg)](https://agentmods.dev/skills/ctxr-dev/llm-wiki-memory/verify-live-change)
Your own site
<a href="https://agentmods.dev/skills/ctxr-dev/llm-wiki-memory/verify-live-change"><img src="https://agentmods.dev/badge/skills/ctxr-dev/llm-wiki-memory/verify-live-change.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 92 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.1 $0.00060 $0.00092
Opus 5 $0.00030 $0.00046
Sonnet 5 $0.00012 $0.00018
Haiku 4.5 $0.00006 $0.00009

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

Security

Grade A, and why

verify-live-change 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 6d 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.

.claude/skills/verify-live-change/SKILL.md · 9 lines

What it actually says

Follow the canonical procedure (edit that file, never this shadow):

@../../../.agents/skills/verify-live-change.md

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. 6d ago First seen · 9 lines · 60 tokens per session scan A bd64aefae5b6

Subscribe to this mod's changes

verify-live-change is a skill published in the GitHub repository ctxr-dev/llm-wiki-memory (130 stars, last pushed 8d ago), licensed MIT. It adds 60 tokens to every session and 92 once invoked, about $0.0003 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

mfs-ingest

Register, update, or re-sync data sources for MFS so they become searchable — postgres / mysql / mongo / snowflake / bigquery, github / jira / linear / notion / hubspot / zendesk, slack / discord / gmail / feishu, s3 / gdrive / web / file. Use whenever the user wants to ADD a new data source to MFS, change an existing…

zilliztech/mfs · 196 tokens

mfs-find

Search, grep, browse, and read across registered MFS data sources via the mfs CLI — codebases, docs, PDFs, web crawls, databases (postgres/mysql/mongo/snowflake/bigquery), issue trackers (jira/linear/github), CRMs (hubspot), chat (slack/discord/gmail/feishu), object stores (s3/gdrive). Use whenever the user asks to…

zilliztech/mfs · 225 tokens

deep-research

Answer a broad, open-ended, or multi-part question by iteratively searching MFS-indexed sources, following up on gaps, and synthesizing a cited report — the same "reason and search over private data" job zilliztech/deep-searcher does, but as a skill on top of mfs-find instead of a standalone framework. Use when the…

zilliztech/mfs · 219 tokens

open-tag-admin

Admin/control console for an Open Tag Slack tag-in workflow backed by MFS. Use to set up a new Open Tag bot from scratch, check what is currently running (backend, permitted MFS scopes, Slack channel), change settings, add or remove data sources, switch the CLI agent backend (claude -p / codex exec), invite or move…

zilliztech/mfs · 96 tokens

engrama-onboard

Build a personalized Engrama memory graph for any user through a conversational interview. Use this skill whenever someone says "set up Engrama", "create my graph", "onboard", "build my profile", "configure Engrama for me", or asks how to start using Engrama. Also use when the user mentions they have a different role…

scops/engrama · 104 tokens

handoff

Save a session handoff to Engram for future sessions. Captures decisions, todos, blockers, mental model, and next steps as a structured memory. Use when the user wants to preserve session context before ending work.

edg-l/engram-mcp · 47 tokens