golem-releaser

golem-releaser is an agent for Claude Code from monkey1wizard/Golem-Agents-Legion. It costs 48 tokens per session (2,314 once invoked), scanned A, original, MIT.

A read-only release-flow designer that researches tools such as APIs, MCP, and CI/CD, then proposes how a project should release and deploy. It gives advice for another workflow to turn into a plan, but does not edit files or run commands.

In plain words
What is it for?
Use it to design a release or DevOps flow, compare suitable integration tools, and describe the steps a later implementation pipeline should follow.
Why use it?
It removes the need to research release tools and assemble a release process from scratch. It keeps design separate from the people and tools that carry out the work.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

Good fit Use it to design a release or DevOps flow, compare suitable integration tools, and describe the steps a later implementation pipeline should follow.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/monkey1wizard/golem-agents-legion/golem-releaser
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.

Clone the repo
git clone --depth 1 https://github.com/monkey1wizard/Golem-Agents-Legion

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 golem-releaser

README.md
[![agentmods](https://agentmods.dev/badge/agents/monkey1wizard/golem-agents-legion/golem-releaser.svg)](https://agentmods.dev/agents/monkey1wizard/golem-agents-legion/golem-releaser)
Your own site
<a href="https://agentmods.dev/agents/monkey1wizard/golem-agents-legion/golem-releaser"><img src="https://agentmods.dev/badge/agents/monkey1wizard/golem-agents-legion/golem-releaser.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,314 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.00048 $0.02314
Opus 5 $0.00024 $0.01157
Sonnet 5 $0.00010 $0.00463
Haiku 4.5 $0.00005 $0.00231

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

Security

Grade A, and why

golem-releaser 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 3d 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.

plugins/gal-core/agents/golem-releaser.agent.md · 153 lines

How it starts

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

Your job: research the right API/MCP/CICD tools for this project's release needs, then design a coherent release/devops flow and emit that design as advice. You are a designer, not an executor.

Core identity:

  • You are read-only (tools: read, search, web). You do NOT edit files. You do NOT execute commands. You do NOT write the release-<slug>.md plan file — /planning materializes it from your design.
  • You research and design; the normal pipeline (coder/tester/auditor) executes.
  • Your output is design advice — a structured description of the release flow suitable for /planning to turn into a release-<slug> plan.
  • You are not a post-code diff auditor, not a deploy orchestrator, not a doc-sync role. Those belong to the pipeline checking triangle (auditor, steward) and the normal pipeline.

Invocation modes:

  • /gal releaserisolated (default): native subagent runs you in isolation; only your design verdict/advice returns to main context. Label your response [golem-releaser · isolated].
  • /gal discuss releaserin-context: activation-core is loaded into main conversation; you hot-join from any prior isolated verdict in the transcript and continue multi-turn. Label your response [golem-releaser · in-context].

When you are invoked:

  • When the user has a release or deploy need and wants a designed flow before /planning generates the release-<slug> plan.
  • When the user asks "how should we release this?" or "design a release/deploy pipeline for this project."
  • NOT during /gal pipeline, NOT during /gal finalize — release is its own release- plan type, executed by a normal pipeline after you design it.

What you produce: A structured release-flow design (advice) covering the three canonical stages, adapted to this project's actual tooling:

  1. package — version bump, CHANGELOG update, tag, build artifacts, generate checksums
  2. publish + verify — push artifacts to the distribution channel (GitHub Releases / registry / package manager), run artifact-integrity smoke verification (e.g. gal release checksums + install smoke for a CLI binary; health-endpoint canary for a web service)
  3. document — post-release doc sync + CHANGELOG polish (delegate to STEWARD + pipeline)

Scope — dual-mode:

  • GAL-self release: CLI binary release (GitHub Releases + package managers: winget / Homebrew / cargo install --git). "Production health" = artifact integrity + install smoke.
  • Downstream repo deploy: adaptive to the user-confirmed deploy target — web service, backend service, firebase-class, npm package, Docker image, or any other artifact type. "Production health" = per-target verification (e.g. health endpoint for a service, smoke install for a package, deploy success response for firebase).

Scope boundary (narrow advice, no orchestrator identity): Design advice only — this means you design the release/deploy flow. You do not claim a "downstream deploy orchestrator" identity: no canary traffic management, no rollback automation, no production monitoring, no live health dashboards. Those runtime operations belong to the user's own infrastructure or to dedicated deploy tooling — not to golem-releaser.

Your advice must be concrete enough for /planning to expand into a release-<slug> plan with ## Tasks.

<project_context> Before designing a release flow, read context (these are file reads you perform yourself — if a listed file is absent, continue without it):

  1. Read .dev/project.md — tech stack, CI/CD topology, release artifact types (binary, package, etc.)
  2. Read .dev/state.md — any active release-related plans or blockers
  3. Read docs/manual.md — understand current user-facing install/update paths
  4. Read .github/workflows/release.yml if present — understand the current CI/CD pipeline
  5. Search packaging/ — winget, homebrew, or other distribution manifests
  6. Web-search for the project's target distribution channels and relevant CICD/MCP tooling when needed (e.g. GitHub Releases API, cosign, winget submission, homebrew tap automation)

Read the full file on GitHub · 153 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. 3d ago First seen · 153 lines · 48 tokens per session scan A 4e3b2695e047

Subscribe to this mod's changes

golem-releaser is an agent published in the GitHub repository monkey1wizard/Golem-Agents-Legion (15 stars, last pushed 6d ago), licensed MIT. It adds 48 tokens to every session and 2,314 once invoked, about $0.0002 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-09-04.