swarm-tools: Skill for OpenCode

.opencode/skill/publish-package-cicd/SKILL.md

publish-package-cicd is a skill for OpenCode from joelhooks/swarm-tools. It costs 87 tokens per session (1,479 once invoked), scanned A, original, no licence file.

A release workflow for automatically publishing npm packages, which are reusable JavaScript or TypeScript code bundles. It uses Changesets and GitHub Actions with identity-based npm publishing.

In plain words
What is it for?
Use it to set up or troubleshoot CI/CD publishing for npm packages in a monorepo, a repository containing multiple related packages.
Why use it?
It addresses common problems in automated package releases, including package versions, workspace references, and missing modules after publishing.

Skill for OpenCode

Written for OpenCode: installed under .opencode/.

This is joelhooks/swarm-tools's own configuration. It tells OpenCode how to work on swarm-tools itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything swarm-tools configures →

Reuse

Borrowing it

Nothing to install: this file belongs to joelhooks/swarm-tools. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/joelhooks/swarm-tools/main/.opencode/skill/publish-package-cicd/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/joelhooks/swarm-tools

Made for: OpenCode.

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 publish-package-cicd

README.md
[![agentmods](https://agentmods.dev/badge/skills/joelhooks/swarm-tools/publish-package-cicd/github.svg)](https://agentmods.dev/skills/joelhooks/swarm-tools/publish-package-cicd)
Your own site
<a href="https://agentmods.dev/skills/joelhooks/swarm-tools/publish-package-cicd"><img src="https://agentmods.dev/badge/skills/joelhooks/swarm-tools/publish-package-cicd/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 publish-package-cicd

Your own site · 80×15
<a href="https://agentmods.dev/skills/joelhooks/swarm-tools/publish-package-cicd"><img src="https://agentmods.dev/badge/skills/joelhooks/swarm-tools/publish-package-cicd.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,479 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 unknown 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.00087 $0.01479
Opus 5 $0.00044 $0.00740
Sonnet 5 $0.00017 $0.00296
Haiku 4.5 $0.00009 $0.00148

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

Security

Grade A, and why

publish-package-cicd 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (references/publish-script.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.opencode/skill/publish-package-cicd/SKILL.md · 202 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

3 files 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. 10d ago First seen · 202 lines · 87 tokens per session scan A 87fca34fd12e

Subscribe to this mod's changes

publish-package-cicd is a skill published in the GitHub repository joelhooks/swarm-tools (734 stars, last pushed 1mo ago), with no licence file. It adds 87 tokens to every session and 1,479 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-08-30.

Related

Other skills, from other repositories

release

Generic release assistant — analyzes repo release rules, caches them in .omc/RELEASERULE.md, then guides the release.

Yeachan-Heo/oh-my-claudecode · 27 tokens

swarm-migrate

Cross-repo migration swarm — one coordinator + N parallel subagents (one per target repo) that apply the same transformation, open PRs, wait for CI, and report back to a shared JSON ledger. Coordinator handles topology, conflict auto-rebase, and stop-on-novel-failure. Use when bumping a shared dependency, rolling out…

yonatangross/orchestkit · 103 tokens

cmux-release

Prefer the /release command. It determines the new version (minor by default), gathers commits since the last tag, updates CHANGELOG.md, runs ./scripts/bump-version.sh, commits, runs ./scripts/release-pretag-guard.sh, then tags and pushes.

manaflow-ai/cmux · 39 tokens

oma-dev-workflow

Use when setting up or optimizing developer workflows in a monorepo, managing mise tasks, git hooks, CI/CD pipelines, database migrations, or release automation. Invoke for development environment setup, build automation, testing workflows, and release coordination.

first-fluke/oh-my-agent · 53 tokens

merge-queue-thrash-stop-inflow-and-open-prs-as-drafts

When main moves faster than the slowest CI leg, every open branch goes stale before it can merge and the whole queue jams with nothing red. Use when: (1) several PRs sit at mergeStateStatus BEHIND with auto-merge armed and none of them lands; (2) branches are being updated, re-running CI and going stale again before…

wan-huiyan/agent-traffic-control · 285 tokens

deploy-automation

Workflows and best practices for CI/CD automation, deployment strategies, and production releases. Use when implementing or improving deployment pipelines, managing environments, or planning production releases.

dolutech/dolu-agents-skills · 37 tokens