← Back to catalog
d3x293

Author in the catalog

d3x293

12 skills156 stars totalgithub.com/d3x293

Published skills

agent-manager

13

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

DevOps e Infra#aiby d3x293

crew-config

13

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

Automação#aiby d3x293

execution-orchestrator

13

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.

Automação#aiby d3x293

lite-router

13

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.

Automação#aiby d3x293

task-history

13

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

Marketing#aiby d3x293

team-status

13

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

Automação#aiby d3x293

codebase-index

13

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.

Design e Frontend#aiby d3x293

crew-init

13

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.

Design e Frontend#aiby d3x293

index-updater

13

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

Dados e Análise#aiby d3x293

skill-injector

13

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.

Marketing#aiby d3x293

task-rollback

13

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.

Desenvolvimento#git#aiby d3x293

task-router

13

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.

DevOps e Infra#aiby d3x293

Category alert

Get new DevOps e Infra skills every Monday