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

1
Stars
27
Skill Files
0
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)

  • historical-pattern-analyzer
    149 lines570 words2 blocks

    |

    bashmarkdown
  • security-reviewer
    126 lines532 words1 blocks

    |

    markdown
  • code-reviewer
    49 lines542 words

    |

  • drift-detector
    147 lines585 words2 blocks

    |

    markdown
  • terraform-plan-analyzer
    104 lines411 words1 blocks

    |

    markdown
  • conflict-arbiter
    161 lines667 words2 blocks

    |

    markdown
  • using-git-worktrees
    218 lines778 words10 blocks

    Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees w...

    bash
  • dispatching-parallel-agents
    281 lines1202 words9 blocks

    Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

    dotmarkdown
  • 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
  • using-devops-skills
    171 lines998 words3 blocks

    Use when starting any conversation - establishes mandatory skill invocation for both Development AND Operations workflows

    dot
  • 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 ...

  • 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
  • brainstorming
    55 lines364 words

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

  • auto-documentation
    302 lines818 words11 blocks

    Use when generating documentation for Terraform modules, infrastructure, or runbooks. Creates READMEs, operational guides, and architecture docs.

    bashhclmarkdownmermaid
  • writing-plans
    117 lines458 words5 blocks

    Use when you have a spec or requirements for a multi-step task, before touching code

    bashmarkdownpython
  • 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
  • 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
  • provider-upgrade-analysis
    221 lines697 words9 blocks

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

    bashhcljsonmarkdown

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