Plugins
2 plugins@fradser
Pi
Bridges to pi (dev/pi), a minimal terminal coding harness. Delegates coding tasks to the pi CLI for execution with full file and git context.
3 skills · plugin
@brycewang-stanford
NEJM Skills
Twelve-skill bundle covering the NEJM clinical manuscript lifecycle: workflow router, clinical-significance fit, study design & trial registration, EQUATOR reporting guidelines, structured abstract, terse IMRAD writing, clinical statistics, clinical display items, clinical ethics & integrity, Vancouver/ICMJE references, submission preflight, and response to reviewers.
7 skills · plugin
Results for “ter”
112 skillsTerraform
Terraform Architect
2 · bundle
Data Viz
Create terminal-based charts and visualizations from CSV, JSON, or piped data using tools like YouPlot, Termgraph, Gnuplot, and more.
10 · bundle
Semaphore
Provides a command-line interface to manage Ansible, Terraform/OpenTofu/Terragrunt, PowerShell, and other DevOps tools through a modern UI and API.
10 · bundle
Auditing Terraform Infrastructure For Security
Audit Terraform infrastructure-as-code for security misconfigurations using Checkov, tfsec, Terrascan, and OPA/Rego policies to detect overly permissive IAM policies, public resource exposure, missing encryption, and insecure defaults before cloud deployment.
24.6k · bundle
Terraform
Define and provision cloud infrastructure declaratively with Terraform, including reusable modules for Kubernetes clusters, databases, storage, and networking.
4
Terminal Ops
Executes terminal commands, inspects git state, debugs CI or builds, and makes narrow fixes with exact proof of what was executed and verified.
1
More results
Terraform Basics
Infrastructure-as-code with Terraform/OpenTofu — resources, state, modules, plan/apply. Use when writing `.tf` files, managing cloud infrastructure with Terraform or OpenTofu, handling state and backends, or reviewing IaC code.
0
Terraform
Terraform infrastructure-as-code workflow patterns: state and environments, module design, safe plan/apply, drift control, and CI guardrails
71 · bundle
Terraform Stacks
Comprehensive guide for working with HashiCorp Terraform Stacks. Use when creating, modifying, or validating Terraform Stack configurations (.tfcomponent.hcl, .tfdeploy.hcl files), working with stack components and deployments from local modules, public registry, or private registry sources, managing multi-region or multi-environment infrastructure, or troubleshooting Terraform Stacks syntax and structure.
0 · bundle
Terraform Engineer
Implement infrastructure as code with Terraform across AWS, Azure, or GCP, including module development, state management, provider configuration, multi-environment workflows, and infrastructure testing.
10.4k · bundle
Terraform
Generates modular Terraform infrastructure-as-code for AWS, GCP, or Azure, including VPC, compute, database, cache, CDN, and monitoring with per-environment sizing, remote state, and cost estimates.
13
Do Terraform
Write or review Terraform with clean versioned modules, locked remote state, drift detection, and disciplined plan review before apply.
0
Terraform Azurerm Set Diff Analyzer
Analyze Terraform plan JSON output for AzureRM Provider to distinguish between false-positive diffs (order-only changes in Set-type attributes) and actual resource changes.
36.2k · bundle
Terraform Patterns
Terraform infrastructure-as-code agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Covers module design patterns, state management strategies, provider configuration, security hardening, policy-as-code with Sentinel/OPA, and CI/CD plan/apply workflows. Use when: user wants to design Terraform modules, manage state backends, review Terraform security, implement multi-region deployments, or follow IaC best practices.
0 · bundle
Terraform Patterns
Terraform infrastructure-as-code agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Covers module design patterns, state management strategies, provider configuration, security hardening, policy-as-code with Sentinel/OPA, and CI/CD plan/apply workflows. Use when: user wants to design Terraform modules, manage state backends, review Terraform security, implement multi-region deployments, or follow IaC best practices.
3 · bundle
Tmux
Manages tmux sessions, windows, and panes for persistent terminal multiplexing, remote workflows, and scripted automation.
253
Terraform Test
Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test scenarios with run blocks, validating infrastructure behavior with assertions, mocking providers and data sources, testing module outputs and resource configurations, or troubleshooting Terraform test syntax and execution.
0 · bundle
Tmux
Manages tmux sessions, windows, and panes for persistent terminal work and scriptable multi-pane layouts.
5
Cmux
Control cmux workspaces, panes, surfaces, and agent sessions safely from macOS terminal workflows.
42.4k
Import Infrastructure As Code
Import existing Azure resources into Terraform using Azure CLI discovery and Azure Verified Modules (AVM).
36.2k
AWS
Generates production-ready Terraform files for AWS infrastructure, writing complete .tf files for any cloud architecture without deploying.
13
Claude Code
Delegate coding tasks to the Claude Code CLI via terminal commands, supporting both one-shot and interactive sessions.
2
Ovhcloud
Deploy Flutter backends to OVHCloud using Managed Kubernetes, Object Storage, and Terraform, with CLI and infrastructure-as-code examples.
4
Azure Prepare
Generate infrastructure code (Bicep/Terraform), azure.yaml, and Dockerfiles for Azure deployment, with a mandatory planning workflow.
2.7k · bundle
Checkov Iac Scanner
Scans infrastructure-as-code files for security and compliance misconfigurations using Checkov, with support for Terraform, Kubernetes, and other formats.
28
Azure Validate
Run pre-deployment validation checks for Azure readiness, including configuration, infrastructure (Bicep or Terraform), RBAC role assignments, and managed identity permissions.
2.7k · bundle
Tao Train Pointpillars
Train, evaluate, export, prune, and run inference for PointPillars 3D object detection models from LiDAR point clouds using NVIDIA TAO.
2.2k · bundle
Tend
Automates app maintenance by assessing health, prioritizing by staleness and debt, and running targeted fix pipelines that commit directly to main.
13
Arbor
Autonomously improve a real artifact (code, training recipe, agent harness, data pipeline, prompt) against an objective and an evaluator, using Hypothesis Tree Refinement (HTR) from the Arbor paper. Use this whenever someone wants to iteratively optimize something over many experiments without overfitting — e.g. "get my model's eval score up", "improve this agent/harness", "tune this pipeline", "beat the baseline on this benchmark", "run a search over approaches and keep the best", "do an MLE-bench / Kaggle-style optimization", or any long-horizon "make this artifact better and don't just memorize the dev set" task. Trigger it even when the user doesn't say "Arbor" or "hypothesis tree" but describes repeated experiment-and-evaluate loops, branching exploration of competing ideas, or worries about a dev/test gap. Runs Claude itself as the coordinator with subagent executors in...
2 · bundle
Terminal Ops
Executes commands, inspects git state, debugs CI or builds, makes narrow fixes, and reports exactly what changed and what was verified.
226k
Tmux
Manage tmux sessions, windows, and panes for terminal multiplexing, persistent remote workflows, and shell scripting automation.
42.4k
Tmux
Manages persistent terminal sessions, windows, and panes with tmux, including scripting multi-pane layouts and automating commands from shell scripts.
3
Vhs
Guides creation of professional, portable, and optimized terminal recordings using VHS, covering configuration, timing, output optimization, and CI/CD integration.
61
Terminal Ops
Runs commands, inspects git state, debugs CI failures, and makes narrow fixes with exact proof of what was executed and verified.
0
Managing Cdktf
Manages CDK for Terraform projects: synthesizes HCL, deploys stacks, inspects outputs, and analyzes diffs across TypeScript, Python, Go, Java, or C#.
7
Tmux
Manage persistent terminal sessions, windows, and panes with tmux, including scripting multi-pane layouts and automating commands from bash.
3 · bundle