From aws-skills-for-claude-code
Builds AI agents with Strands SDK using Bedrock, Anthropic, OpenAI, Gemini, or Llama models, with tool calling, conversation context, and Strands doc tools. Useful for Strands SDK, AI agent building, or multi-provider LLM agents.
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeThis skill uses the workspace's default tool permissions.
Build AI agents with tool calling, conversation context, and multiple LLM providers. Default provider is Amazon Bedrock.
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.
Build AI agents with tool calling, conversation context, and multiple LLM providers. Default provider is Amazon Bedrock.
export AWS_BEDROCK_API_KEY=your_key
pip install strands-agents strands-agents-tools
pip install 'strands-agents[anthropic]' + ANTHROPIC_API_KEYpip install 'strands-agents[openai]' + OPENAI_API_KEYpip install 'strands-agents[gemini]' + GOOGLE_API_KEYpip install 'strands-agents[llamaapi]' + LLAMA_API_KEYpip install strands-agents-tools{
"mcpServers": {
"strands-agents": {
"command": "uvx",
"args": ["strands-agents-mcp-server"]
}
}
}