kiro

Orchestrate Kiro ACP coding sessions with GitHub branches and PRs.

7|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/consuelohq/openengineer --skill kiro-consuelohq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro
Source: https://github.com/consuelohq/openengineer/tree/main/.opencode/skills/kiro
Command: npx skills add https://github.com/consuelohq/openengineer --skill kiro-consuelohq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates automated coding sessions by spawning Kiro ACP tasks, monitoring progress, and handling git/PR workflows to streamline development.

Core Features & Use Cases

  • Spawns Kiro ACP sessions for coding tasks and monitors progress in real-time
  • Automatically creates branches and PRs on GitHub and updates Linear tasks accordingly
  • Supports both chat-initiated tasks and Linear spec-driven work, with parallel sessions possible

Quick Start

Describe the task to OpenCode and specify the branch name for Kiro to work on.

Frequently Asked Questions about kiro

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate coding sessions to implement Linear specs in a GitHub repository?

Automated coding sessions for Linear specs use Kiro ACP to orchestrate prompts, create branches, and open GitHub PRs. Describe the task and branch name to OpenCode to start the end-to-end workflow.

Can I run parallel automated coding sessions across multiple branches?

Yes, parallel automated coding sessions are supported across multiple branches. The orchestration workflow monitors each Kiro ACP session in real-time while handling git operations and progress reporting independently.

Does automated coding orchestration update task status in Linear and Slack?

Yes, automated coding orchestration updates task status in both Linear and Slack. The workflow coordinates error handling and sends progress updates to keep your team informed throughout the coding session.

How do I start a coding task from chat input instead of a Linear spec?

To start a coding task from chat, describe the task to OpenCode and specify the target branch name. Kiro ACP will spawn the session, monitor progress, and handle the GitHub PR workflow automatically.

What is the best way to coordinate git workflows when automating code generation?

The best way to coordinate git workflows in automated code generation is using an orchestration layer that manages branch creation, GitHub API interactions, and PR generation end-to-end, like the Kiro ACP workflow.