swarm-release

swarm-release is a skill for Claude Code from xg-gh-25/SwarmAI. It costs 85 tokens per session (261 once invoked), scanned A, original, MIT.

A complete release workflow for the SwarmAI desktop app, covering readiness checks, versioning, builds, packaging, smoke tests, and GitHub publishing.

In plain words
What is it for?
Bumping versions, creating tags, building and packaging the app, running basic smoke tests, and publishing a GitHub release.
Why use it?
It gathers the release steps into one controlled path and checks that the build, affected tests, and running system are ready.

Skill for Claude Code

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

Good fit Bumping versions, creating tags, building and packaging the app, running basic smoke tests, and publishing a GitHub release.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xg-gh-25/swarmai/s_swarm-release
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.

Any agent
npx skills add xg-gh-25/SwarmAI --skill s_swarm-release
Clone the repo
git clone --depth 1 https://github.com/xg-gh-25/SwarmAI

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/xg-gh-25/swarmai/s_swarm-release/github.svg)](https://agentmods.dev/skills/xg-gh-25/swarmai/s_swarm-release)
Your own site
<a href="https://agentmods.dev/skills/xg-gh-25/swarmai/s_swarm-release"><img src="https://agentmods.dev/badge/skills/xg-gh-25/swarmai/s_swarm-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 swarm-release

Your own site · 80×15
<a href="https://agentmods.dev/skills/xg-gh-25/swarmai/s_swarm-release"><img src="https://agentmods.dev/badge/skills/xg-gh-25/swarmai/s_swarm-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 261 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00085 $0.00261
Opus 5 $0.00043 $0.00130
Sonnet 5 $0.00017 $0.00052
Haiku 4.5 $0.00009 $0.00026

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

Security

Grade A, and why

swarm-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.

backend/skills/s_swarm-release/SKILL.md · 21 lines

What it actually says

Swarm Release

Full release cycle for SwarmAI desktop app. Read INSTRUCTIONS.md before proceeding.

Project Guard: This skill is SwarmAI-only. If the active project is NOT SwarmAI, ABORT with: "s_swarm-release is SwarmAI-only. Other projects have their own release process."

Readiness Gate: Release readiness = the R6 quality gate (local Build + affected Tests green + changes verified in the running system), NOT commit count. AGENT.md R11: "There is no commit-count threshold — a batch is shippable when it's qualified, however many commits it took." Commit count is informational (release-notes scope) only.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 21 lines · 85 tokens per session scan A c2adac69505f

Subscribe to this mod's changes

swarm-release is a skill published in the GitHub repository xg-gh-25/SwarmAI (44 stars, last pushed 4d ago), licensed MIT. It adds 85 tokens to every session and 261 once invoked, about $0.0004 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-03.

Related

Other skills, from other repositories

agent-github-modes

Agent skill for github-modes - invoke with $agent-github-modes.

ruvnet/ruflo · 21 tokens

release-readiness-check

Verify all prerequisites are met before a release by checking PRs, CI/CD status, environment health, and blocking issues across GitHub, ArgoCD, and Jira. Use before cutting a release, deploying to production, or during release planning.

caipe-io/ai-platform-engineering · 54 tokens

ai-agents-generation-and-release

Operate the ai-agents generation and release machinery, covering the seven buildall.py generators, generateagents.py, syncpluginlib.py, the drift gates, the version-free plugin manifests, and the npm publish path. Use when you say regenerate the mirrors, run the drift checks, why is the plugin version gate red…

rjmurillo/ai-agents · 110 tokens

github-release-management

Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management.

ruvnet/ruflo · 27 tokens

release-publish

Pre-publish and publish path for crates.io, npm installer, GitHub Releases, SBOM. Use when cutting versions, editing release.yml, or adding publish steps. Never publish from a feature branch.

KalarisLabs/Skill-Doctor · 45 tokens

merge

The ship gate — the only skill that merges. --staging merges the feature→staging PR on green CI, deploys, verifies, emits a human test script and stamps the staging sign-off on approval. --production ships the double-confirmed release to main and deploys production. Never self-certifies staging; nothing reaches main…

ndisisnd/msg · 94 tokens