developer-devops

Establishes DevOps and infrastructure standards for Terraform, Ansible, shell, and YAML workflows.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/dragoscirjan/opencode-config --skill developer-devops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer-devops
Source: https://github.com/dragoscirjan/opencode-config/tree/main/skills/developer-devops
Command: npx skills add https://github.com/dragoscirjan/opencode-config --skill developer-devops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill gives you consistent DevOps and infrastructure standards so you can build automation and infrastructure code that is safer, more reliable, and easier to operate.

Core Features & Use Cases

  • Infrastructure-as-Code Discipline: Apply idempotency, immutable infrastructure patterns, and remote state practices to Terraform-style workflows.
  • Automation Standards: Write maintainable Ansible, shell, and YAML automation with clear error handling, tagging, and validation.
  • Operational Guardrails: Enforce secrets handling, least-privilege access, drift detection, CI/CD gates, and documentation requirements.
  • Use Case: Use this Skill when designing a deployment pipeline, hardening an Ansible role, or reviewing a Terraform module for production readiness.

Quick Start

Use the developer-devops skill to review my infrastructure code and apply its standards to the files I am editing.

Frequently Asked Questions about developer-devops

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

FAQPage Schema
What are the key infrastructure-as-code standards for Terraform workflows?

Terraform workflows require idempotent operations, immutable infrastructure, least-privilege access, remote state with locking, drift detection, and documented modules to ensure reliable provisioning.

How do I write maintainable Ansible and shell automation scripts?

Maintainable Ansible and shell automation requires clear error handling, proper tagging, and validation within your YAML workflows to establish reliable infrastructure code standards.

Does this DevOps skill apply to CI/CD pipeline design and secrets handling?

Yes, this DevOps skill enforces operational guardrails for CI/CD gates, secrets handling, least-privilege access, and deployment automation across your infrastructure workflows.

What is the best way to review a Terraform module for production readiness?

Reviewing a Terraform module for production readiness involves checking for idempotent operations, remote state with locking, drift detection capabilities, and comprehensive module documentation.

Why do I need remote state with locking for infrastructure provisioning?

Remote state with locking prevents concurrent infrastructure provisioning conflicts, ensuring idempotent operations and maintaining immutable infrastructure standards during deployment automation.

Can I use this skill to harden an Ansible role for production deployment?

Yes, you can apply this skill to harden Ansible roles by enforcing clear error handling, validation, least-privilege access, and documentation requirements for reliable automation.