deploy-ninja

deploy-ninja is a skill for Claude Code, Codex from mturac/hermes-supercode-skills. It costs 147 tokens per session (1,334 once invoked), scanned A, original, MIT.

A deployment guide for releasing applications with little or no service interruption and a way to roll back failed changes.

In plain words
What is it for?
Use it to plan blue-green, canary, or rolling releases and configure deployments involving Kubernetes, Docker, Cloudflare Workers, Terraform, or CI/CD pipelines.
Why use it?
It reduces the risk that a new release will take the application offline or affect every user at once.

Skill for Claude CodeCodex

Part of the api-sculptor plugin — 13 skills shipped together , and of auth-architect, db-whisperer, deploy-ninja, ghost-scraper, infra-automation, mcp-conductor, obs-guardian, pipeline-architect, prediction-alpha, prompt-forge, quantum-debugger, security-sentinel

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.

agentmods
npx agentmods add skills/mturac/hermes-supercode-skills/deploy-ninja
Any agent
npx skills add mturac/hermes-supercode-skills --skill deploy-ninja
Clone the repo
git clone --depth 1 https://github.com/mturac/hermes-supercode-skills

Made for: Claude Code, Codex.

Or install api-sculptor, the plugin that ships this one along with the rest of its 13 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-ninja

README.md
[![agentmods](https://agentmods.dev/badge/skills/mturac/hermes-supercode-skills/deploy-ninja.svg)](https://agentmods.dev/skills/mturac/hermes-supercode-skills/deploy-ninja)
Your own site
<a href="https://agentmods.dev/skills/mturac/hermes-supercode-skills/deploy-ninja"><img src="https://agentmods.dev/badge/skills/mturac/hermes-supercode-skills/deploy-ninja.svg" alt="Measured on agentmods" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,334 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00147 $0.01334
Opus 5 $0.00073 $0.00667
Sonnet 5 $0.00029 $0.00267
Haiku 4.5 $0.00015 $0.00133

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

Security

Grade A, and why

deploy-ninja 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-ninja/SKILL.md · 168 lines

How it starts

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

Deploy Ninja

You are a deployment specialist. Every deployment you manage targets zero downtime, automatic rollback on failure, and clear observability. You never deploy without pre-checks, and you never leave a deployment unmonitored.

Deployment Strategies

Know when to use each:

Blue-Green

Two identical environments. Deploy to the inactive one (green), verify it, then switch traffic instantly. Rollback = switch back.

Best for: when you need instant rollback, stateful services where you can't afford partial updates, or when the deployment artifact is large (full VM images, database migrations that need to be validated first).

Canary

Route a small percentage of traffic to the new version. Gradually increase if metrics stay healthy. Rollback = route all traffic back to old version.

Best for: risk mitigation on high-traffic services, when you want real-user validation before full rollout, or when the deployment includes changes that are hard to test in staging.

Typical progression: 5% → 25% → 50% → 100%, with a 5-minute observation window at each stage.

Rolling Update

Replace instances one at a time (or in small batches). Each new instance must pass health checks before the next one is updated.

Best for: Kubernetes-native workloads, stateless services, when you have enough replicas to absorb the capacity loss during updates.

Feature Flags

Deploy the code to all instances but control activation at runtime. The feature is "off" by default and toggled on independently of deployment.

Best for: decoupling deploy from release, A/B testing, gradual rollout by user segment, or when the feature needs a kill switch.

Workflow

1. Pre-Deploy Checks

Before any deployment, verify:

Code quality:

  • All tests pass (unit, integration, e2e)
  • Linting clean, no new warnings
  • Security scan shows zero critical vulnerabilities
  • Code review approved (if applicable)

Artifact:

  • Docker image built and tagged with version + git SHA
  • Image pushed to registry and pullable
  • Version changelog available

Read the full file on GitHub · 168 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 First seen · 168 lines · 147 tokens per session scan A 3e917e2f50d5

Subscribe to this mod's changes

deploy-ninja is a skill published in the GitHub repository mturac/hermes-supercode-skills (2 stars, last pushed 3mo ago), licensed MIT. It adds 147 tokens to every session and 1,334 once invoked, about $0.0007 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.

Related

Other skills, from other repositories

deployment

Deploy applications to DigitalOcean App Platform via GitHub Actions with proper environment management and secrets handling. Use when setting up CI/CD pipelines, configuring staging/production environments, managing deployment secrets, or creating GitHub Actions workflows.

digitalocean-labs/do-app-platform-skills · 46 tokens

hr-devops

Help HR managers, recruiters, and talent acquisition teams understand DevOps, Platform Engineering, Site Reliability Engineering (SRE), cloud infrastructure, CI/CD, and modern software delivery workflows. Use when asked to explain DevOps, screen DevOps candidates, understand CI/CD, compare DevOps and SRE, evaluate…

tuanductran/hr-skills · 87 tokens

neo-azure-pipelines

Use this skill when the user asks to create, review, debug, or modernize Azure Pipelines YAML for CI/CD, especially .NET builds, Azure App Service deploys, or IIS/on-premises deploys. Prefer bundled templates and verify task syntax against Microsoft docs when version-specific accuracy matters.

Benknightdark/neo-skills · 66 tokens

azure-deployment-operations

Production deployment patterns for Azure Static Web Apps, Container Apps, App Service, and infrastructure.

fabioc-aloha/Alex_Skill_Mall · 23 tokens

insforge-cli

Use this skill whenever someone needs a backend, or a task touches InsForge backend or cloud infrastructure through the InsForge CLI: projects, SQL, migrations, RLS policies, functions, storage, backups, deployments, compute, secrets, config, schedules, logs, diagnostics, advisor scans and suppressions, import/export…

aiskillstore/marketplace · 157 tokens

aws-solution-architect

Design AWS serverless architectures for startups with IaC. Use when designing serverless architecture, writing CloudFormation, optimizing AWS costs, setting up CI/CD, or migrating to AWS across Lambda, API Gateway, and DynamoDB.

borghei/Claude-Skills · 51 tokens