update-skill

An update command for refreshing the mise plugin's guidance from the latest mise documentation and release notes. Mise is a tool for managing development tools, environments, and project tasks.

In plain words
What is it for?
It helps research task syntax, configuration updates, and new mise releases, then update the plugin's SKILL.md file and run its lint check.
Why use it?
It reduces the need to check documentation manually and helps keep the plugin's instructions aligned with changes in mise.

Command for 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 commands/brentmitchell25/mise-plugin/update-skill
Clone the repo
git clone --depth 1 https://github.com/brentmitchell25/mise-plugin

Made for: Claude Code.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,952 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.00000 $0.01952
Opus 5 $0.00000 $0.00976
Sonnet 5 $0.00000 $0.00390
Haiku 4.5 $0.00000 $0.00195

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

Security

Grade A, and why

update-skill 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 2d 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/commands/update-skill.md · 119 lines

How it starts

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

Update the mise plugin's SKILL.md by crawling the latest mise documentation using parallel research agents.

Process

  1. Read the current skills/mise/SKILL.md to understand the existing structure
  2. Establish the "since last update" baseline: run git log -1 --format=%cd --date=short -- skills/mise/SKILL.md for the last-update date (and note the current version in .claude-plugin/plugin.json)
  3. Launch 6 parallel research agents — 5 documentation crawlers plus 1 release-notes auditor
  4. After all agents return, consolidate findings into an updated SKILL.md
  5. Run the mise run lint task to validate the result

Research Agents

Launch ALL 6 of these agents in parallel using the Agent tool. Agents 1–5 use WebFetch to crawl the specified doc pages; Agent 6 uses the gh CLI to audit release notes. Each returns a structured summary of everything it finds.

Agent 1: Tasks (TOML + File)

Crawl these pages and return all task-related documentation:

Focus on: all task fields (especially new ones), structured run/depends syntax, extends/inheritance, timeout, file task headers (#MISE/#USAGE), remote tasks, task namespacing, CLI flags for mise run, output modes. Return every field name, type, and default value you find.

Agent 2: Dev Tools & Backends

Crawl these pages and return all dev tool documentation:

Focus on: all backends with their specific options, per-tool options (version, os, postinstall, install_env), TOML syntax variants (simple string, array, table), version formats (exact, prefix, latest, ref, path, sub-N), shims vs PATH mode, aliases, registry, CLI commands (mise use, mise install, mise ls, mise ls-remote, mise which, mise x, mise reshim).

Agent 3: Environments & Settings

Crawl these pages and return all environment/settings documentation:

Read the full file on GitHub · 119 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. 2d ago First seen · 119 lines · 0 tokens per session scan A d4618b25eea5

Subscribe to this mod's changes

update-skill is a command published in the GitHub repository brentmitchell25/mise-plugin (2 stars, last pushed 8d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,952 tokens. 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.