awslabs/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.
npx skills add https://github.com/awslabs/agent-plugins --skill 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.
Read and follow references/sagemaker-python-sdk-setup.md.
references/sagemaker-python-sdk-setup.md - SageMaker Python SDK version, region, and execution role checksreferences/execution-role-setup.md — Execution role resolution and validationTake awslabs/sdk-getting-started from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.