Concordia
Description
Multi-agent CLI session coordinator. Tracks active Claude Code / Gemini CLI / Codex CLI sessions per repo, recovers lost sessions from jsonl, generates end-of-session reports, and auto-resolves repo conflicts via git worktree.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Concordia
複数の AI コーディングエージェントセッション間の **協調 / 認識 / 記録** サービス。
ラテン語で **同心 / 一致 / 協調** を意味し、 ローマ女神 Concordia (元老院・市民の和合の象徴) に由来する。 **lock せず**、 各セッションが自律的に状態を共有することで重複作業や知識の分断を防ぐ。
セットアップ
設定・起動手順は用途別に [`spec/setup/`](spec/setup/) にまとめてある:
- 本体を起動する / Windows で起動する / Discord bot / observability / セッション管制 spawn
- 全設定キー: spec/setup/config-reference.md
解決する課題
複数の AI コーディングエージェント (Claude Code / Gemini CLI / Codex CLI など) を並行して使うとき、 以下が起きる:
- 同じ repo を複数セッションで触っていて、 互いの作業を知らない
- 片方のセッションが落ちたことに気付かず、 残作業が宙に浮く
- セッション終了時のレポートが手作業で大変
- どのセッションが今動いているかが見えない
Concordia は repo・session・event を 1 つの SQLite に集約し、 各エージェントの hook から HTTP で報告させることで、 これらを解決する。
アーキテクチャ概観
┌──────────────────┐ hooks (HTTP) ┌────────────────────────┐
│ Claude Code ├────────────────────►│ Concordia (HTTP/Hono) │
│ session │ POST /v1/sessions │ - sessions table │
└──────────────────┘ POST /v1/.../event │ - session_events │
┌──────────────────┐ │ - session_reports │
│ Gemini CLI ├────────────────────►│ - background sweeper │
│ (v0.2) │ │ (heartbeat→lost) │
└──────────────────┘ │ - jsonl recovery │
┌──────────────────┐ │ - worktree manager │
│ Codex CLI ├────────────────────►│ │
│ (v0.2) │ │ Backend: SQLit
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11