claude-marketplace: Command for Claude Code

.claude/commands/release.md

release is a command for Claude Code from lttr/claude-marketplace. It costs 14 tokens per session (291 once invoked), scanned A, original, MIT.

A release command that prepares a plugin for shipping by checking the working tree, updating version information and documentation, then creating and pushing a Git commit.

In plain words
What is it for?
Use it to release plugin changes, choose the appropriate version increment, update release documentation, and push the result to the remote repository.
Why use it?
It keeps version files, marketplace records, README details, and the release commit aligned, while stopping when uncommitted work could be accidentally included.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

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

Reuse

Borrowing it

Nothing to install: this file belongs to lttr/claude-marketplace. 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/lttr/claude-marketplace/master/.claude/commands/release.md
Clone the repo
git clone --depth 1 https://github.com/lttr/claude-marketplace

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/lttr/claude-marketplace/release/github.svg)](https://agentmods.dev/commands/lttr/claude-marketplace/release)
Your own site
<a href="https://agentmods.dev/commands/lttr/claude-marketplace/release"><img src="https://agentmods.dev/badge/commands/lttr/claude-marketplace/release/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 release

Your own site · 80×15
<a href="https://agentmods.dev/commands/lttr/claude-marketplace/release"><img src="https://agentmods.dev/badge/commands/lttr/claude-marketplace/release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 291 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.00014 $0.00291
Opus 5 $0.00007 $0.00146
Sonnet 5 $0.00003 $0.00058
Haiku 4.5 $0.00001 $0.00029

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

Security

Grade A, and why

release 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 8d 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/release.md · 22 lines

What it actually says

Release Command

Automate the plugin release workflow:

  1. Check for uncommitted changes. If any exist, stop and tell the user to commit them first. Forgotten work needs its own feat or fix commit and must never be lumped into the version bump.
  2. Detect which plugin changed. Look at the git log for files changed since the last commit that touched version files, and determine which plugin directory those changes belong to.
  3. Bump the version in both plugins/<plugin-name>/.claude-plugin/plugin.json and the matching entry in .claude-plugin/marketplace.json.
  4. Update README.md: sync plugin descriptions, version numbers, and feature lists with the current state.
  5. Commit the version bump with a conventional commit message.
  6. Push to remote.

Version Bump Rules

  • Minor (0.x.0) for new features, commands, or refactoring. This is the default.
  • Patch (0.0.x) when the commits are only fixes or docs.
  • Major (x.0.0) for breaking changes: ask the user to confirm first.
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. 8d ago First seen · 22 lines · 14 tokens per session scan A ac16d8570535

Subscribe to this mod's changes

release is a command published in the GitHub repository lttr/claude-marketplace (2 stars, last pushed yesterday), licensed MIT. It adds 14 tokens to every session and 291 once invoked, about $0.0001 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.