Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/sagemaker-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ For other agents (Kiro, etc.), install the skills and MCP server manually.
**Install skills** using the [Skills CLI](https://github.com/vercel-labs/skills). For example, to install for Kiro:

```
npx skills add https://github.com/awslabs/agent-plugins/tree/main/plugins/sagemaker-ai/skills --all --agent kiro-cli --copy
npx skills add https://github.com/awslabs/agent-plugins/tree/main/plugins/sagemaker-ai/skills --skill '*' --agent kiro-cli --copy
```

Replace `kiro-cli` with your agent if different. See [Skills supported agents](https://github.com/vercel-labs/skills#supported-agents).
Expand Down
Loading