Agent skill · DevOps & Cloud

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 18 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrep
Path: skills/api/aws-sdk-java-v2-bedrock-giuseppe-trisciuogli-developer-kit-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Overview
  3. Instructions
  4. Quick Start
  5. Dependencies
  6. Basic Client Setup
  7. Core Patterns
  8. Model Discovery
  9. Model Invocation
  10. Streaming Responses
  11. Text Embeddings
  12. Spring Boot Integration
  13. Basic Usage Example
  14. Best Practices
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going