From aws-skills-for-claude-code
Builds AWS serverless applications using SAM CLI: init new apps, build, deploy, local invoke Lambda functions, and fetch logs. Activates on SAM, serverless, or Lambda mentions.
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeThis skill uses the workspace's default tool permissions.
- sam_init - Create new SAM app
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.
├── infrastructure/
│ ├── cloudformation/
│ └── lambda/
│ └── api/
│ ├── app.py
│ └── requirements.txt
└── template.yaml
.aws-sam to .gitignoreinfrastructure/lambda/{
"mcpServers": {
"aws-sam": {
"command": "uvx",
"args": ["awslabs.aws-serverless-mcp-server@latest"],
"env": {
"AWS_PROFILE": "default",
"AWS_REGION": "us-east-1"
}
}
}
}
Prerequisites: SAM CLI installed, optionally Docker/Finch.