mirror of
https://github.com/proffesor-for-testing/agentic-qe.git
synced 2026-09-19 08:45:47 +08:00
2c3d70bedb
Adds full Kiro IDE support converting AQE agents, skills, hooks,
and steering files to Kiro-native formats.
## What's included
- New `kiro-installer.ts` (939 lines) — converts OpenCode YAML agents
and Claude Code SKILL.md skills to Kiro formats
- CLI flag `--with-kiro` wired across init pipeline (6 files)
- 87 agents as `.kiro/agents/*.json` (59 OpenCode + 15 n8n + 9 QE
subagents + 4 testing/analysis)
- 86 skills as `.kiro/skills/*/SKILL.md` with full content (43K lines)
- 5 hooks (`.kiro/hooks/*.kiro.hook`)
- 2 steering files (`.kiro/steering/*.md`)
- MCP config (`.kiro/settings/mcp.json`)
## Key implementation details
- Reads full skill content from `.claude/skills/*/SKILL.md` (not thin
OpenCode YAML) to preserve code examples and execution flows
- Converts `mcp:agentic-qe:` refs to `@agentic-qe/` in tools and prompts
- Maps Claude Code tool names to Kiro builtins (bash→shell, edit→write)
- Converts `.claude/agents/{subagents,n8n,testing,analysis}/*.md` markdown
agents to Kiro JSON format
- Auto-detects existing `.kiro/` directory for `--auto` mode
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>