Skip to content

Comments

feat: Add Kiro IDE and CLI support for deploy-on-aws plugin#37

Open
inariku wants to merge 5 commits intoawslabs:mainfrom
inariku:feat/kiro-support
Open

feat: Add Kiro IDE and CLI support for deploy-on-aws plugin#37
inariku wants to merge 5 commits intoawslabs:mainfrom
inariku:feat/kiro-support

Conversation

@inariku
Copy link

@inariku inariku commented Feb 18, 2026

Summary

Add support for Kiro (IDE and CLI) as a supported agent for the deploy-on-aws plugin.

Closes #36

Changes

  • Add .kiro/mcp.json mirroring the existing .mcp.json MCP server configuration
  • Add .kiro/steering/deploy.md for auto-activation of the deploy skill
  • Symlink .kiro/skills → existing skills/ directory (no duplication)
  • Update README with Kiro IDE and CLI installation instructions
  • Add Kiro IDE >=0.9 / CLI >=1.24.0 to Requirements

How It Works

  • The existing SKILL.md already follows the Agent Skills standard, which Kiro supports natively
  • MCP configuration is placed in .kiro/mcp.json for Kiro auto-detection
  • A steering file enables auto-activation when users request AWS deployment
  • Skills directory is symlinked to avoid file duplication

Testing

  • Verified skill import via Kiro IDE Global Agent SkillsImport skill from GitHub
  • Confirmed MCP server configuration is recognized by Kiro

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

Riku Inada added 4 commits February 18, 2026 12:35
- Add .kiro/mcp.json with MCP server configuration
- Add .kiro/steering/deploy.md for auto-activation
- Symlink existing skills directory into .kiro/skills
- Update README with Kiro installation instructions
- Add Kiro IDE >=0.9 / CLI >=1.24.0 to requirements
@inariku inariku requested a review from a team February 18, 2026 04:12
@inariku inariku requested review from a team as code owners February 18, 2026 04:12
@maruyama0cl
Copy link

Summary

Add support for Kiro (IDE and CLI) as a supported agent for the deploy-on-aws plugin.

Closes #36

Changes

  • Add .kiro/mcp.json mirroring the existing .mcp.json MCP server configuration
  • Add .kiro/steering/deploy.md for auto-activation of the deploy skill
  • Symlink .kiro/skills → existing skills/ directory (no duplication)
  • Update README with Kiro IDE and CLI installation instructions
  • Add Kiro IDE >=0.9 / CLI >=1.24.0 to Requirements

How It Works

  • The existing SKILL.md already follows the Agent Skills standard, which Kiro supports natively
  • MCP configuration is placed in .kiro/mcp.json for Kiro auto-detection
  • A steering file enables auto-activation when users request AWS deployment
  • Skills directory is symlinked to avoid file duplication

Testing

  • Verified skill import via Kiro IDE Global Agent SkillsImport skill from GitHub
  • Confirmed MCP server configuration is recognized by Kiro

@scottschreckengaust
Copy link
Member

@inariku - thank you for the pull request. We will respond with a Kiro path when available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add Kiro IDE and CLI support for deploy-on-aws plugin

3 participants