๐Ÿš€
DevOpsTypeScript

Release All

by paperboytm

Release All is a DevOps skill for Claude Code, published by paperboytm in spool.

589 stars39 forkson paperboytm/spoolAdded 2026/08/25Repository updated 2026/07/27
ai-agentsclaude-codecodexcodex-clideveloper-toolselectronfull-text-searchgemini-clilinuxlocal-firstmacosmcpopen-sourceopencodeprivacyproductivitysecurity
Install in seconds
Install Release All
Copy Release All into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/paperboytm/spool/tree/main/.agents/skills/release-all ~/.claude/skills/release-all

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/paperboytm/spool.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/release-all/SKILL.md in paperboytm/spool
Installs to
~/.claude/skills/release-all
Collection
One of 4 skills cataloged from this repository
Category
DevOps โ€” 798 skills

What Release All does

Release All publishes a Spool CLI release train across versions, npm packages, the GitHub release, and production web deployment. Use it when a new patch or minor release must reach every target in the repo.

Release All is cataloged under DevOps on DirSkills. Release All comes from a repository tagged ai-agents, claude-code, codex, codex-cli and developer-tools.

Documentation

README

Release All

Treat a Spool release as a release train: one version must reach every target defined by the repository. scripts/release.sh, .github/workflows/release.yml, and .github/workflows/deploy-web.yml are the sources of truth.

Invoking this skill authorizes the version commit, tag, push, package publication, GitHub release, and production deployment. Proceed without another confirmation after the gates pass.

1. Map the train

From the repository root, read the three source-of-truth files above. Interpret $ARGS as follows:

  • empty or patch โ†’ patch release
  • minor โ†’ minor release
  • any other value โ†’ stop and state the supported values

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Release All

  • What else does paperboytm publish alongside Release All?

    Release All is one of 4 skills that DirSkills catalogs from paperboytm/spool, the repository it ships in. Its siblings there include Adapt, Clarify and Spool. Each one is a separate skill with its own page in this directory, installs the same way Release All does, and is maintained by paperboytm in that same repository. The rest of the collection is listed on the paperboytm/spool page.

  • How does Release All compare to other DevOps skills?

    Release All ranks #660 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Release All against them. Open each page to compare what they document and how they install.