Sync Kiro IDE support from main (#511) into experimental#518
Merged
Conversation
Adds 'kiro' as a selectable tool target in the unified installer,
mirroring the existing per-tool integration pattern (claude, cursor,
copilot, codex, gemini, antigravity).
Per Kiro IDE docs (kiro.dev/docs/skills, kiro.dev/docs/mcp/configuration):
- Skills install to .kiro/skills/<skill>/SKILL.md (project) or
~/.kiro/skills/ (global). Same SKILL.md schema as Claude/Cursor —
no skill content changes required.
- MCP config writes to .kiro/settings/mcp.json (project) or
~/.kiro/settings/mcp.json (global). Same {"mcpServers": ...}
schema, so the existing write_mcp_json helper is reused.
Detection looks for /Applications/Kiro.app or a 'kiro' command (Bash),
and %LOCALAPPDATA%\Programs\Kiro\Kiro.exe or 'kiro' command (PowerShell).
Co-authored-by: Antony Prasad Thevaraj <280810845+antonyprasad-db@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
install.sh/install.ps1) frommainontoexperimental[Kiro](https://kiro.dev)to the README tools list and.kiroto the project-config dirs noteConflict resolution
install.shhad to merge the experimental branch's saved-config /HAS_PREVIOUS_CONFIGselection logic with the Kiro additions — both kept; Kiro is now wired through both the saved-config path and auto-detection path, including the "nothing detected, default to claude" guard.Test plan
bash install.sh --tools kiro --silentwrites skills to.kiro/skills/and MCP config to.kiro/settings/mcp.jsonbash install.sh --helpshowskiroin the--toolslistkiropre-selects it as "previous"/Applications/Kiro.appon macOS and thekiroCLI on PATHThis pull request and its description were written by Isaac.