From coding-agent
Terraform expertise — HCL authoring, module design, state management, provider configuration, and infrastructure-as-code best practices for multi-cloud environments.
npx claudepluginhub devjarus/coding-agentThis skill uses the workspace's default tool permissions.
HCL, module design, state management, and multi-cloud provider configuration.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
HCL, module design, state management, and multi-cloud provider configuration.
terraform plan output for safetymain.tf, variables.tf, outputs.tf, locals.tf, data.tf, versions.tfprevent_destroy, create_before_destroy, ignore_changesfor_each over count to avoid index-shift destroys.tfstate; commit terraform.lock.hcltfvars for env-specific values; secrets from Vault/SSM{project}-{env}-{resource}; default_tags in AWS provider~> 5.0); regular controlled upgradesterraform fmt -check -> terraform validate -> terraform plan