cc-devops-skills
Generate and validate Terraform, Kubernetes, CI/CD, and observability configs
All Skills in This Repository (30)
Pure Emerald Level Indicatorshelm-generator
Generate Kubernetes Helm chart scaffolds with templates and validation-ready workflows.
terraform-validator
Validate, format, and security-scan Terraform configurations with Checkov.
ansible-generator
Generate Ansible playbooks, roles, tasks, and inventories with validation.
terragrunt-generator
Generate Terragrunt root, environment, and child module configurations from templates.
k8s-yaml-validator
Validate Kubernetes YAML manifests for syntax and schema errors.
jenkinsfile-validator
Validate Jenkins pipeline syntax and structure across Declarative and Scripted formats.
fluentbit-generator
Generate Fluent Bit configurations for Kubernetes log pipelines with inputs, filters, and outputs.
gitlab-ci-generator
Generate GitLab CI/CD pipeline configurations from templates and references.
logql-generator
Generate optimized LogQL queries for Grafana Loki log analysis.
bash-script-validator
Validate Bash and POSIX shell scripts for syntax, security, and portability issues.
makefile-generator
Generate Makefiles for multi-language projects with GNU targets.
dockerfile-generator
Generate production-ready Dockerfiles with multi-stage builds and security best practices.
Frequently Asked Questions
FAQPage SchemaHow to install cc-devops-skills?โผ
Run `npx skills add akin-ozer/cc-devops-skills --all -g -y` in your terminal to install all 31 skills globally.
What does cc-devops-skills do?โผ
It scaffolds production-ready DevOps configs (Terraform, Helm, Kubernetes, CI/CD pipelines, Dockerfiles, PromQL) and validates them with real linting and security tools before you ship.
How do generator and validator skills work together?โผ
Each generator (like terraform-generator) creates the config, then the matching validator (terraform-validator) runs fmt, lint, security scans, and dry-run checks, looping until all findings are fixed.
Does it work with Claude Code and Codex?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex desktop, and other compatible agents, with a packaged plugin manifest included.
Which external tools do the validators need?โผ
Only the tools for your domain, such as terraform, tflint, checkov, helm, kubeconform, kubectl, actionlint, or shellcheck. Skills degrade gracefully and report exactly what was skipped when a tool is missing.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core