CldKit
ホーム探すRECIPES送信CLIAI キュレーターログイン
ログイン
CldKit
探すRecipes送信CLI·概要プライバシー利用規約

AI 開発者のために構築。すべての components をレビュー。

© 2026 CldKit

言語
ホーム>Recipes>Multi-Agent Coding Control Room

Multi-Agent Coding Control Room

advanced

Coordinate planning, GitHub context, Codex delegation, compact communication, and persistent project memory.

アーキテクチャ

Planning with Files
Maintains persistent task plans and progress tracking
88/100
git clone https://github.com/OthmanAdi/planning-with-files.git
GitHub MCP Server
Provides repository, issue, and PR context
88/100
npx -y @modelcontextprotocol/server-github
Skill Codex
Delegates bounded implementation or review work to Codex
78/100
/plugin marketplace add skills-directory/skill-codex && /plugin install skill-codex@skill-codex
Caveman
Keeps status updates compact and high-signal
86/100
curl -fsSL https://raw.githubusercontent.com/JuliusBrussee/caveman/main/install.sh | bash
SwarmVault
Stores durable project knowledge and decisions
80/100
npm install -g @swarmvaultai/cli

期待される出力

Multi-Agent Coding Control Room Plan items: 14 GitHub context loaded: 6 issues, 3 PRs Codex delegated tasks: 4 Status updates compressed: enabled Project memory pages: 9 -> Large task ready for controlled execution

関連 Recipes

Incident Response Command Center

ADVANCED

Triage production incidents from alerts to fixes with observability, chat, and repo context.

devopsworkflow

5 components

Full-Stack Testing Suite

INTERMEDIATE

Complete testing pipeline with unit tests, E2E browser tests, and TDD workflow.

codetesting

3 components

API Development Workflow

INTERMEDIATE

Complete API lifecycle from design to testing with GraphQL support.

codeapi

3 components

すべてインストール

git clone https://github.com/OthmanAdi/planning-with-files.git
npx -y @modelcontextprotocol/server-github
/plugin marketplace add skills-directory/skill-codex && /plugin install skill-codex@skill-codex
curl -fsSL https://raw.githubusercontent.com/JuliusBrussee/caveman/main/install.sh | bash
npm install -g @swarmvaultai/cli

難易度

advanced

Components

5

作成日

May 1, 2026

シーン

code
workflow
devops