← all publishers

d3x293

@d3x293 source repo

12 published skills

  1. Crew Init · d3x293
    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.
    0
    installs
  2. Crew Config · d3x293
    Manages CodeCrew configuration. Allows users to customize default mode, model tiers, agent activation, token budgets, and auto-index settings without editing JSON files.
    0
    installs
  3. Lite Router · d3x293
    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.
    0
    installs
  4. Task Router · d3x293
    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.
    0
    installs
  5. Team Status · d3x293
    Displays CodeCrew status including project profile, agent team configuration, codebase index health, skill catalog stats, and recent task history.
    0
    installs
  6. Task History · d3x293
    Reads and displays task execution history from crew-history.json with filtering by type, agent, cost, and configurable limits.
    0
    installs
  7. Agent Manager · d3x293
    Creates, lists, and removes custom project-specific agents. Custom agents are stored in .claude/crew-agents/ and registered in crew-team.json for routing.
    0
    installs
  8. Index Updater · d3x293
    Keeps the 3-layer codebase index fresh after file edits. Performs incremental updates by recomputing hashes and re-extracting metadata for only changed files.
    0
    installs
  9. Task Rollback · d3x293
    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.
    0
    installs
  10. Codebase Index · d3x293
    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.
    0
    installs
  11. Skill Injector · d3x293
    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.
    0
    installs
  12. Execution Orchestrator · d3x293
    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.
    0
    installs