From aws-skills-for-claude-code
Searches Terraform registry for providers, modules, policies, and details; manages HCP Terraform workspaces, runs, variables for IaC workflows.
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeThis skill uses the workspace's default tool permissions.
- search_providers / get_provider_details - Provider documentation
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.
{
"mcpServers": {
"terraform": {
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "TFE_TOKEN", "hashicorp/terraform-mcp-server"],
"env": {
"TFE_TOKEN": "$TFE_TOKEN"
}
}
}
}
Set ENABLE_TF_OPERATIONS=true for destructive operations (apply/destroy).
After changing env vars, restart the Docker container.