From aws-skills-for-claude-code
Designs and deploys multi-cloud infrastructure with StackGen: create appstacks on AWS/Azure/GCP, manage resources/dependencies, configure environments, push IaC to Git.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:stackgenThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Appstack: get_appstacks, create_appstack, copy_topology, get_appstack_resources
{
"mcpServers": {
"stackgen": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.stackgen.com/mcp"]
}
}
}
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeGenerates modular IaC configs for Terraform, CloudFormation, Pulumi, ARM templates, and CDK across AWS, GCP, Azure with variables, outputs, and remote state.
Manages Pulumi stacks for dev, staging, and prod environments with Bash commands for creation, selection, configuration, YAML files, and TypeScript config reading.
Guides creation, modification, validation of Terraform Stack configs (.tfcomponent.hcl, .tfdeploy.hcl); manages components/deployments from local/public/private sources for multi-region/env infrastructure.