umbel: Skill for Claude Code

.claude/skills/tend-change/SKILL.md

tend-change is a skill for Claude Code from jahala/umbel. It costs 51 tokens per session (5,150 once invoked), scanned A, original, MIT.

A change-management tool for updating a feature's requirements, scope, or connections and tracing the effects. It also marks related checks and reviews that may no longer be valid.

In plain words
What is it for?
Use it when a requirement changes, a feature needs different dependencies, or an audit must be revisited after an update.
Why use it?
A requirement change can affect dependent features and previously completed checks. This tool makes those consequences visible instead of leaving stale project information behind.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions subagents.

This is jahala/umbel's own configuration. It tells Claude Code how to work on umbel itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything umbel configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jahala/umbel. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jahala/umbel/master/.claude/skills/tend-change/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jahala/umbel

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 tend-change

README.md
[![agentmods](https://agentmods.dev/badge/skills/jahala/umbel/tend-change/github.svg)](https://agentmods.dev/skills/jahala/umbel/tend-change)
Your own site
<a href="https://agentmods.dev/skills/jahala/umbel/tend-change"><img src="https://agentmods.dev/badge/skills/jahala/umbel/tend-change/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 tend-change

Your own site · 80×15
<a href="https://agentmods.dev/skills/jahala/umbel/tend-change"><img src="https://agentmods.dev/badge/skills/jahala/umbel/tend-change.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,150 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.
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.00051 $0.05150
Opus 5 $0.00026 $0.02575
Sonnet 5 $0.00010 $0.01030
Haiku 4.5 $0.00005 $0.00515

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

Security

Grade A, and why

tend-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 10d 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/tend-change/SKILL.md · 376 lines

How it starts

The opening of the file, as written. The whole thing — 376 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Change Request: Update + Cascade

Handle changes to what a feature does, requires, or connects to. Updates the affected feature and cascades impact assessments - to step traces, to dependent features, and to audit results that may now be stale.

What this skill assumes

  • The change has been identified — the user has either described it or this skill is invoked from a context where the change is implicit (e.g., a brainstorm or audit run surfacing the need).
  • The project state on disk is consistent (no half-applied edits from a previous interrupted change).
  • For spine-level changes (renaming a persona, reordering jobs[], editing opportunity.personas), the user provides an explicit reindex/rename map when this skill asks for one. The skill refuses silent corruption.
  • Audit cascade is the user's responsibility post-change. This skill identifies what needs re-verification; the user runs /tend audit to close the loop.

Why this matters

When checks change, every step that traces to them and every audit verdict against them becomes potentially invalid. The MCP write's auto-side-effects handle the easy cases (audit auto-invalidates on spec-of-truth field changes), but human-judgment cascades to dependent features are this skill's job. Without explicit handling, you end up with steps tracing to deleted checks, dependents that silently assume edges that no longer exist, and audits whose verdicts contradict the checks they reference.

Rules

  • Always show a before/after diff for every changed field before writing. Confirm with the user before applying.
  • Ask confirmation before making any changes to dependent features - the user decides cascade scope.
  • Ask the user for clarification when a change is ambiguous - do not guess intent.
  • Do not auto-rewrite checks on dependent features - flag them as needing review, never silently change them.
  • If a change removes a dependency edge, check whether any dependent feature assumed that edge was satisfied - flag it.
  • After all updates, run tend_validate and surface any schema errors (especially orphan checks after a step trace is removed).
  • If the change would create a dependency cycle, refuse and explain why.
  • Audit auto-invalidation is handled by the MCP write. Any material change to a check (description material change, validates, validates_job, method, integration_level, verification_recipe), any change to a step's description / traces_to, or any change to smoke.cmd causes the MCP write to clear audit and drop status from verified to in-progress in the same call. The skill does not call invalidation explicitly - the side-effect is what makes the cascade durable.
  • The skill does the human-judgment cascade. MCP handles "this feature's audit is stale". The skill handles "feature X is in feature Y's dependencies, and X just changed its surface area - does Y need to revisit its checks?"

Read the full file on GitHub · 376 lines

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. 10d ago First seen · 376 lines · 51 tokens per session scan A 899fd4782aa0

Subscribe to this mod's changes

tend-change is a skill published in the GitHub repository jahala/umbel (2 stars, last pushed 4d ago), licensed MIT. It adds 51 tokens to every session and 5,150 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-31.