Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By fabn
Project-agnostic Terraform operations: plan with safety categorization, apply with confirmation gates and targeted apply, drift detection and resolution.
npx claudepluginhub fabn/claude-plugins --plugin terraformThis skill should be used when the user wants to apply Terraform changes, execute infrastructure updates, deploy planned changes, or confirm and apply a Terraform execution plan. Activates on: "terraform apply", "apply changes", "deploy changes", "apply plan", "execute plan", "run apply", "deploy infrastructure", "apply terraform changes", "applica terraform", "applica modifiche", "applica piano terraform", "esegui apply", "distribuisci modifiche".
This skill should be used when the user wants to detect infrastructure drift, identify resources where remote state differs from Terraform code, review proposed code changes as diffs, approve alignment, and commit verified code. Activates on: "terraform drift", "detect drift", "check drift", "infrastructure drift", "state drift", "drift detection", "align code with state", "sync terraform state", "deriva terraform", "controlla deriva", "allinea codice", "sincronizza stato".
This skill should be used when the user wants to run a Terraform plan, analyze infrastructure changes, preview what resources will be created, modified, or destroyed, or get a safety-categorized summary of pending changes. Activates on: "terraform plan", "run plan", "check changes", "what will terraform do", "plan terraform", "show pending changes", "infrastructure diff", "preview changes", "infrastructure changes", "what changes", "piano terraform", "pianifica terraform", "controlla modifiche", "anteprima modifiche", "differenze infrastruttura".
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Terraform Cloud workspace management, run monitoring, and registry lookups
Terraform and Terraform Cloud - infrastructure as code
DevOps skills for Claude Code: Terraform/OpenTofu workflows, AWS infrastructure management, safety-first IaC practices, and parallel agent orchestration
Terraform module creation and infrastructure planning
Terraform code generation skills including HCL generation, style guides, and testing.
Detect infrastructure drift from desired state
Ruby on Rails development workflows. Includes debugging and performance profiling, test scaffolding with RSpec and FactoryBot, refactoring patterns for service objects, concerns, and query objects, and guided version upgrades.
Datadog monitoring workflows for Terraform-managed infrastructure. Includes dashboard creation with metric discovery and HCL generation, log search and analysis, APM trace investigation, and interactive setup.
GitHub workflows: feature development with branch/commit/PR flow, addressing PR review comments, issue and project board management (Epics, sub-issues, triage), release management with Release Drafter (setup, upgrade, and publishing), actionlint CI for workflow linting, and interactive setup for GitHub MCP server and gh CLI.
Spacelift CI/CD workflows for Terraform: stack management, run inspection with log analysis, failure debugging, local previews, dependency tracking, and GraphQL schema exploration.
A collection of Claude Code plugins for monitoring, infrastructure, and development workflows.
| Plugin | Description | Skills |
|---|---|---|
| datadog | Datadog monitoring: dashboards, logs, APM traces, metric discovery | setup, dashboard, logs, traces |
| github | GitHub workflows: issues, PRs, releases, project boards, code review | setup, release, feature, pm, address-review |
| rails | Ruby on Rails development: debugging, testing, refactoring, migrations | debug, test, refactor, migrate, upgrade |
| terraform | Terraform infrastructure: plan, drift detection, apply with safety gates | plan, drift, apply |
/plugin marketplace add fabn/claude-plugins
/plugin install github@fabn-claude-plugins
Add to your ~/.claude/settings.json (user-level) or .claude/settings.json (project-level):
{
"enabledPlugins": {
"github@fabn-claude-plugins": true,
"terraform@fabn-claude-plugins": true
},
"extraKnownMarketplaces": {
"fabn-claude-plugins": {
"source": {
"source": "github",
"repo": "fabn/claude-plugins"
}
}
},
"enableAllProjectMcpServers": true
}
/plugin marketplace add /absolute/path/to/claude-plugins
claude --plugin-dir ./plugins/datadog
claude --plugin-dir ./plugins/rails