By thimslugga
Complete Terraform expertise for Azure, AWS, and Google Cloud. PROACTIVELY activate for: (1) any Terraform task (init/plan/apply/validate), (2) IaC design, (3) resource import and state management, (4) multi-environment architectures, (5) CI/CD integration, (6) security scanning, (7) version-aware code generation, (8) CLI mastery. Provides: provider knowledge (AzureRM/AWS/GCP), state operations, bulk import (Terraformer/aztfexport), tfsec/Checkov, enterprise patterns, full CLI reference.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Apply Terraform changes to infrastructure
Format Terraform configuration files
Import existing infrastructure into Terraform state
Initialize Terraform workspace with backend configuration
Generate and review Terraform execution plan
OpenTofu (Terraform open-source fork) guide and migration. PROACTIVELY activate for: (1) OpenTofu installation and tofu CLI usage, (2) migrating from Terraform CLI to OpenTofu, (3) provider compatibility between Terraform and OpenTofu, (4) state file compatibility, (5) OpenTofu-specific features (encrypted state, dynamic provider config), (6) Terraform Registry vs OpenTofu Registry, (7) CI/CD with OpenTofu (GitHub Actions, Azure DevOps), (8) HashiCorp BSL license vs OpenTofu MPL, (9) using OpenTofu with Terragrunt. Provides: migration checklist, CLI command mapping, encrypted state setup, registry comparison, and CI YAML templates.
Terraform task patterns — common workflows and pipeline steps. PROACTIVELY activate for: (1) terraform init/plan/apply/destroy workflows, (2) terraform fmt and validate in CI, (3) workspace management (terraform workspace), (4) remote state backends (Azure Storage, S3, Terraform Cloud), (5) state locking and DynamoDB locks, (6) terraform import for existing resources, (7) terraform refresh and drift detection, (8) -target and -replace use cases, (9) version pinning (required_version, required_providers), (10) tfvars file conventions for environments. Provides: workflow templates, backend configuration examples, state-locking setup, import recipes, and CI pipeline patterns.
Uses power tools
Uses Bash, Write, or Edit tools
A curated collection of Claude Code plugins covering development tooling, infrastructure, documentation, and language expertise.
| Plugin | Description | Version |
|---|---|---|
| bash-expert | Bash 5.3 scripting, ShellCheck, security-first patterns, cross-platform | 1.0.0 |
| database-expert | SQL, PostgreSQL, Redshift | 1.0.0 |
| developer | General development workflows and tooling | 1.0.0 |
| doc-expert | ADR authoring, Markdown lint, documentation diagnostics | 1.0.0 |
| docker-expert | Docker 2025 features, multi-stage builds, security hardening | 1.5.8 |
| git-expert | Git 2.49+, GitHub CLI, signed commits, safety guardrails | 1.5.6 |
| plugin-expert | Claude Code plugin development, validation, and publishing | 1.0.0 |
| powershell-expert | PowerShell 7.5+, Az/Graph/PnP modules, cross-platform | 2.0.6 |
| python-development | Django, FastAPI, async patterns, uv | 1.0.0 |
| python-expert | Python 3.13+, asyncio, type hints, FastAPI, pytest, Ruff | 2.3.6 |
| terraform-expert | Terraform/OpenTofu, Azure/AWS/GCP, state management, CI/CD | 1.0.0 |
| windows-path-expert | Windows path resolution, Git Bash/MINGW compatibility | 1.0.0 |
# Add this marketplace to Claude Code
/plugin marketplace add thimslugga https://github.com/thimslugga/thimslugga-cc-plugins
# Install a specific plugin
/plugin install bash-expert@thimslugga
/plugin install docker-expert@thimslugga
thimslugga-cc-plugins/
├── .claude-plugin/
│ └── marketplace.json # Central plugin registry
├── plugins/
│ └── <plugin-name>/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin config (version must match marketplace)
│ ├── agents/ # Agent definitions
│ ├── skills/ # Skill knowledge bases
│ ├── commands/ # Slash commands
│ └── hooks/ # Lifecycle hooks
└── scripts/
├── version_ops.py # Version management
└── validate_plugins.py # Plugin structure validation
Versions are kept in sync between each plugin's plugin.json and the central marketplace.json. Always use the version script — never edit versions by hand.
# Bump a single plugin after making changes
python3 scripts/version_ops.py -b patch -p <plugin-name>
# Bump all plugins
python3 scripts/version_ops.py -b patch --all
# Validate versions are in sync
python3 scripts/version_ops.py --validate
# Sync if they drift
python3 scripts/version_ops.py --sync
Version bump guide:
patch — bug fixes, docs, minor tweaksminor — new features, skills, or agentsmajor — breaking changespython3 scripts/validate_plugins.py to check structurepython3 scripts/version_ops.py --validate to check version syncMIT — see LICENSE
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub thimslugga/thimslugga-cc-plugins --plugin terraform-expertComprehensive Python 3.13+ expertise covering modern Python, async, types, performance, and cloud deployment. PROACTIVELY activate for: (1) any Python task, (2) 3.13+ features (free-threading, JIT), (3) asyncio and concurrency, (4) type hints with mypy/pyright, (5) package management (uv/pip/poetry), (6) project layout, (7) FastAPI, (8) Pydantic, (9) pytest, (10) Cloudflare Workers/Containers Python, (11) GitHub Actions workflows, (12) profiling, (13) OWASP security, (14) Ruff linting. Provides: production patterns, memory profiling, dataclass vs Pydantic guidance.
Complete PowerShell expertise across Windows/Linux/macOS. PROACTIVELY activate for: (1) any PowerShell task (scripts/modules/cmdlets), (2) CI/CD automation (GitHub Actions, Azure DevOps), (3) cross-platform scripting, (4) module management (PSGallery), (5) Azure/AWS/M365 automation, (6) debugging and optimization, (7) security best practices. Provides: PowerShell 7+ features, Az/Microsoft.Graph/PnP/AWS Tools patterns, PSGallery integration, CI/CD pipeline templates.
Python development with Django, FastAPI, async patterns and uv for package management
Expert bash/shell scripting across all platforms with Bash 5.3 and 2025 security-first practices. PROACTIVELY activate for: (1) any bash/shell task, (2) Bash 5.3 features (in-shell substitution, BASH_TRAPSIG), (3) security-first patterns (input validation, HISTFILE), (4) ShellCheck v0.11 validation, (5) CI/CD and container-aware scripting, (6) debugging and profiling. Provides: Bash 5.3 reference, ShellCheck rules, Google Shell Style, POSIX.1-2024 compliance, cross-platform patterns, and cloud/CI helpers.
Windows path resolution and Git Bash compatibility expert for Claude Code. PROACTIVELY activate for: (1) file path errors on Windows (backslash issues), (2) Git Bash MINGW path resolution, (3) Edit/Write tool failures with Windows paths, (4) cross-platform path conversion, (5) Windows file system navigation, (6) path format detection and conversion, (7) Windows-specific file operation troubleshooting. Provides: automatic format detection, backslash conversion, MINGW fixes, real-time validation.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.