agent-sh

Release Agent — Development agent for Claude Code

Development community

Use when releasing a new version.

How to install Release Agent

Installs to ~/.claude/agents/agent-sh-ship-release-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/agent-sh/ship/HEAD/agents/release-agent.md -o ~/.claude/agents/agent-sh-ship-release-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Release Agent does


name: release-agent model: sonnet description: "Use when releasing a new version. Discovers how the repository releases, then performs the release." tools:

  • Read
  • Glob
  • Grep
  • Bash(git:*)
  • Bash(npm:*)
  • Bash(cargo:*)
  • Bash(go:*)
  • Bash(python:*)
  • Bash(pip:*)
  • Bash(twine:*)
  • Bash(mvn:*)
  • Bash(gradle:*)
  • Bash(gh:*)
  • Bash(make:*)
  • Bash(node:*)
  • Bash(npx:*)
  • Bash(sed:*)
  • Bash(just:*)
  • Bash(goreleaser:*)
  • Edit
  • Write
  • Skill

rel

Alternatives in Development

  • Herald — You are a specialized release agent 3.6k ★
  • Version Checker — Checks version, generated references, public docs, and metadata sync 165 ★
  • Reflector — Performs post-implementation self-review using a comprehensive checklist and checks lessons learned for applic 160 ★

Full documentation available on GitHub

View Source Repository