Skip to content

feat: add Kiro CLI integration#222

Open
gbpnkans wants to merge 1 commit intomsitarzewski:mainfrom
gbpnkans:feat/add-kiro-cli-integration
Open

feat: add Kiro CLI integration#222
gbpnkans wants to merge 1 commit intomsitarzewski:mainfrom
gbpnkans:feat/add-kiro-cli-integration

Conversation

@gbpnkans
Copy link

What does this PR do?

Add Kiro CLI integration — converts all Agency agents into Kiro CLI skill files (SKILL.md) and installs them to ~/.kiro/skills/.

This is a rebased version of #121 (by @kienbui1995), updated to resolve conflicts with the Qwen Code PR that landed since that PR was opened. All changes from the original PR are preserved; qwen and kiro entries are included side-by-side throughout.

Changes

  • scripts/convert.sh — add convert_kiro() (SKILL.md per agent), alongside existing convert_qwen()
  • scripts/install.sh — add detect_kiro(), install_kiro(), interactive UI entry, alongside qwen equivalents
  • integrations/kiro/README.md — tool-specific docs
  • integrations/README.md — add Kiro CLI install line
  • README.md — add Kiro CLI to Supported Tools list + <details> block
  • .gitignore — exclude generated integrations/kiro/skills/

Conflict resolution vs #121

The original PR conflicted because the Qwen Code PR landed after it was opened. All seven conflict sites in install.sh, six in convert.sh, and two in README.md were resolved by including both qwen and kiro entries in each location.

Credit

Original implementation by @kienbui1995 in #121.

🤖 Generated with Claude Code

Add first-class Kiro CLI support so users can install all Agency agents
as skills with: ./scripts/install.sh --tool kiro

Changes:
- scripts/convert.sh: add convert_kiro() (SKILL.md per agent)
- scripts/install.sh: add detect_kiro(), install_kiro(), UI entry
- integrations/kiro/README.md: tool-specific docs
- integrations/README.md: add Kiro CLI section
- README.md: add to Supported Tools, Quick Start, details block
- .gitignore: exclude generated integrations/kiro/skills/

Tested: 112 agents converted and installed successfully.
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.

2 participants