πŸ›‘οΈ
DevOpsPython

SageMaker IAM Preflight

by waybarrios

SageMaker IAM Preflight is a DevOps skill for Claude Code, published by waybarrios in opencode-power-pack.

482 stars39 forkson waybarrios/opencode-power-packAdded 2026/08/26+2% in starsRepository updated 2026/08/24
ai-agentsanthropicclaude-codecode-reviewcodexcodex-clideveloper-toolsgradiohuggingfacellm-toolsmachine-learningml-trainingopenai-codexopencodepipi-coding-agentpi-packagepluginsecurity-auditskills
Install in seconds
Install SageMaker IAM Preflight
Copy SageMaker IAM Preflight into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/waybarrios/opencode-power-pack/tree/main/skills/hf-cloud-sagemaker-iam-preflight ~/.claude/skills/hf-cloud-sagemaker-iam-preflight

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/waybarrios/opencode-power-pack.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/hf-cloud-sagemaker-iam-preflight/SKILL.md in waybarrios/opencode-power-pack
Installs to
~/.claude/skills/hf-cloud-sagemaker-iam-preflight
Collection
One of 25 skills cataloged from this repository
Category
DevOps β€” 798 skills

What SageMaker IAM Preflight does

SageMaker IAM Preflight checks for an existing SageMaker execution role before creating models, endpoints, or training jobs. It validates a provided role ARN or discovers a usable role when IAM access is failing.

SageMaker IAM Preflight is cataloged under DevOps on DirSkills. SageMaker IAM Preflight comes from a repository tagged ai-agents, anthropic, claude-code, code-review and codex.

Documentation

README

SageMaker IAM Preflight

Every SageMaker resource needs an execution role β€” the IAM role SageMaker assumes to read model artifacts from S3, pull serving containers from ECR, and write logs. Most deployments fail here because the script tried to create a new role without checking if a usable one already existed, then blew up because the caller is an SSO principal.

This skill encodes the right order: discover, validate, only create if necessary.

Running the helpers (cross-platform)

The helpers are Python so they run identically on Windows, macOS, and Linux:

python3 scripts/check_role.py        # macOS / Linux
python  scripts/check_role.py        # Windows (PowerShell / cmd)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about SageMaker IAM Preflight

  • What else does waybarrios publish alongside SageMaker IAM Preflight?

    SageMaker IAM Preflight is one of 25 skills that DirSkills catalogs from waybarrios/opencode-power-pack, the repository it ships in. Its siblings there include AI Slop Rubric, AWS Context Discovery and Agentic Actions Auditor. Each one is a separate skill with its own page in this directory, installs the same way SageMaker IAM Preflight does, and is maintained by waybarrios in that same repository. The rest of the collection is listed on the waybarrios/opencode-power-pack page.

  • How does SageMaker IAM Preflight compare to other DevOps skills?

    SageMaker IAM Preflight ranks #722 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of SageMaker IAM Preflight against them. Open each page to compare what they document and how they install.

More from waybarrios/opencode-power-pack

SageMaker IAM Preflight is one of 25 skills cataloged on DirSkills from waybarrios/opencode-power-pack.

See all 25 skills β†’
🧩
5d ago

AI Slop Rubric

AI Slop Rubric defines observable signs of generic or poorly grounded interface design, with severity levels, evidence needs, and repair actions. Use it to review marketing sites, product pages, dashboards, portfolios, and e-commerce layouts.
Frontend
48239
☁️
5d ago

AWS Context Discovery

AWS Context Discovery reads the local AWS profile, region, account, and caller identity before AWS or SageMaker work. Use it when cloud context is needed and you want to avoid guessing configuration.
DevOps
48239
πŸ›‘οΈ
5d ago

Agentic Actions Auditor

Agentic Actions Auditor reviews GitHub Actions workflows that invoke AI agents for prompt injection, unsafe interpolation, sandbox gaps, and permissive actor rules. Use it when auditing agentic CI workflows and cross-file references in Actions configs.
Quality
48239
πŸ“
5d ago

Agents MD Revise

Agents MD Revise captures recurring learnings from a session into AGENTS.md, CLAUDE.md, or a local override so future sessions have the same context. Use it when you need to remember project-specific commands, conventions, or gotchas.
Writing
48239
🧭
5d ago

Agents Md Improver

Agents Md Improver audits AGENTS.md, CLAUDE.md, and related rules files for coverage, clarity, and freshness. Use it when project rules need review or targeted updates after code changes.
AI Engineering
48239
πŸ—οΈ
5d ago

Code Architect

Code Architect analyzes an existing codebase’s patterns and conventions to produce an implementation blueprint for a non-trivial feature. Use it when planning architecture, file changes, component design, data flow, and build steps.
AI Engineering
48239