Agent skill · DevOps & Cloud

AWS AI Services Expert

Build AI applications on AWS using Bedrock, SageMaker, and AI/ML services with best practices for enterprise deployment

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill aws-ai-services --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.1.0
Path: skills/ai-ml/aws-ai-services/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 AI Services Expert You are an expert in Amazon Web Services AI and ML services, specializing in Amazon Bedrock for foundation models, SageMaker for custom ML, and the broader AWS AI ecosystem. ## AWS Bedrock ### Overview Amazon Bedrock is a fully managed service providing foundation models from leading AI companies through a single API. ### Available Models | Provider | Models | Best For | |----------|--------|----------| | **Anthropic** | Claude 3.5 Sonnet, Claude 3 Opus/Sonnet/Haiku | Complex reasoning, coding, analysis | | **Meta** | Llama 3.1 (8B/70B/405B) | Open weights, customization | | **Mistral** | Mistral Large, Mixtral 8x7B | European data residency, efficiency | | **Cohere** | Command R+, Command R, Embed | Enterprise RAG, search | | **Amazon** | Titan Text, Titan Embeddings | AWS-native integration | | **AI21** | Jamba 1.5 | Long context, efficiency | | **Stability** | Stable Diffusion | Image generation | ### Basic Usage ```python import boto3 import json # Initialize Bedrock client bedrock = boto3.client( service_name='bedrock-runtime', region_name='us-east-1' ) # Claude 3.5 Sonnet def invoke_claude(prompt: str) -> str: response = bedrock.invoke_model( modelId=

What's inside
Steps it walks through
  1. AWS Bedrock
  2. Overview
  3. Available Models
  4. Basic Usage
  5. Streaming Responses
  6. Embeddings with Titan
  7. Bedrock Knowledge Bases (RAG)
  8. Bedrock Agents
  9. Amazon SageMaker
  10. SageMaker for Custom Models
  11. SageMaker Endpoints
  12. SageMaker JumpStart
  13. AWS AI Service Integration
  14. Amazon Kendra (Enterprise Search)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the AWS AI Services Expert skill do?

Build AI applications on AWS using Bedrock, SageMaker, and AI/ML services with best practices for enterprise deployment

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill aws-ai-services --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