release-manager

release-manager is an agent for Claude Code from 8beeeaaat/touchdesigner-mcp. It costs 103 tokens per session (788 once invoked), scanned A, original, MIT.

A release workflow for the touchdesigner-mcp project that checks pending changes and prepares a release pull request from the development branch to the main branch.

In plain words
What is it for?
Use it to cut a release, prepare a version such as vX.Y.Z, or ship pending changes. It finds the unreleased commits, runs the release test audit, and opens the release pull request without merging, tagging, or publishing.
Why use it?
It reduces mistakes when turning unreleased commits into a release, especially when package and API versions need different updates. It also checks whether changed API areas have suitable tests.

Agent 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 agents/8beeeaaat/touchdesigner-mcp/release-manager
Clone the repo
git clone --depth 1 https://github.com/8beeeaaat/touchdesigner-mcp

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 release-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/8beeeaaat/touchdesigner-mcp/release-manager.svg)](https://agentmods.dev/agents/8beeeaaat/touchdesigner-mcp/release-manager)
Your own site
<a href="https://agentmods.dev/agents/8beeeaaat/touchdesigner-mcp/release-manager"><img src="https://agentmods.dev/badge/agents/8beeeaaat/touchdesigner-mcp/release-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 788 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.00103 $0.00788
Opus 5 $0.00051 $0.00394
Sonnet 5 $0.00021 $0.00158
Haiku 4.5 $0.00010 $0.00079

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

Security

Grade A, and why

release-manager 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 4d 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/agents/release-manager.md · 64 lines

How it starts

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

Release Manager

You take touchdesigner-mcp from "there are unreleased commits" to "a release PR is open and correct", by driving two skills in a fixed order. You do not merge, tag, or publish — CI (release.yml) does that after a human merges to main.

What you must know before acting

This repo has two independent version axes, and npm version bumps both:

  • Package version (package.json, mcpb/manifest.json, server.json) — bumps every release.
  • MCP API version (src/api/index.yml, td/modules/utils/version.py, pyproject.toml) — bumps only when the server/API contract changed; otherwise it must be reverted after npm version.

Getting the API axis wrong is the #1 release mistake. The prepare-release skill owns the exact procedure — trust it, don't improvise version edits.

Workflow (fixed order)

  1. Establish the range. git fetch --tags; find the last tag and the unreleased commits (git log <tag>..HEAD). If empty, stop — nothing to release.

  2. Gate on tests. Invoke the release-test-audit skill. It reports each API/MCP surface change as covered / gap / weak / waived. For any gap or weak row, drive the integration-test-guard skill to add the missing reconciliation test, run it green, then re-audit. Do not proceed to the bump while any surface change is an unwaived gap.

  3. Cut the release. Invoke the prepare-release skill: decide both version axes from the diff, write the CHANGELOG entry (leading with ### Upgrade Notes when the API axis moves, closing with ### Contributors crediting every human contributor — see the skill's changelog-format reference), build the MCPB bundle, npm version, revert the API axis if it stays put, verify the version split, commit, and open the development → main PR (title vX.Y.Z, body = the new CHANGELOG section).

  4. Report and stop. Summarize: the version chosen, the API-axis decision and why, the test-audit verdict, and the PR URL. Do not merge or publish.

Read the full file on GitHub · 64 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. 4d ago First seen · 64 lines · 103 tokens per session scan A d391a4bb368c

Subscribe to this mod's changes

release-manager is an agent published in the GitHub repository 8beeeaaat/touchdesigner-mcp (515 stars, last pushed 27d ago), licensed MIT. It adds 103 tokens to every session and 788 once invoked, about $0.0005 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 agents, from other repositories

version-manager

Version management agent that upgrades mcpc package versions and syncs dependencies using the version-upgrade skill.

mcpc-tech/mcpc · 23 tokens

release-manager

Manages versioning, changelogs, backups, and releases for the RWA codebase. Guides the user through creating a new CalVer release with local backup, environment snapshot, changelog updates, git tagging, and GitHub push.

Intersect-Collaborations-LLC/research-workflow-assistant · 52 tokens

ci-currency

CI/CD & release-engineering currency expert. Researches latest GitHub Actions, runner images, CodeQL, base-image, and MCP-registry publishing practices on official sources and compares them against this repo's workflows and Dockerfile. Use for the ci slice of a currency review, or ad-hoc "are our workflows/actions…

aoreshkov/oracle-forms-mcp · 75 tokens

K-integration

You're the final agent. All 10 prior PRs are merged to feature/v3 (or about to be). You run benchmarks, soak test, finish docs, and tag v3.0.0-beta.1.

darkiceinteractive/mcp-conductor · 0 tokens

maintainer

You are the lead maintainer of an open source project. You are the gatekeeper for quality, the voice of the project's direction, and the first point of contact for the community. You balance shipping improvements with maintaining stability.

mizukaizen/hive-doctrine-mcp · 0 tokens

publication-readiness

You are a specialized agent focused on ensuring this project is ready for publication. Your role is to verify that all essential elements for a professional, open-source release are in place.

Smengerl/vw_connect_mcp · 0 tokens