Skip to content

devops-skills

by lgbarn

DevOps skills for Claude Code: Terraform/OpenTofu workflows, AWS infrastructure management, safety-first IaC practices

About

DevOps skills for Claude Code: Terraform/OpenTofu workflows, AWS infrastructure management, safety-first IaC practices

14
Stars
27
Skill Files
3
Forks
0
PRs Merged
15
Contributors
0
Issues Open
0
Issues Closed
2026-01-23
Last Activity

Skill Analysis

201
Avg Lines / Skill
833
Avg Words / Skill
167
Code Blocks
130
Total Files
0.57 MB
Repo Size
0
Reference Files
Skill lines49 min / 195 median / 656 max
Code languagesbash, dot, hcl, json, markdown, mermaid, python, typescript, yaml
Frontmatter keysdescription, model, name
Has CLAUDE.mdNo
Has LicenseYes
File typesmd (73), sh (25), txt (15), json (3), js (3), yml (2), cmd (1), dot (1), ts (1), py (1)

Skills (27)

  • security-reviewer
    126 lines532 words1 blocks

    |

    markdown
  • conflict-arbiter
    161 lines667 words2 blocks

    |

    markdown
  • code-reviewer
    49 lines542 words

    |

  • drift-detector
    147 lines585 words2 blocks

    |

    markdown
  • terraform-plan-analyzer
    104 lines411 words1 blocks

    |

    markdown
  • historical-pattern-analyzer
    149 lines570 words2 blocks

    |

    bashmarkdown
  • historical-pattern-analysis
    229 lines834 words7 blocks

    Use when analyzing git history and past changes to identify patterns, recurring issues, and lessons learned from infrastructure changes.

    bashjsonmarkdown
  • receiving-code-review
    214 lines929 words12 blocks

    Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires ...

  • aws-profile-management
    213 lines643 words13 blocks

    Use before any Terraform or AWS operation to verify correct credentials and profile are active. Prevents cross-environment accidents.

    bash
  • verification-before-completion
    140 lines668 words7 blocks

    Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming...

  • provider-upgrade-analysis
    221 lines697 words9 blocks

    Use when analyzing Terraform provider or module upgrades for breaking changes, deprecations, and migration requirements.

    bashhcljsonmarkdown
  • requesting-code-review
    106 lines366 words2 blocks

    Use when completing tasks, implementing major features, or before merging to verify work meets requirements

    bash
  • subagent-driven-development
    271 lines1313 words4 blocks

    Use when executing implementation plans with independent tasks in the current session

    dot
  • writing-skills
    656 lines3204 words21 blocks

    Use when creating new skills, editing existing skills, or verifying skills work before deployment

    bashdotmarkdownyaml
  • systematic-debugging
    297 lines1504 words3 blocks

    Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

    bash
  • terraform-plan-review
    195 lines711 words5 blocks

    Use when analyzing terraform/tofu plan output for risks, security issues, and potential service disruptions. Required before any apply operation.

    bashmarkdown
  • brainstorming
    55 lines364 words

    "You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user inten...

  • executing-plans
    77 lines335 words

    Use when you have a written implementation plan to execute in a separate session with review checkpoints

  • terraform-drift-detection
    137 lines522 words4 blocks

    Use when detecting infrastructure drift between Terraform state and actual AWS resources. Identifies out-of-band changes.

    bashmarkdown
  • finishing-a-development-branch
    201 lines679 words10 blocks

    Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by prese...

    bash

Recent Commits

-350 contributions across all repos
JanFebMarAprMayJunJulAugSepOctNovDecJan
Less
More
  • 8a37cc32026-01-23
    refactor: complete namespace migration from superpowers to devops-skills
    Luther Barnum
  • c1ce4c32026-01-23
    feat: fork superpowers as devops-skills with IaC capabilities
    Luther Barnum
  • 35d4fbc2026-01-23
    chore: bump plugin version to 4.1.0
    Jesse Vincent
  • 19c70af2026-01-23
    chore: release v4.1.0
    Jesse Vincent
  • 405a0252026-01-23
    Merge pull request #335 from obra/fixes-for-main
    Jesse Vincent
  • 36fcd572026-01-23
    fix: Windows hook execution for Claude Code 2.1.x (#331)
    Jesse Vincent
  • 3964d182026-01-23
    feat(opencode): use native skills and fix agent reset bug (#226) (#330)
    Jesse Vincent
  • a01a1352026-01-19
    fix: respect OPENCODE_CONFIG_DIR for personal skills lookup (#297)
    oribi
  • ac471e62026-01-19
    fix use_skill agent context (#290)
    Vinicius da Motta
  • a08f0882026-01-14
    docs: fix documentation accuracy issues in skills (#157)
    Joshua Shanks