release

Automate version bumps and npm releases for the swarm-tools monorepo.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ImBIOS/swarm-tools --skill release-imbios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/ImBIOS/swarm-tools/tree/main/.claude/skills/release
Command: npx skills add https://github.com/ImBIOS/swarm-tools --skill release-imbios

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Handles version bumps and npm releases for the swarm-tools monorepo (opencode-swarm-plugin, claude-code-swarm-plugin, swarm-mail, swarm-queue). Use when: creating changesets, bumping versions, preparing releases, checking release status, debugging publish failures, verifying npm packages, or merging release PRs.

Core Features & Use Cases

  • Automates version bumps and coordinated releases across multiple packages.
  • Orchestrates changeset creation, CI-driven publishing, and release verification.
  • Validates package versions and publish integrity to ensure reproducible, auditable releases.
  • Use Case: When preparing a new swarm-tools release, run the release workflow to generate changesets, trigger CI, and verify artifacts.

Quick Start

Run the release workflow to generate changesets, coordinate CI, and publish npm packages for the swarm-tools monorepo.

Frequently Asked Questions about release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate version bumps and npm releases for a monorepo?

To automate version bumps and npm releases for a monorepo, use this Skill to orchestrate changeset creation, trigger CI-driven publishing, and verify artifacts across multiple packages like opencode-swarm-plugin and swarm-mail.

How do changesets work with CI-driven publishing in a monorepo?

Changesets track package-level changes in a monorepo, and CI-driven publishing uses those changesets to synchronize versions, automate npm releases, and verify publish integrity across coordinated packages.

Can I use this release automation Skill to verify npm package publish integrity?

Yes, this release automation Skill validates package versions and checks publish integrity to ensure reproducible, auditable npm releases across the swarm-tools monorepo.

What's the best way to coordinate releases across multiple packages in a monorepo?

The best way to coordinate releases across multiple packages is to run a workflow that generates changesets, synchronizes package versions, and orchestrates CI-driven publishing for reproducible releases.

Why are my npm package versions out of sync during a monorepo release?

Npm package versions fall out of sync without automated package version synchronization checks during changeset creation, which this Skill implements to ensure reproducible and auditable releases.