deploy

deploy is a skill for Claude Code from dorayo/orchestrix-skills. It costs 27 tokens per session (915 once invoked), scanned A, original, MIT.

A release procedure for sending an accepted software deliverable to a live environment, with testing and a documented way to undo the release.

In plain words
What is it for?
Use it to check acceptance, run tests on the exact commit, confirm the deployment target and method, and prepare a rollback plan before deploying.
Why use it?
It reduces the risk of shipping unfinished work or making a live change that cannot be reversed.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the orchestrix-skills plugin — 18 skills shipped together

Good fit Use it to check acceptance, run tests on the exact commit, confirm the deployment target and method, and prepare a rollback plan before deploying.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dorayo/orchestrix-skills/deploy
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 dorayo/orchestrix-skills --skill deploy
Clone the repo
git clone --depth 1 https://github.com/dorayo/orchestrix-skills

Made for: Claude Code.

Or install orchestrix-skills, the plugin that ships this one along with the rest of its 18 skills.

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 deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/dorayo/orchestrix-skills/deploy.svg)](https://agentmods.dev/skills/dorayo/orchestrix-skills/deploy)
Your own site
<a href="https://agentmods.dev/skills/dorayo/orchestrix-skills/deploy"><img src="https://agentmods.dev/badge/skills/dorayo/orchestrix-skills/deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 915 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 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.00027 $0.00915
Opus 5 $0.00014 $0.00458
Sonnet 5 $0.00005 $0.00183
Haiku 4.5 $0.00003 $0.00092

Measured 4d ago against content hash 5d58c68a6f6f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

deploy 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 4d 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.

skills/deploy/SKILL.md · 87 lines

How it starts

The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Deploy (Ship Accepted Work, With a Way Back)

The most dangerous skill in the graph. Everything here is designed around two facts: deploys are user-facing, and the only safe deploy is one you can undo.

Core principle: No rollback plan, no deploy. If you cannot state the exact command that undoes this deploy, you are not ready to run the one that does it.

Preconditions — ALL must hold, verify each now

  1. The work is accepted. Final acceptance happened; you are not deploying to "see if it works" (that is smoke-test's job, locally).
  2. The tree is clean and tested. git status clean; run-tests green on the exact commit being shipped (fresh run, not remembered).
  3. The deploy method is documented in registry/deploy (or the project's own deploy config/scripts). Not documented → STOP and ask the human how this project ships. NEVER guess a deploy path — a guessed deploy against the wrong target is the worst failure this graph can produce.
  4. The target is unambiguous. "Deploy" without a named target defaults to asking, not to production.

Process

  1. Write the rollback plan first. Record: the currently-live version identifier (commit/tag/deployment id) and the exact rollback command. Put both in the report BEFORE deploying.
  2. Inline human gate (this skill's accept). Present: target, version to ship, one-line change summary, rollback command. Deploy only on explicit sign-off. This gate cannot be batched or deferred.
  3. Deploy with the documented command. Capture the full output to .orchestrate/verify/deploy-<target>.log.
  4. Post-verify against the LIVE target. A real HTTP request (or the platform equivalent) to the deployed URL: correct status AND expected content, plus one core flow. The deploy tool saying "success" is step 3, not step 4.
  5. On post-verify failure: roll back immediately with the recorded command, re-verify the old version is live again, and report honestly. A failed deploy cleanly rolled back is a good outcome; a broken prod left up while you debug is not.

Read the full file on GitHub · 87 lines

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. 4d ago Changed · +1 lines 5d58c68a6f6f
  2. 8d ago First seen · 86 lines · 27 tokens per session scan A e398d9f8fa65

Subscribe to this mod's changes

deploy is a skill published in the GitHub repository dorayo/orchestrix-skills (2 stars, last pushed 6d ago), licensed MIT. It adds 27 tokens to every session and 915 once invoked, about $0.0001 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-31.