d3x293/code-crew

Multi-agent orchestration plugin for Claude Code — 11 AI agents with intelligent model routing, 3-layer codebase indexing, and auto skill injection

13Stars on the repository
36Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agent-manager

01

d3x293/code-crew

Skill Claude CodeCodex

Creates, lists, and removes custom project-specific agents. Custom agents are stored in .claude/crew-agents/ and registered in crew-team.json for routing.

13 4mo ago A 36 tokens original MIT

codebase-index

02

d3x293/code-crew

Skill Claude CodeCodex

3-layer codebase indexing system for token-efficient code navigation. Builds compact index + symbol map so agents read targeted lines instead of entire files. Achieves 5-10x token savings.

13 4mo ago A 42 tokens original MIT

crew-config

03

d3x293/code-crew

Skill Claude CodeCodex

Manages CodeCrew configuration. Allows users to customize default mode, model tiers, agent activation, token budgets, and auto-index settings without editing JSON files.

13 4mo ago A 34 tokens original MIT

crew-init

04

d3x293/code-crew

Skill Claude CodeCodex

Analyzes a project codebase, builds 3-layer index, generates project profile, and auto-configures the agent team with relevant skills. The main initialization skill for CodeCrew.

13 4mo ago A 39 tokens original MIT

d3x293/code-crew

Skill Claude CodeCodex

Smart hybrid execution engine that dispatches agents in parallel or sequential order based on task dependencies. Manages the Agent tool calls, result collection, conflict detection, and integration review.

13 4mo ago A 40 tokens original MIT

index-updater

06

d3x293/code-crew

Skill Claude CodeCodex

Keeps the 3-layer codebase index fresh after file edits. Performs incremental updates by recomputing hashes and re-extracting metadata for only changed files.

13 4mo ago A 37 tokens original MIT

lite-router

07

d3x293/code-crew

Skill Claude CodeCodex

Lite task router that bypasses Opus CEO entirely. Classifies tasks and routes directly to Sonnet and Haiku agents only. Use when user runs /crew lite or /crew task --lite.

13 4mo ago A 43 tokens original MIT

skill-injector

08

d3x293/code-crew

Skill Claude CodeCodex

Auto-selects and injects relevant skills from the 125+ ECC catalog into agent prompts based on task type, project stack, and agent role. Prevents skill overload by loading only what's needed.

13 4mo ago A 45 tokens original MIT

task-history

09

d3x293/code-crew

Skill Claude CodeCodex

Reads and displays task execution history from crew-history.json with filtering by type, agent, cost, and configurable limits.

13 4mo ago A 26 tokens original MIT

task-rollback

10

d3x293/code-crew

Skill Claude CodeCodex

Reverts the last task's file changes using git. Reads task history for modified files and git reference, shows a preview, requires user confirmation, then reverts and updates the index.

13 4mo ago A 41 tokens original MIT

task-router

11

d3x293/code-crew

Skill Claude CodeCodex

CEO's task decomposition and routing engine. Classifies tasks by type and complexity, selects agents with appropriate model tiers, decides parallel vs sequential execution, and auto-injects relevant skills.

13 4mo ago A 40 tokens original MIT

team-status

12

d3x293/code-crew

Skill Claude CodeCodex

Displays CodeCrew status including project profile, agent team configuration, codebase index health, skill catalog stats, and recent task history.

13 4mo ago A 29 tokens original MIT