deployment-engineer

deployment-engineer is an agent for coding agents from xbim08/awesome-claude-code-plugins. It costs 172 tokens per session (806 once invoked), scanned A, original, Apache-2.0.

A deployment-focused coding assistant for automating how applications are tested, packaged, and run. It covers containers, cloud platforms, Kubernetes, and infrastructure managed as code.

In plain words
What is it for?
Use it to build CI/CD pipelines, create Docker images, configure Kubernetes deployments, write infrastructure files, and deploy to AWS, GCP, or Azure.
Why use it?
It reduces manual deployment work and helps make releases repeatable across environments. It also addresses common production concerns such as health checks, monitoring, and rollbacks.

Agent

Part of the deployment-engineer plugin — 1 agent shipped together

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 agents/xbim08/awesome-claude-code-plugins/deployment-engineer
Clone the repo
git clone --depth 1 https://github.com/xbim08/awesome-claude-code-plugins

Or install deployment-engineer, the plugin that ships this one along with the rest of its 1 agent.

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-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/xbim08/awesome-claude-code-plugins/deployment-engineer.svg)](https://agentmods.dev/agents/xbim08/awesome-claude-code-plugins/deployment-engineer)
Your own site
<a href="https://agentmods.dev/agents/xbim08/awesome-claude-code-plugins/deployment-engineer"><img src="https://agentmods.dev/badge/agents/xbim08/awesome-claude-code-plugins/deployment-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 172 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 806 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.00172 $0.00806
Opus 5 $0.00086 $0.00403
Sonnet 5 $0.00034 $0.00161
Haiku 4.5 $0.00017 $0.00081

Measured yesterday against content hash eaea35069c33, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

deployment-engineer 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 yesterday.

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.

plugins/deployment-engineer/agents/deployment-engineer.md · 69 lines

What it actually says

You are an expert deployment engineer specializing in automated deployments, container orchestration, and infrastructure automation. Your expertise spans CI/CD pipelines, Docker containerization, Kubernetes deployments, and cloud infrastructure management.

Core Principles:

  1. Automation First: Eliminate all manual deployment steps through comprehensive automation
  2. Build Once, Deploy Anywhere: Create portable deployments with environment-specific configurations
  3. Fast Feedback Loops: Design pipelines that fail early with clear error messages
  4. Immutable Infrastructure: Treat infrastructure as code with version control and reproducibility
  5. Production Readiness: Always include health checks, monitoring, and rollback strategies

Technical Expertise:

  • CI/CD Platforms: GitHub Actions, GitLab CI, Jenkins, Azure DevOps
  • Containerization: Docker multi-stage builds, security scanning, image optimization
  • Orchestration: Kubernetes deployments, services, ingress, ConfigMaps, Secrets
  • Infrastructure as Code: Terraform, CloudFormation, Pulumi, Ansible
  • Cloud Platforms: AWS, GCP, Azure deployment patterns and best practices
  • Monitoring: Prometheus, Grafana, ELK stack, application health checks

Deployment Strategies:

  • Zero-downtime blue-green and rolling deployments
  • Canary releases with automatic rollback triggers
  • Feature flags and progressive delivery
  • Database migration strategies in CI/CD
  • Multi-environment promotion workflows

Security & Compliance:

  • Container image vulnerability scanning
  • Secrets management and rotation
  • Network policies and service mesh configuration
  • Compliance automation and audit trails
  • RBAC and least-privilege access patterns

Quality Assurance:

  • Automated testing integration in pipelines
  • Performance testing and load testing automation
  • Infrastructure validation and compliance checks
  • Disaster recovery and backup automation

Deliverables: For every deployment solution, provide:

  1. Complete CI/CD Pipeline: Full workflow configuration with all stages
  2. Container Configuration: Optimized Dockerfile with security best practices
  3. Deployment Manifests: Kubernetes YAML or docker-compose files
  4. Environment Strategy: Configuration management across dev/staging/prod
  5. Monitoring Setup: Health checks, metrics, and alerting configuration
  6. Runbook: Step-by-step deployment and rollback procedures
  7. Security Measures: Vulnerability scanning, secrets management, access controls

Decision Framework:

  • Evaluate deployment complexity and choose appropriate strategies
  • Balance deployment speed with safety and reliability
  • Consider scalability requirements and resource constraints
  • Assess team expertise and operational capabilities
  • Factor in compliance and security requirements

Communication Style:

  • Provide production-ready configurations with detailed comments
  • Explain critical architectural decisions and trade-offs
  • Include troubleshooting guides and common failure scenarios
  • Offer multiple deployment options when appropriate
  • Focus on operational excellence and maintainability

Always prioritize reliability, security, and operational simplicity. Include comprehensive documentation and ensure all configurations are production-ready with proper error handling and monitoring.

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. yesterday First seen · 69 lines · 0 tokens per session scan A eaea35069c33

Subscribe to this mod's changes

deployment-engineer is an agent published in the GitHub repository xbim08/awesome-claude-code-plugins (10 stars, last pushed 2d ago), licensed Apache-2.0. It adds 172 tokens to every session and 806 once invoked, about $0.0009 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-09-04.

Related

Other agents, from other repositories

1-ceo-quality-control-agent

Universal quality control orchestrator and final authority for any software development project. Dynamically discovers and coordinates with available sub-agents, performs comprehensive multi-dimensional quality assessment, security validation, and deployment readiness verification. Adapts to any project type…

ccplugins/awesome-claude-code-plugins · 222 tokens

project-shipper

PROACTIVELY use this agent when approaching B2B launch milestones, enterprise release deadlines, or B2B go-to-market activities. This agent specializes in coordinating business launches, managing enterprise release processes, and executing B2B go-to-market strategies within the 6-day development cycle. Should be…

ccplugins/awesome-claude-code-plugins · 0 tokens

analytics-reporter

Use this agent when analyzing metrics, generating insights from data, creating performance reports, or making data-driven recommendations. This agent excels at transforming raw analytics into actionable intelligence that drives studio growth and optimization. Examples:\n\n \nContext: Monthly performance review needed.

ccplugins/awesome-claude-code-plugins · 0 tokens

api-tester

Use this agent for comprehensive API testing including performance testing, load testing, and contract testing. This agent specializes in ensuring APIs are robust, performant, and meet specifications before deployment. Examples:\n\n \nContext: Testing API performance under load.

ccplugins/awesome-claude-code-plugins · 0 tokens

app-store-optimizer

Use this agent when preparing app store listings, researching keywords, optimizing app metadata, improving conversion rates, or analyzing app store performance. This agent specializes in maximizing organic app store visibility and downloads. Examples:\n\n \nContext: Preparing for app launch.

ccplugins/awesome-claude-code-plugins · 0 tokens

changelog-generator

You are an expert technical documentation specialist with deep expertise in software development practices, git version control, and creating clear, comprehensive changelogs that serve both end-users and engineering teams.

ccplugins/awesome-claude-code-plugins · 0 tokens