aws-sdk-java-v2-bedrock
Provides Amazon Bedrock patterns using AWS SDK for Java 2.x. Use when working with foundation models (listing, invoking), text generation, image generation, embeddings, streaming responses, or integrating generative AI with Spring Boot applications.
npx skills add majiayu000/claude-skill-registry --skill aws-sdk-java-v2-bedrock-giuseppe-trisciuogli-developer-kit-3 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AWS SDK for Java 2.x - Amazon Bedrock ## When to Use Use this skill when: - Listing and inspecting foundation models on Amazon Bedrock - Invoking foundation models for text generation (Claude, Llama, Titan) - Generating images with AI models (Stable Diffusion) - Creating text embeddings for RAG applications - Implementing streaming responses for real-time generation - Working with multiple AI providers through unified API - Integrating generative AI into Spring Boot applications - Building AI-powered chatbots and assistants ## Overview Amazon Bedrock provides access to foundation models from leading AI providers through a unified API. This skill covers patterns for working with various models including Claude, Llama, Titan, and Stability Diffusion using AWS SDK for Java 2.x. ## Instructions Follow these steps to work with Amazon Bedrock: 1. **Set Up AWS Credentials** - Configure credentials with appropriate Bedrock permissions 2. **Enable Bedrock Access** - Request access to specific foundation models in the AWS Console 3. **Add Dependencies** - Include bedrock and bedrockruntime dependencies 4. **Create Clients** - Instantiate BedrockClient for management and BedrockRuntimeClien
- When to Use
- Overview
- Instructions
- Quick Start
- Dependencies
- Basic Client Setup
- Core Patterns
- Model Discovery
- Model Invocation
- Streaming Responses
- Text Embeddings
- Spring Boot Integration
- Basic Usage Example
- Best Practices
What does the aws-sdk-java-v2-bedrock skill do?
Provides Amazon Bedrock patterns using AWS SDK for Java 2.x. Use when working with foundation models (listing, invoking), text generation, image generation, embeddings, streaming responses, or integrating generative AI with Spring Boot applications.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill aws-sdk-java-v2-bedrock-giuseppe-trisciuogli-developer-kit-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
