hf-cloud-sagemaker-deployment-planner

hf-cloud-sagemaker-deployment-planner is a skill for Claude Code from waybarrios/opencode-power-pack. It costs 52 tokens per session (1,552 once invoked), scanned A, a copy of hf-cloud-sagemaker-deployment-planner, MIT.

A planning guide for hosting a machine-learning model on Amazon SageMaker, AWS’s service for running models and other machine-learning workloads.

In plain words
What is it for?
Use it to plan real-time, serverless, asynchronous, batch, or Bedrock-based deployment, then hand off to the relevant SageMaker setup and deployment steps.
Why use it?
It helps choose how the model should serve requests and identifies the setup work needed before deployment, such as context, permissions, and serving images.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the opencode-power-pack plugin — 54 skills shipped together

Good fit Use it to plan real-time, serverless, asynchronous, batch, or Bedrock-based deployment, then hand off to the relevant SageMaker setup and deployment steps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/waybarrios/opencode-power-pack/hf-cloud-sagemaker-deployment-planner
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add waybarrios/opencode-power-pack --skill hf-cloud-sagemaker-deployment-planner
Clone the repo
git clone --depth 1 https://github.com/waybarrios/opencode-power-pack

Made for: Claude Code.

Or install opencode-power-pack, the plugin that ships this one along with the rest of its 54 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hf-cloud-sagemaker-deployment-planner

README.md
[![agentmods](https://agentmods.dev/badge/skills/waybarrios/opencode-power-pack/hf-cloud-sagemaker-deployment-planner.svg)](https://agentmods.dev/skills/waybarrios/opencode-power-pack/hf-cloud-sagemaker-deployment-planner)
Your own site
<a href="https://agentmods.dev/skills/waybarrios/opencode-power-pack/hf-cloud-sagemaker-deployment-planner"><img src="https://agentmods.dev/badge/skills/waybarrios/opencode-power-pack/hf-cloud-sagemaker-deployment-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,552 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 88% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.01552
Opus 5 $0.00026 $0.00776
Sonnet 5 $0.00010 $0.00310
Haiku 4.5 $0.00005 $0.00155

Measured 8d ago against content hash 9f5a8782b1f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

hf-cloud-sagemaker-deployment-planner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

88% identical to hf-cloud-sagemaker-deployment-planner — 10 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/hf-cloud-sagemaker-deployment-planner/SKILL.md · 87 lines

How it starts

The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SageMaker Deployment Planner

You are helping a user deploy a model to Amazon SageMaker. Most users invoking this skill want the model deployed with reasonable defaults, in as few questions as possible. Ask only what you need, recommend a pathway honestly, and hand off to the specialized skills.

Workflow phases

  1. Discovery — what is being deployed and what are the constraints (this skill)
  2. Pathway selection — real-time / serverless / async / batch / Bedrock CMI (this skill)
  3. Context preflighthf-cloud-aws-context-discovery, then hf-cloud-python-env-setup
  4. IAM preflighthf-cloud-sagemaker-iam-preflight
  5. Image selectionhf-cloud-serving-image-selection
  6. Deploymenthf-cloud-sagemaker-production-defaults

Phases 1–2 are this skill's job. The others activate when their patterns match.

Discovery: ask only what you need

You will eventually need to know:

  • What model: HuggingFace ID, S3 path to artifacts, or model name. If the user is vague ("the model I fine-tuned"), ask for the artifact location.
  • Model type: text-generation LLM, embedding/reranker, or other (classifier, NER, etc.). This determines the serving stack — usually inferable from the model name (anything ending in -embed-*, starting with BAAI/bge-, sentence-transformers/* etc. is embeddings; chat/instruct models are LLMs). Only ask if it's genuinely ambiguous.
  • Traffic shape: roughly how often will this be called?
  • Latency tolerance: interactive, near-real-time, or async?
  • Cost sensitivity: ask only if the user signals it or the traffic pattern is ambiguous.

Region comes from hf-cloud-aws-context-discovery — don't ask unless the user volunteers it.

Do not front-load all of these. A common minimal set is just: what model, and roughly how often will it be called? The model name usually settles the model-type question. That alone is often enough to narrow the pathway to two candidates. If the user already told you something, don't ask again.

Read the full file on GitHub · 87 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 87 lines · 52 tokens per session scan A 9f5a8782b1f0

Subscribe to this mod's changes

hf-cloud-sagemaker-deployment-planner is a skill published in the GitHub repository waybarrios/opencode-power-pack (495 stars, last pushed yesterday), licensed MIT. It adds 52 tokens to every session and 1,552 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to hf-cloud-sagemaker-deployment-planner, differing in 10 lines, and is treated as a copy.

Related

Other skills, from other repositories

shipkit-prompt-audit

Audit LLM prompt pipeline architecture — decomposition, parallelization, chain integrity, schema validation, fallback paths. Finds structural issues no linter catches.

stefan-stepzero/shipkit · 36 tokens

review-loop

Run the adversarial verification loop — implement, then hand the change to a fresh checker that did not write it, fix what it finds, and re-dispatch until APPROVE. Use before claiming any behavioural change is done, and on requests like "review loop", "adversarial review", "independent review", "get this verified"…

sangrokjung/claude-forge · 100 tokens

memstack-seo-ai-search-visibility

Use this skill when the user says 'AI search', 'AI visibility', 'ChatGPT ranking', 'Perplexity optimization', 'GEO', 'generative engine optimization', or needs to optimize content for AI-powered search engines and LLM citations. Do NOT use for traditional SEO audits or Google Ads.

cwinvestments/memstack · 71 tokens

ln-11-plan-reviewer

Reviews an implementation plan against repository evidence before execution; identifies missing decisions and risks. Not for completed-code review.

levnikolaevich/claude-code-skills · 29 tokens

ln-25-persistence-auditor

Audits queries, transactions, data-path costs, and persistence resource lifetimes. Not for general performance tuning.

levnikolaevich/claude-code-skills · 31 tokens

ln-71-system-design-baseline-builder

Creates architecture-driving requirements and constraints before design. Not for target design, plan review, or implementation audits.

levnikolaevich/claude-code-skills · 30 tokens