Model customization agent skills
To accelerate model customization workflows, Amazon SageMaker AI provides a comprehensive set of agent Skills designed to work with AI coding assistants that support skills, such as Kiro and Claude Code. These Skills direct coding assistants, in an IDE or at command line, to orchestrate model customization tasks, such as use case specification and planning, dataset transformation, customization technique selection, fine-tuning, model evaluation, and model deployment with options for Amazon SageMaker AI and Amazon Bedrock, according to Amazon SageMaker AI best practices. You can describe your use case and preferred workflow in natural language to your coding assistant which, guided by Amazon SageMaker AI skills, outputs code constructs that handle the invocation and orchestration of Amazon SageMaker AI APIs and MCP tools.
Amazon SageMaker AI skills are distributed as an open-source agent plugin through the AWS Agent Plugins GitHub repository, maintained by AWSLabs. By adhering to the standard SKILL.md format defined by the Agent Skills open standard, these skills remain portable across any compatible coding environment.
Getting Started: Access the Amazon SageMaker AI agent skills
on GitHub through the AWSLabs Agent Plugins
repositorysagemaker-ai plugin. For coding assistants that don't support agent
plugins directly (for example, Kiro CLI or IDE as of Mar 2026), install the MCP
server and Skills separately as detailed in the read me file