toki-monitor: Skill for Claude Code

.claude/skills/bump-version/SKILL.md

bump-version is a skill for Claude Code from korjwl1/toki-monitor. It costs 21 tokens per session (1,146 once invoked), scanned C, original, MIT.

A release command that updates an app’s version, builds it, creates a GitHub release, and updates its Homebrew cask, the package description used to install macOS apps with Homebrew.

In plain words
What is it for?
Use it when preparing a new TokiMonitor release, including running tests and updating version files.
Why use it?
It gathers the repetitive release steps and checks required version compatibility before publishing.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

This is korjwl1/toki-monitor's own configuration. It tells Claude Code how to work on toki-monitor 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 toki-monitor configures →

Reuse

Borrowing it

Nothing to install: this file belongs to korjwl1/toki-monitor. 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/korjwl1/toki-monitor/main/.claude/skills/bump-version/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/korjwl1/toki-monitor

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 bump-version

README.md
[![agentmods](https://agentmods.dev/badge/skills/korjwl1/toki-monitor/bump-version/github.svg)](https://agentmods.dev/skills/korjwl1/toki-monitor/bump-version)
Your own site
<a href="https://agentmods.dev/skills/korjwl1/toki-monitor/bump-version"><img src="https://agentmods.dev/badge/skills/korjwl1/toki-monitor/bump-version/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 bump-version

Your own site · 80×15
<a href="https://agentmods.dev/skills/korjwl1/toki-monitor/bump-version"><img src="https://agentmods.dev/badge/skills/korjwl1/toki-monitor/bump-version.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,146 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00021 $0.01146
Opus 5 $0.00010 $0.00573
Sonnet 5 $0.00004 $0.00229
Haiku 4.5 $0.00002 $0.00115

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

Security

Grade C, and why

bump-version scanned grade C with 1 finding 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 12d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf build
.claude/skills/bump-version/SKILL.md · 126 lines

How it starts

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

Bump the version to $ARGUMENTS, build the app, create a GitHub release, and update the Homebrew cask.

If no argument is provided, ask the user what version to bump to.

Step 0 — Release compatibility gate

Before changing a version, run the full test suite and confirm which ecosystem revisions the release needs. Window/Plan Fit builds require a released toki that serves toki query windows and WINDOWS. Monitor-settings sync additionally requires a compatible toki-sync release and protocol tag. The v0.3.0 baseline is toki v2.3.0, toki-sync v2.2.0, and toki-sync-protocol v1.1.0. Do not publish the monitor before new required server/protocol capabilities are released.

xcodebuild test -project TokiMonitor.xcodeproj -scheme TokiMonitor \
  -destination 'platform=macOS'

Only the three documented timer-driven TokenAggregator skips are expected.

Step 1 — Update version strings

Update the version in both files to the exact same value:

  1. TokiMonitor/Info.plist — the <string> under CFBundleShortVersionString
  2. project.yml — the CFBundleShortVersionString value

Rules:

  • Semver format only (e.g. 0.2.0, 1.0.0). No v prefix.
  • Show a summary of what was changed.

Step 2 — Commit and tag

  1. Stage the two changed files and create a commit: chore: bump version to <VERSION>
  2. Create a git tag: v<VERSION>
  3. Push the commit and tag to origin.

Step 3 — Build the app

xcodebuild -project TokiMonitor.xcodeproj -scheme TokiMonitor -configuration Release -derivedDataPath build clean build

If the build fails, stop and report the error. Do NOT continue.

Step 4 — Package the zip

# Find the .app in the build output
cd build/Build/Products/Release
# Create the release zip
zip -r -y "TokiMonitor-<VERSION>.zip" TokiMonitor.app

Step 5 — Create GitHub release

gh release create "v<VERSION>" \
  "build/Build/Products/Release/TokiMonitor-<VERSION>.zip" \
  --repo korjwl1/toki-monitor \
  --title "v<VERSION>" \
  --generate-notes

Read the full file on GitHub · 126 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. 12d ago First seen · 126 lines · 21 tokens per session scan C 3032e81b0fe1

Subscribe to this mod's changes

bump-version is a skill published in the GitHub repository korjwl1/toki-monitor (23 stars, last pushed 16d ago), licensed MIT. It adds 21 tokens to every session and 1,146 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.