tomevault-io

Multi Target Publish — DevOps skill for Claude Code

DevOps community

When a single change spans multiple repos / packages / deploy targets with different deploy mechanisms (auto-deploy poll vs manual push vs CDN invalidation vs npm publish), the order matters and each.

How to install Multi Target Publish

Installs to ~/.claude/skills/tomevault-io-companyos-multi-target-publish/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tomevault-io-companyos-multi-target-publish && curl -fsSL https://raw.githubusercontent.com/tomevault-io/companyos/HEAD/skills/multi-target-publish.md -o ~/.claude/skills/tomevault-io-companyos-multi-target-publish/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Multi Target Publish does


name: multi-target-publish description: When a single change spans multiple repos / packages / deploy targets with different deploy mechanisms (auto-deploy poll vs manual push vs CDN invalidation vs npm publish), the order matters and each target needs its own verification. This skill is the sequencing pattern: pre-checks, deploy-order, per-target verification, rollback awareness. Cheaper than a per-project bespoke runbook for every release. tier: universal

Multi-target publish

Most

Alternatives in DevOps

  • Ship Release — Systematic release workflow for RTK: build verification, version bump, changelog update, git tag, and push to 11.9k ★
  • Proxy — route Claude Code requests through multiple upstream providers (OpenCode Go, OpenCode Zen, and AWS Bedrock) wi 957 ★
  • Azure DevOps — Manage Azure DevOps projects, repos, PRs, pipelines, and work items via REST API 159 ★

Full documentation available on GitHub

View Source Repository