Skip to content

cc-devops-skills

by akin-ozer

A practical skill pack for DevOps work in Claude Code and Codex.

About

A practical skill pack for DevOps work in Claude Code and Codex.

220
Stars
31
Skill Files
26
Forks
0
PRs Merged
1
Contributors
1
Issues Open
6
Issues Closed
2026-03-27
Last Activity

Skill Analysis

546
Avg Lines / Skill
2,346
Avg Words / Skill
678
Code Blocks
587
Total Files
4.12 MB
Repo Size
63
Reference Files
Skill lines179 min / 409 median / 1217 max
Code languagesalloy, bash, dockerfile, groovy, hcl, json, logql, makefile, markdown, promql, text, yaml
Frontmatter keysdescription, name
Has CLAUDE.mdNo
Has LicenseYes
File typesmd (136), yml (117), sh (85), py (44), yaml (41), conf (23), jenkinsfile (21), hcl (20), tf (14), dockerfile (13)

Skills (31)

  • azure-pipelines-generator
    244 lines1005 words1 blocks

    Generate/create/scaffold azure-pipelines.yml, stages, jobs, steps, or reusable templates.

    bash
  • dockerfile-validator
    298 lines1054 words16 blocks

    Validate, lint, audit, or scan a Dockerfile for security and best practices.

    bashmarkdown
  • promql-validator
    421 lines2182 words8 blocks

    Validate, lint, audit, or fix PromQL queries and alerting rules; detects anti-patterns.

    bashtext
  • k8s-debug
    339 lines1513 words14 blocks

    Diagnose and fix Kubernetes pods, CrashLoopBackOff, Pending, DNS, networking, storage, and rollout failures with kubectl.

    bash
  • dockerfile-generator
    1036 lines4046 words36 blocks

    Create, generate, or write Dockerfiles and multi-stage Docker images. Containerize apps.

    bashdockerfileyaml
  • github-actions-generator
    351 lines1411 words10 blocks

    Create, generate, or scaffold GitHub Actions workflows, action.yml, or .github/workflows CI/CD pipelines.

    textyaml
  • logql-generator
    445 lines2102 words25 blocks

    Generate LogQL queries, log stream selectors, metric queries, and alerting rules for Grafana Loki.

    logqltext
  • terraform-generator
    1042 lines3836 words39 blocks

    Create, generate, write, or scaffold Terraform .tf HCL — resources, modules, providers, variables, outputs.

    bashhclmarkdown
  • fluentbit-validator
    181 lines742 words10 blocks

    Validate, lint, audit, or check Fluent Bit configs (INPUT, FILTER, OUTPUT, tag routing).

    bashtext
  • fluentbit-generator
    231 lines1064 words4 blocks

    Generate/create Fluent Bit configs — INPUT, FILTER, OUTPUT, parsers, log pipeline.

    bash
  • terragrunt-validator
    1136 lines4449 words58 blocks

    Validate, lint, audit, or check Terragrunt .hcl/terragrunt.hcl files, stacks, modules, compliance.

    bashhclyaml
  • gitlab-ci-generator
    1217 lines5533 words31 blocks

    Create, generate, or scaffold .gitlab-ci.yml pipelines, stages, and jobs.

    bashmarkdownyaml
  • ansible-validator
    1128 lines5125 words40 blocks

    Validate, lint, audit, or debug Ansible playbooks, roles, inventories, FQCN, tasks.

    bashtextyaml
  • bash-script-generator
    199 lines917 words4 blocks

    Create, generate, write, or scaffold bash/shell scripts (.sh), automation, or CLI tools.

    bashmarkdowntext
  • jenkinsfile-generator
    409 lines1842 words20 blocks

    Generate/create/scaffold Jenkinsfile — declarative, scripted, shared library, CI/CD pipelines.

    bashgroovy
  • github-actions-validator
    574 lines2449 words28 blocks

    Validate, lint, audit, fix GitHub Actions workflows (.github/workflows).

    bashyaml
  • bash-script-validator
    247 lines1045 words10 blocks

    Validate, lint, audit, or fix bash/shell/.sh scripts via ShellCheck.

    bashtext
  • terraform-validator
    525 lines2517 words21 blocks

    Validate, lint, audit, or plan Terraform/.tf/HCL files; runs tflint, checkov, terraform validate.

    bashhcljsonmarkdown
  • gitlab-ci-validator
    179 lines685 words8 blocks

    Validate, lint, audit, or fix .gitlab-ci.yml pipelines, stages, and jobs.

    bashyaml
  • azure-pipelines-validator
    203 lines751 words11 blocks

    Validate, lint, audit, or review azure-pipelines.yml — syntax, security, best practices.

    bashtext

Recent Commits

-335 contributions across all repos
MarAprMayJunJulAugSepOctNovDecJanFebMar
Less
More
  • 2073d652026-03-27
    Add Codex plugin manifest and installation docs
    akin-ozer
  • 10ea8fe2026-03-05
    Consolidate ignore rules and drop tracked caches
    akin-ozer
  • 6c0f3db2026-03-05
    Fix skill validation baselines and examples
    akin-ozer
  • 7fe75952026-03-03
    fix: make upstream action surface checker handle extension inputs correctly
    akin-ozer
  • 7d0b2dc2026-03-03
    feat: add drop-in claude-code-action wrapper with devops skill injection
    akin-ozer
  • 9b829682026-03-03
    docs: update README
    akin-ozer
  • 3855da82026-03-03
    docs: rewrite README for end users
    akin-ozer
  • af813942026-03-03
    Merge origin/main into main
    akin-ozer
  • 1b2342a2026-03-03
    chore: standardize skill docs and expand regression coverage
    akin-ozer
  • 8f2903a2026-03-03
    feat(skills): expand test coverage, add new validators, and harden scripts across all devops skills
    akin-ozer