Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By fabn
Spacelift CI/CD workflows for Terraform: stack management, run inspection with log analysis, failure debugging, local previews, dependency tracking, and GraphQL schema exploration.
npx claudepluginhub fabn/claude-plugins --plugin spaceliftThis skill should be used when the user wants to read Spacelift run logs, inspect a specific run, view resource changes, or find the run associated with a branch or PR. Activates on: "spacelift logs", "spacelift run", "show run", "run logs", "read logs", "spacelift changes", "run details", "find run", "run for this branch", "spacelift run status", "what changed in the run", "log spacelift", "mostra log", "dettagli run", "modifiche run spacelift".
This skill should be used when the user wants to manage Spacelift runs: confirm a pending run, discard a run, trigger a new deployment, retry a failed run, or cancel a queued run. Activates on: "confirm run", "confirm spacelift", "discard run", "discard spacelift", "trigger run", "trigger spacelift", "deploy spacelift", "retry spacelift", "cancel run", "cancel spacelift", "run spacelift", "lancia spacelift", "conferma run", "scarta run", "annulla run spacelift", "rilancia spacelift".
This skill should be used when the user wants to debug a failed Spacelift run, understand why a plan or apply failed, or investigate Spacelift errors. Follows a structured workflow: identify the failed run, fetch history and logs, parse errors, and present findings with fix suggestions. Activates on: "why did spacelift fail", "spacelift plan failed", "spacelift error", "debug spacelift", "spacelift apply failed", "spacelift failure", "fix spacelift", "what went wrong spacelift", "spacelift broken", "perché spacelift ha fallito", "errore spacelift", "spacelift rotto", "debug spacelift", "correggi spacelift".
This skill should be used when the user wants to run a Spacelift local preview, trigger a proposed run from the current workspace, or test infrastructure changes before pushing. Activates on: "local preview", "spacelift preview", "preview spacelift", "test changes spacelift", "run preview", "spacelift local", "try changes", "anteprima locale", "anteprima spacelift", "provare modifiche spacelift".
This skill should be used when the user wants to list Spacelift stacks, check stack status, show stack details, view dependencies, or get an overview of their Spacelift infrastructure. Activates on: "spacelift", "spacelift status", "list stacks", "spacelift stacks", "check spacelift", "show stack", "stack details", "spacelift dependencies", "spacelift resources", "spacelift overview", "stato spacelift", "controlla spacelift", "lista stack", "dipendenze spacelift".
Requires secrets
Needs API keys or credentials to function
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
Deployment engineering with Terraform and infrastructure as code
Complete infrastructure lifecycle management from IaC to deployment. Master AWS, Terraform, CI/CD pipelines, GitOps workflows, and deployment automation for both home projects and enterprise systems.
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
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.
Project-agnostic Terraform operations: plan with safety categorization, apply with confirmation gates and targeted apply, drift detection and resolution.
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.
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