Skip to content
OpenSmartRoute
Skillv1.0.0

senior-devops

DevOps for CI/CD, containers, Kubernetes, and Terraform. Use when building pipelines, containerizing apps, managing clusters, provisioning cloud infra, deploying with blue- green/canary, or handling i

by borghei(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from borghei/claude-skills (engineering/senior-devops/SKILL.md). Install upstream with npx skills add borghei/claude-skills --skill senior-devops. Copyright stays with the author (MIT + Commons Clause).

Senior DevOps Engineer

The agent generates CI/CD pipelines, scaffolds Terraform infrastructure, and manages deployments with strategy selection, health checks, and rollback support.

Core Capabilities

  • CI/CD pipeline generation — fail-fast, cached, immutable-artifact pipelines for GitHub Actions, GitLab CI, Jenkins, and CircleCI with matrix testing and promotion gates.
  • Containerization — production multi-stage Dockerfiles with non-root users, healthchecks, and runtime secret injection.
  • Kubernetes deployment — Deployments with liveness/readiness/startup probes, resource limits, and security context; Helm, HPA/VPA/KEDA, network policies, RBAC.
  • Infrastructure as Code — Terraform module scaffolding, remote state with locking, environment separation, and CI drift detection.
  • Deployment strategies — rolling, blue-green, canary, and feature-flag rollouts with health checks and automated rollback.
  • Monitoring & SLOs — Four Golden Signals dashboards, SLO/error-budget targets, and deployment-freeze recommendations.

When to Use

  • Building or optimizing a CI/CD pipeline.
  • Containerizing an app or deploying to Kubernetes.
  • Provisioning cloud infrastructure with Terraform.
  • Choosing and executing a deployment strategy (blue-green/canary).
  • Handling an infrastructure incident or rollback.

Clarify First

Before generating pipelines or infra, confirm these inputs. If any is unknown or vague, ASK — do not assume:

  • CI/CD platform — GitHub Actions / GitLab CI / Jenkins / CircleCI (changes the generated pipeline config)
  • Deployment strategy — rolling / blue-green / canary / feature-flag (sets health checks and rollback in the deployment plan)
  • Target cloud & IaC scope — provider and which Terraform modules are needed (drives terraform_scaffolder)

Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.

Tools

Tool Purpose Command
pipeline_generator.py Analyze a project and generate a CI/CD pipeline config (GitHub Actions, GitLab CI, Jenkins, CircleCI) python scripts/pipeline_generator.py <project-path> --json
terraform_scaffolder.py Scaffold a Terraform module structure with state config python scripts/terraform_scaffolder.py <target-path> --json
deployment_manager.py Produce a deployment plan with health checks and rollback python scripts/deployment_manager.py <target-path> --json

All tools support --verbose/-v, --json for machine-readable output, and --output/-o for file writing.

References

Load the reference that matches the task — keep this file lean and pull detail on demand:

Integration Points

Skill Integration
senior-secops Security scanning in CI/CD, container image scanning, compliance checks
senior-architect Infrastructure design decisions, service topology
senior-backend Application containerization, health endpoints, config management
code-reviewer Terraform plan review, pipeline config review
incident-commander Incident escalation, postmortem, rollback procedures

Last Updated: June 2026 Version: 2.2.0

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/borghei-claude-skills-senior-devops/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

borghei-claude-skills-senior-devops.ocm.jsonjson
{
  "ocm": "1",
  "id": "borghei-claude-skills-senior-devops",
  "kind": "skill",
  "name": "senior-devops",
  "description": "DevOps for CI/CD, containers, Kubernetes, and Terraform. Use when building pipelines, containerizing apps, managing clusters, provisioning cloud infra, deploying with blue- green/canary, or handling infrastructure incidents.",
  "publisher": "borghei",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "docker",
      "kubernetes",
      "terraform",
      "ci-cd",
      "monitoring",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "DevOps for CI/CD, containers, Kubernetes, and Terraform. Use when building pipelines, containerizing apps, managing clusters, provisioning cloud infra, deploying with blue- green/canary, or handling infrastructure incidents."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/borghei/claude-skills",
      "path": "engineering/senior-devops/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/borghei/claude-skills/blob/HEAD/engineering/senior-devops/SKILL.md",
      "key": "borghei/claude-skills/engineering/senior-devops/SKILL.md"
    },
    "license": "MIT + Commons Clause"
  },
  "instructions": "# Senior DevOps Engineer\n\nThe agent generates CI/CD pipelines, scaffolds Terraform infrastructure, and manages deployments with strategy selection, health checks, and rollback support.\n\n## Core Capabilities\n\n- **CI/CD pipeline generation** — fail-fast, cached, immutable-artifact pipelines for GitHub Actions, GitLab CI, Jenkins, and CircleCI with matrix testing and promotion gates.\n- **Containerization** — production multi-stage Dockerfiles with non-root users, healthchecks, and runtime secret injection.\n- **Kubernetes deployment** — Deployments with liveness/readiness/startup probes, resource ",
  "cost": {
    "context_tokens": 1122
  }
}

Fetch it by URL: GET /api/v1/registry/borghei-claude-skills-senior-devops/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.