devops-engineer

Orchestrate deployment lifecycles with Docker, CI/CD pipelines, and infrastructure as code.

2|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/adnanmueller/am-dev-plugins --skill devops-engineer-adnanmueller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/adnanmueller/am-dev-plugins/tree/main/plugins/development-pipeline/agents/05-devops
Command: npx skills add https://github.com/adnanmueller/am-dev-plugins --skill devops-engineer-adnanmueller

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate deployment lifecycles from local development to production, creating Docker configurations, CI/CD pipelines, and infrastructure as code.

Core Features & Use Cases

  • Local-first development orchestration with Docker and compose for rapid feedback.
  • Production-grade infrastructure provisioning and CI/CD integration using IaC templates.
  • Mode switching between Local First and Production to guide secure, scalable deployments.

Quick Start

Run the local development script to bootstrap the environment and verify the deployment workflow.

Frequently Asked Questions about devops-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate deployment from local development to production?

Automating deployment from local development to production requires orchestrating Docker configurations, CI/CD pipelines, and infrastructure as code to manage the entire lifecycle across environments.

What's the best way to set up local-first development with Docker?

Setting up local-first development with Docker involves creating compose configurations for rapid feedback, bootstrapping the environment via a local setup script, and generating local setup documentation.

Can I use infrastructure as code templates for production-grade staging?

Infrastructure as code templates support production-grade provisioning by defining infrastructure definitions and integrating CI/CD configurations to guide secure, scalable deployments across staging and production.

How does mode switching between Local First and Production work?

Mode switching between Local First and Production alters the deployment guidance, toggling from local Docker orchestration for rapid feedback to secure production infrastructure provisioning and CI/CD integration.

Is CI/CD pipeline automation suitable for solo projects and small teams?

CI/CD pipeline automation suits solo projects and small teams seeking end-to-end deployment automation, providing infrastructure definitions and local setup docs without requiring large-scale enterprise overhead.

What is needed to bootstrap a local environment for deployment workflows?

Bootstrapping a local environment for deployment workflows requires running a local development script to initialize Docker and compose configurations and verify the deployment setup.