Agent skill · DevOps & Cloud

sdk-getting-started

Validates the user's environment for SageMaker AI operations — checks SDK version, AWS region, and execution role. Use when the user says "set up", "getting started", "check my environment", "configure SDK", or as the first step in any plan involving SageMaker/Bedrock training, evaluation, or deployment.

Amazon Web Services - Labs12,649★ · +18/wk · 2 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add awslabs/agent-plugins --skill sdk-getting-started --agent claude-code

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

Facts
Files in the skill folder: 3
SKILL.md size: 1 KB
Bundled scripts: none
Path: plugins/sagemaker-ai/skills/sdk-getting-started/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 850
Language: Python

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

From the SKILL.md

# SDK Getting Started Preflight checks to verify the user's environment can run SageMaker AI operations. The agent runs these checks directly (no code generation) and stores results in conversation context for downstream skills. ## Principles 1. **Don't ask for what you can look up.** Resolve region and role programmatically before asking the user. ## Workflow Read and follow `references/sagemaker-python-sdk-setup.md`. ## References - `references/sagemaker-python-sdk-setup.md` - SageMaker Python SDK version, region, and execution role checks - `references/execution-role-setup.md` — Execution role resolution and validation

What's inside
Steps it walks through
  1. Principles
  2. Workflow
  3. References
Ships with 2 files
  • references/execution-role-setup.md
  • references/sagemaker-python-sdk-setup.md
More from agent-plugins
All skills →
About this skill
What does the sdk-getting-started skill do?

Validates the user's environment for SageMaker AI operations — checks SDK version, AWS region, and execution role. Use when the user says "set up", "getting started", "check my environment", "configure SDK", or as the first step in any plan involving SageMaker/Bedrock training, evaluation, or deployment.

How do I install it?

Run `npx skills add awslabs/agent-plugins --skill sdk-getting-started --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 awslabs/agent-plugins, a repository with 850 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