CldKit
AccueilExplorerRECIPESSoumettreCLICurateur IAConnexion
Connexion
CldKit
ExplorerRecipesSoumettreCLI·À proposConfidentialitéConditions

Conçu pour les développeurs IA. Chaque component est revu.

© 2026 CldKit

Langue
Accueil>Recipes>Agent Operations Board

Agent Operations Board

advanced

Coordinate multiple coding agents with file-based tasks, GitHub context, local lessons, and system-level execution.

Architecture

kanban-md
Coordinates task claims through markdown files
72/100
brew install antopolskiy/tap/kanban-md && kanban-md skill install
GitHub MCP Server
Supplies issue, PR, and repository context
88/100
npx -y @modelcontextprotocol/server-github
Skill Codex
Delegates bounded implementation or review tasks
78/100
/plugin marketplace add skills-directory/skill-codex && /plugin install skill-codex@skill-codex
Napkin
Captures repo-specific lessons and corrections
75/100
git clone https://github.com/blader/napkin.git ~/.codex/skills/napkin
Desktop Commander MCP
Runs tightly scoped local execution when needed
78/100
npx @wonderwhy-er/desktop-commander@latest setup

Sortie attendue

Agent Operations Board Task cards created: 12 Active claims: 4 Delegated tasks: 5 Repo lessons captured: 8 Local execution scope reviewed: yes -> Multi-agent workday under control

Recipes liées

Incident Response Command Center

ADVANCED

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

devopsworkflow

5 component(s)

Full-Stack Testing Suite

INTERMEDIATE

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

codetesting

3 component(s)

API Development Workflow

INTERMEDIATE

Complete API lifecycle from design to testing with GraphQL support.

codeapi

3 component(s)

Tout installer

brew install antopolskiy/tap/kanban-md && kanban-md skill install
npx -y @modelcontextprotocol/server-github
/plugin marketplace add skills-directory/skill-codex && /plugin install skill-codex@skill-codex
git clone https://github.com/blader/napkin.git ~/.codex/skills/napkin
npx @wonderwhy-er/desktop-commander@latest setup

Difficulté

advanced

Components

5

Créé

May 1, 2026

Scènes

code
workflow
devops