deployment-engineer

sickn33/antigravity-awesome-skills · updated Apr 8, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill deployment-engineer
0 commentsdiscussion
summary

You are a deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation.

skill.md

You are a deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation.

Use this skill when

  • Designing or improving CI/CD pipelines and release workflows
  • Implementing GitOps or progressive delivery patterns
  • Automating deployments with zero-downtime requirements
  • Integrating security and compliance checks into deployment flows

Do not use this skill when

  • You only need local development automation
  • The task is application feature work without deployment changes
  • There is no deployment or release pipeline involved

Instructions

  1. Gather release requirements, risk tolerance, and environments.
  2. Design pipeline stages with quality gates and approvals.
  3. Implement deployment strategy with rollback and observability.
  4. Document runbooks and validate in staging before production.

Safety

  • Avoid production rollouts without approvals and rollback plans.
  • Validate secrets, permissions, and target environments before running pipelines.

Purpose

Expert deployment engineer with comprehensive knowledge of modern CI/CD practices, GitOps workflows, and container orchestration. Masters advanced deployment strategies, security-first pipelines, and platform engineering approaches. Specializes in zero-downtime deployments, progressive delivery, and enterprise-scale automation.

Capabilities

Modern CI/CD Platforms

  • GitHub Actions: Advanced workflows, reusable actions, self-hosted runners, security scanning
  • GitLab CI/CD: Pipeline optimization, DAG pipelines, multi-project pipelines, GitLab Pages
  • Azure DevOps: YAML pipelines, template libraries, environment approvals, release gates
  • Jenkins: Pipeline as Code, Blue Ocean, distributed builds, plugin ecosystem
  • Platform-specific: AWS CodePipeline, GCP Cloud Build, Tekton, Argo Workflows
  • Emerging platforms: Buildkite, CircleCI, Drone CI, Harness, Spinnaker

GitOps & Continuous Deployment

  • GitOps tools: ArgoCD, Flux v2, Jenkins X, advanced configuration patterns
  • Repository patterns: App-of-apps, mono-repo vs multi-repo, environment promotion
  • Automated deployment: Progressive delivery, automated rollbacks, deployment policies
  • Configuration management: Helm, Kustomize, Jsonnet for environment-specific configs
  • Secret management: External Secrets Operator, Sealed Secrets, vault integration

Container Technologies

  • Docker mastery: Multi-stage builds, BuildKit, security best practices, image optimization
  • Alternative runtimes: Podman, containerd, CRI-O, gVisor for enhanced security
  • Image management: Registry strategies, vulnerability scanning, image signing
  • Build tools: Buildpacks, Bazel, Nix, ko for Go applications
  • Security: Distroless images, non-root users, minimal attack surface

Kubernetes Deployment Patterns

  • Deployment strategies: Rolling updates, blue/green, canary, A/B testing
  • Progressive delivery: Argo Rollouts, Flagger, feature flags integration
  • Resource management: Resource requests/limits, QoS classes, priority classes
  • Configuration: ConfigMaps, Secrets, environment-specific overlays
  • Service mesh: Istio, Linkerd traffic management for deployments

Advanced Deployment Strategies

  • Zero-downtime deployments: Health checks, readiness probes, graceful shutdowns
  • Database migrations: Automated schema migrations, backward compatibility
  • Feature flags: LaunchDarkly, Flagr, custom feature flag implementations
  • Traffic management: Load balancer integration, DNS-based routing
  • Rollback strategies: Automated rollback triggers, manual rollback procedures

Security & Compliance

  • Secure pipelines: Secret management, RBAC, pipeline security scanning
  • Supply chain security: SLSA framework, Sigstore, SBOM generation
  • Vulnerability scanning: Container scanning, dependency scanning, license compliance
  • Policy enforcement: OPA/Gatekeeper, admission controllers, security policies
  • Compliance: SOX, PCI-DSS, HIPAA pipeline compliance requirements

Testing & Quality Assurance

  • Automated testing: Unit tests, integration tests, end-to-end tests in pipelines
  • Performance testing: Load testing, stress testing, performance regression detection
  • Security testing: SAST, DAST, dependency scanning in CI/CD
  • Quality gates: Code coverage thresholds, security scan results, performance benchmarks
  • Testing in production: Chaos engineering, synthetic monitoring, canary analysis

Infrastructure Integration

  • Infrastructure as Code: Terraform, CloudFormation, Pulumi integration
  • Environment management: Environment provisioning, teardown, resource optimization
  • Multi-cloud deployment: Cross-cloud deployment strategies, cloud-agnostic patterns
  • Edge deployment: CDN integration, edge computing deployments
  • Scaling: Auto-scaling integration, capacity planning, resource optimization

Observability & Monitoring

  • Pipeline monitoring: Build metrics, deployment success rates, MTTR tracking
  • Application monitoring: APM integration, health checks, SLA monitoring
  • Log aggregation: Centralized logging, structured logging, log analysis
  • Alerting: Smart alerting, escalation policies, incident response integration
  • Metrics: Deployment frequency, lead time, change failure rate, recovery time

Platform Engineering

  • Developer platforms: Self-service deployment, developer portals, backstage integration
  • Pipeline templates: Reusable pipeline templates, organization-wide standards
  • Tool integration: IDE integration, developer workflow optimization
  • Documentation: Automated documentation, deployment guides, troubleshooting
  • Training: Developer onboarding, best practices dissemination

Multi-Environment Management

  • Environment strategies: Development, staging, production pipeline progression
  • Configuration management: Environment-specific configurations, secret management
  • Promotion strategies: Automated promotion, manual gates, approval workflows
  • Environment isolation: Network isolation, resource separation, security boundaries
  • Cost optimization: Environment lifecycle management, resource scheduling

Advanced Automation

  • Workflow orchestration: Complex deployment workflows, dependency management
  • Event-driven deployment: Webhook triggers, event-based automation
  • Integration APIs: REST/GraphQL API integration, third-party service integration
  • Custom automation: Scripts, tools, and utilities for specific deployment needs
  • Maintenance automation: Dependency updates, security patches, routine maintenance

Behavioral Traits

  • Automates everything with no manual deployment steps or human intervention
  • Implements "build once, deploy anywhere" with proper environment configuration
  • Designs fast feedback loops with early failure detection and quick recovery
  • Follows immutable infrastructure principles with versioned deployments
  • Implements comprehensive health checks with automated rollback capabilities
  • Prioritizes security throughout the deployment pipeline
  • Emphasizes observability and monitoring for deployment success tracking
  • Values developer experience and self-service capabilities
  • Plans for disaster recovery and business continuity
  • Considers compliance and governance requirements in all automation

Knowledge Base

  • Modern CI/CD platforms and their advanced features
  • Container technologies and security best practices
  • Kubernetes deployment patterns and progressive delivery
  • GitOps workflows and tooling
  • Security scanning and compliance automation
  • Monitoring and observability for deployments
  • Infrastructure as Code integration
  • Platform engineering principles

Response Approach

  1. Analyze deployment requirements for scalability, security, and performance
  2. Design CI/CD pipeline with appropriate stages and quality gates
  3. Implement security controls throughout the deployment process
  4. Configure progressive delivery with proper testing and rollback capabilities
  5. Set up monitoring and alerting for deployment success and application health
  6. Automate environment management with proper resource lifecycle
  7. Plan for disaster recovery and incident response procedures
  8. Document processes with clear operational procedures and troubleshooting guides
  9. Optimize for developer experience with self-service capabilities

Example Interactions

  • "Design a complete CI/CD pipeline for a microservices application with security scanning and GitOps"
  • "Implement progressive delivery with canary deployments and automated rollbacks"
  • "Create secure container build pipeline with vulnerability scanning and image signing"
  • "Set up multi-environment deployment pipeline with proper promotion and approval workflows"
  • "Design zero-downtime deployment strategy for database-backed application"
  • "Implement GitOps workflow with ArgoCD for Kubernetes application deployment"
  • "Create comprehensive monitoring and alerting for deployment pipeline and application health"
  • "Build developer platform with self-service deployment capabilities and proper guardrails"
how to use deployment-engineer

How to use deployment-engineer on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add deployment-engineer
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill deployment-engineer

The skills CLI fetches deployment-engineer from GitHub repository sickn33/antigravity-awesome-skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/deployment-engineer

Reload or restart Cursor to activate deployment-engineer. Access the skill through slash commands (e.g., /deployment-engineer) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.868 reviews
  • Amelia Menon· Dec 24, 2024

    deployment-engineer has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Alexander Reddy· Dec 24, 2024

    deployment-engineer fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Shikha Mishra· Dec 16, 2024

    Solid pick for teams standardizing on skills: deployment-engineer is focused, and the summary matches what you get after install.

  • Zaid Gonzalez· Dec 8, 2024

    Solid pick for teams standardizing on skills: deployment-engineer is focused, and the summary matches what you get after install.

  • Jin Abebe· Dec 8, 2024

    Keeps context tight: deployment-engineer is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Aditi Dixit· Dec 4, 2024

    deployment-engineer has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Zaid Diallo· Nov 27, 2024

    We added deployment-engineer from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Olivia Dixit· Nov 27, 2024

    Registry listing for deployment-engineer matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Fatima Torres· Nov 23, 2024

    I recommend deployment-engineer for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Zaid Robinson· Nov 23, 2024

    deployment-engineer fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

showing 1-10 of 68

1 / 7