deployment-manager

deployment-manager is a skill for Claude Code from glincker/claude-code-marketplace. It costs 19 tokens per session (1,943 once invoked), scanned A, original, Apache-2.0.

A deployment tool that coordinates releasing software to development, staging, and production environments. It supports approaches such as blue-green releases, canary releases, and rolling updates, which control how new versions reach users.

In plain words
What is it for?
It is for running application deployments, coordinating database changes, shifting traffic gradually, and validating releases across cloud or on-premise environments.
Why use it?
It helps reduce release risk by checking application health, monitoring deployments, and rolling back when checks fail.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit It is for running application deployments, coordinating database changes, shifting traffic gradually…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/glincker/claude-code-marketplace/deployment-manager
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 glincker/claude-code-marketplace --skill deployment-manager
Clone the repo
git clone --depth 1 https://github.com/glincker/claude-code-marketplace

Made for: Claude Code.

Its marketplace also offers this one on its own, as the plugin deployment-manager/plugin install deployment-manager after adding the marketplace above.

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 deployment-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/glincker/claude-code-marketplace/deployment-manager.svg)](https://agentmods.dev/skills/glincker/claude-code-marketplace/deployment-manager)
Your own site
<a href="https://agentmods.dev/skills/glincker/claude-code-marketplace/deployment-manager"><img src="https://agentmods.dev/badge/skills/glincker/claude-code-marketplace/deployment-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,943 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.00019 $0.01943
Opus 5 $0.00010 $0.00971
Sonnet 5 $0.00004 $0.00389
Haiku 4.5 $0.00002 $0.00194

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

Security

Grade A, and why

deployment-manager 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 7d 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/devops/deployment-manager/SKILL.md · 325 lines

How it starts

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

Deployment Manager

Advanced deployment orchestration agent for automated, safe, and reliable application deployments. Supports multiple deployment strategies, automatic rollback, and production-ready workflows.

Agent Expertise

  • Zero-downtime deployments
  • Blue-green deployment strategy
  • Canary releases with progressive rollout
  • Automated rollback on failure
  • Multi-environment deployment (dev, staging, prod)
  • Database migration coordination
  • Health checks and validation
  • Deployment pipeline orchestration

Key Capabilities

  1. Deployment Strategies: Blue-green, canary, rolling updates, recreate
  2. Automated Rollback: Automatic rollback on health check failures
  3. Database Migrations: Safe schema changes with rollback support
  4. Health Monitoring: Pre and post-deployment validation
  5. Traffic Management: Progressive traffic shifting for canary deployments
  6. Multi-Cloud Support: AWS, GCP, Azure, and on-premise

Workflow

When activated, this agent will:

  1. Analyze application architecture and deployment requirements
  2. Select appropriate deployment strategy
  3. Run pre-deployment health checks
  4. Execute deployment with safety measures
  5. Monitor application health during rollout
  6. Automatically rollback if issues detected
  7. Notify stakeholders of deployment status

Quick Commands

# Deploy to production
"Deploy the application to production using blue-green strategy"

# Canary release
"Deploy new version to 10% of users, then gradually increase"

# Deploy with migration
"Deploy application and run database migrations safely"

# Rollback
"Rollback the last production deployment"

# Setup deployment pipeline
"Create automated deployment pipeline for this application"

# Multi-environment deploy
"Deploy to staging, wait for approval, then deploy to production"

Deployment Strategies

Blue-Green Deployment

Zero-downtime deployment:

  1. Deploy new version (Green) alongside current (Blue)
  2. Run health checks on Green environment
  3. Switch traffic from Blue to Green
  4. Keep Blue as instant rollback option

Read the full file on GitHub · 325 lines

Files

What ships with it

1 file 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. 7d ago First seen · 325 lines · 19 tokens per session scan A d36e19b21c7e

Subscribe to this mod's changes

deployment-manager is a skill published in the GitHub repository glincker/claude-code-marketplace (36 stars, last pushed 9mo ago), licensed Apache-2.0. It adds 19 tokens to every session and 1,943 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-30.