O6lvl4

Ccgrid — Development skill for Claude Code

Development community

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: startingworkingidlestopped

3. Skill & Plugin System

  • 3 Skill Types:
    • official: Official Claude skills
    • external: Installed from GitHub repositories
    • internal: User-defined skills
  • Plugin Management: Batch install skills by loading ccgrid-plugin.json from 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 / deny rules 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,