Agent Integrations

Kora is built from the ground up to be the bridge between human developers and AI agents. It provides the structure agents need to work safely and autonomously.

Kora supports all major AI coding assistants with a standardized integration layer.

Automated Setup

The kora setup command scans your environment and generates the necessary rule files, instructions, and custom commands for every supported tool.

bash
kora setup --all

Supported Tools

Claude

CLAUDE.md rules

Cursor

.mdc definition

Cline

clinerules profile

Windsurf

mcp-ready config

Copilot

Custom instruction

Gemini

GEMINI.md context

Agent Workflow

When an agent is integrated with Kora, it follows a strict, race-safe lifecycle to ensure data integrity and prevent collisions.

agent-context — shell
# 1. Claim available work
kora claim TASK-a4f2b3
✓ Atomic lock acquired. Task assigned to agent.
# 2. Log progress & hand off
kora handoff TASK-a4f2b3
⟳ Context serialized. Ready for next agent.