Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@ Agent Plugins for AWS equip AI coding agents with the skills to help you archite
/plugin install deploy-on-aws@agent-plugins-for-aws
```

### Kiro IDE

1. Open the **Agent Steering & Skills** section in the Kiro panel
2. Click **+** and select **Global Agent Skills**
3. Select **Import skill from GitHub**
4. Enter: `https://github.com/awslabs/agent-plugins/tree/main/plugins/deploy-on-aws/skills/deploy`
5. Add the MCP servers from `plugins/deploy-on-aws/.kiro/mcp.json` to your Kiro MCP settings

### Kiro CLI

1. Import the skill into your global skills directory:

```bash
cp -r plugins/deploy-on-aws/skills/deploy ~/.kiro/skills/deploy
```

2. Add the MCP servers from `plugins/deploy-on-aws/.kiro/mcp.json` to your `~/.kiro/mcp.json`

### Cursor

Use the official [Cursor marketplace](https://cursor.com/marketplace) to install the plugins from this repository. For additional information, please refer to the [documentation](https://cursor.com/docs/plugins).
Expand Down Expand Up @@ -64,7 +82,7 @@ Equips agents with the skills to accelerate AWS deployment - recommending AWS ar

## Requirements

- Claude Code >=2.1.29 or Cursor released >= Feb 17 2026
- Claude Code >=2.1.29, Kiro IDE >=0.9 / Kiro CLI >=1.24.0, or Cursor released >= Feb 17 2026
- AWS CLI configured with appropriate credentials

## Troubleshooting
Expand Down
1 change: 1 addition & 0 deletions plugins/deploy-on-aws/.kiro/mcp.json
1 change: 1 addition & 0 deletions plugins/deploy-on-aws/.kiro/skills
7 changes: 7 additions & 0 deletions plugins/deploy-on-aws/.kiro/steering/deploy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
inclusion: auto
globs:
- "**/*"
---

When the user asks to deploy to AWS, host on AWS, run on AWS, estimate AWS costs, or generate infrastructure, activate the `deploy` skill from `.kiro/skills/deploy/SKILL.md`.
Loading