Ccgrid — Development skill for Claude Code
Team development management tool powered by Claude Agent SDK.
How to install Ccgrid
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open O6lvl4/ccgrid and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Ccgrid does
Team development management tool powered by Claude Agent SDK. Lead agent orchestrates multiple Teammate agents to execute tasks in parallel.
Alternatives in Development
- Happy Coder — by GrocerPublishAgent - Spawn and control multiple Claude Codes in parallel from your phone or desktop 15.7k ★
- Crypto Research Command — Think hard and execute comprehensive cryptocurrency research by calling all crypto analysis agents in parallel 3.4k ★
- Flow Parallel — Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates 2.8k ★
README
ccgrid
A team development management tool powered by Claude Agent SDK. A Lead agent launches and monitors multiple Teammate agents to execute tasks in parallel.
Overview
ccgrid is a collaborative AI team development environment leveraging the Claude Agent SDK. A single Lead agent manages multiple Teammate agents, executing tasks in parallel to efficiently handle large-scale projects.
Key Features
1. Session Management
- Lead + Teammate Team Structure: Lead agent dynamically launches and monitors Teammates
- Session Resume: Resume interrupted sessions (
POST /api/sessions/:id/continue) - Cost Tracking: Real-time display of token usage and costs
- Usage Gauge: Visualize usage rate against plan limits in a fuel gauge style
2. Teammate Coordination
- Auto-Discovery: Automatically detect Teammates via Agent SDK Hooks
- Task Sync: Monitor and sync task JSON files at
~/.claude/tasks/{sessionId}/ - DM Relay: Message exchange between Lead ↔ Teammates (WebSocket + REST API)
- Status Management: Lifecycle management:
starting→working→idle→stopped
3. Skill & Plugin System
- 3 Skill Types:
official: Official Claude skillsexternal: Installed from GitHub repositoriesinternal: User-defined skills
- Plugin Management: Batch install skills by loading
ccgrid-plugin.jsonfrom GitHub repos (e.g.,owner/repo) - Skill Discovery: Automatically injected into Lead prompt and available to Teammates
4. Permission Management
- Rule-Based Auto-Decision:
allow/denyrules based on tool name and path patterns - Interactive Approval: UI-based allow/deny selection when no matching rule exists
- Permission Log: Record all permission decisions as history (
PermissionLogEntry) - Input Rewriting: Modify tool input parameters upon approval
5. Real-Time Communication (WebSocket)
- Server → Client: Instantly deliver session state, Teammate output, task updates,
Related Skills
Execute Team
You are orchestrating message-gated implementation and review using agent teams. You are the team lead.
Review Team
Run review-team skill: parallel multi-role review with consensusLevel and Tech Lead report
Claude Dev
Autonomous multi-agent development team orchestrator for Claude Code. Team-lead agent dispatches developer/rev
PARL
PARL (Parallel-Agent Reinforcement Learning) is a training paradigm that teaches models to decompose complex t
Execute Sprint
Execute all tasks for a sprint with parallel execution and synthesis
Phase Breakdown
Execute a development phase using native Claude Code sub-agents for parallel implementation. Supports 33 langu
Related Agents
Parallel Executor
Orchestrates multiple sub-agents working on the same codebase in parallel via dkod. Use when the user has 2+ i
Buildcrew
Team lead - orchestrates 18 specialized agents across 13 operating modes — full development lifecycle from pro
Amoa Team Orchestrator
Coordinates multiple developer agents working in parallel on features using GitHub Projects and AI Maestro mes