byhuggingface· 63 skills
Ensure a usable SageMaker execution role exists before deploying or training. Use this skill whenever about to create a SageMaker endpoint, model, training job, or any resource that requires an execution role. Use it especially when the user has not provided a role ARN explicitly, when scripts are about to call iam:CreateRole, or when an AccessDenied error mentions an IAM action. Never blindly call iam:CreateRole — always check for existing roles first. This skill prevents the most common SageMaker deployment failure: trying to create IAM resources from an SSO principal that has no IAM write permissions.
$npx -y skills add huggingface/skills --skill hf-cloud-sagemaker-iam-preflightInstalls into the current project.
Run `npx skills use "https://github.com/huggingface/skills" --skill "huggingface/skills/hf-cloud-sagemaker-iam-preflight"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/huggingface/skills" that are relevant to the current task. Run `npx skills add "https://github.com/huggingface/skills"` and select the relevant skills, then follow their instructions.