diff --git a/README.md b/README.md index 0e21e66..0700a38 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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 diff --git a/plugins/deploy-on-aws/.kiro/mcp.json b/plugins/deploy-on-aws/.kiro/mcp.json new file mode 120000 index 0000000..c67157d --- /dev/null +++ b/plugins/deploy-on-aws/.kiro/mcp.json @@ -0,0 +1 @@ +../.mcp.json \ No newline at end of file diff --git a/plugins/deploy-on-aws/.kiro/skills b/plugins/deploy-on-aws/.kiro/skills new file mode 120000 index 0000000..42c5394 --- /dev/null +++ b/plugins/deploy-on-aws/.kiro/skills @@ -0,0 +1 @@ +../skills \ No newline at end of file diff --git a/plugins/deploy-on-aws/.kiro/steering/deploy.md b/plugins/deploy-on-aws/.kiro/steering/deploy.md new file mode 100644 index 0000000..b51f177 --- /dev/null +++ b/plugins/deploy-on-aws/.kiro/steering/deploy.md @@ -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`.