d3x293

36 mods across 1 repository, 13 stars between them.

codecrew

01

d3x293/code-crew

Plugin Claude Code

Local marketplace for CodeCrew plugin.

13 4mo ago A tokens not measured original MIT

codecrew

02

d3x293/code-crew

Plugin Claude Code

Multi-agent orchestration plugin - a virtual dev crew with intelligent model routing (Opus/Sonnet/Haiku), lite mode, 3-layer codebase indexing, auto-skill selection, task history, rollback, and custom agents.

13 4mo ago A tokens not measured original MIT

crew-ceo

03

d3x293/code-crew

Agent

Chief Executive Officer - the brain of CodeCrew. Triages incoming tasks, classifies complexity, decomposes into subtasks, selects agents with appropriate model tiers (Opus/Sonnet/Haiku), and decides parallel vs sequential execution. Use for every /crew task command.

13 4mo ago A 60 tokens original MIT

crew-code-reviewer

04

d3x293/code-crew

Agent

Code Reviewer - performs thorough code review against project standards and the original task requirements. Checks for bugs, security issues, code quality, and convention adherence. Use after implementation.

13 4mo ago A 39 tokens original MIT

crew-debugger

05

d3x293/code-crew

Agent

Debugger - investigates bugs through systematic root cause analysis. Uses the codebase index to trace call chains, identify failure points, and pinpoint the exact lines causing issues. Use for bug investigation before fixes.

13 4mo ago A 43 tokens original MIT

d3x293/code-crew

Agent

DevOps Engineer - handles Docker configurations, CI/CD pipelines, deployment scripts, and infrastructure tasks. Uses Haiku for cost efficiency on routine infrastructure work.

13 4mo ago A 36 tokens original MIT

crew-doc-writer

07

d3x293/code-crew

Agent

Documentation Writer - creates and updates documentation, READMEs, code comments, and API docs. Uses Haiku for cost efficiency on documentation tasks.

13 4mo ago A 34 tokens original MIT

crew-junior-dev

08

d3x293/code-crew

Agent

Junior Developer - handles simple, well-defined tasks like typo fixes, formatting, simple one-line changes, and small documentation updates. Uses Haiku for cost efficiency.

13 4mo ago A 38 tokens original MIT

d3x293/code-crew

Agent

Security Analyst - scans code for vulnerabilities including XSS, injection, auth issues, hardcoded secrets, and insecure patterns. Use for security audits and pre-deploy reviews.

13 4mo ago A 40 tokens original MIT

crew-senior-dev

10

d3x293/code-crew

Agent

Senior Developer - handles complex implementation tasks including multi-file changes, new features, refactoring, and performance optimization. The primary implementation agent for moderate-to-complex work.

13 4mo ago A 39 tokens original MIT

crew-test-engineer

11

d3x293/code-crew

Agent

Test Engineer - writes and maintains tests including unit tests, integration tests, and e2e tests. Handles TDD workflow, test strategy, and coverage analysis.

13 4mo ago A 37 tokens original MIT

crew-vp-engineering

12

d3x293/code-crew

Agent

VP of Engineering - handles architecture decisions, technical planning, complex system design, and code structure analysis. Use for moderate-to-complex features, refactors, and performance optimization planning.

13 4mo ago A 42 tokens original MIT

crew-vp-quality

13

d3x293/code-crew

Agent

VP of Quality - oversees quality gates, test strategy, review coordination, and final approval before task completion. Use for complex feature reviews and quality assessments.

13 4mo ago A 35 tokens original MIT

crew-agent

14

d3x293/code-crew

Command

Create, list, or remove custom project-specific agents. Subcommands: create, list, remove.

13 4mo ago A 20 tokens original MIT

crew-config

15

d3x293/code-crew

Command

Configure CodeCrew settings - model tiers, default mode, token budgets, and more. Subcommands: show, set, reset.

13 4mo ago A 26 tokens original MIT

crew-history

16

d3x293/code-crew

Command

View CodeCrew task history with optional filters. Supports --type, --agent, and --limit flags.

13 4mo ago A 21 tokens original MIT

crew-init

17

d3x293/code-crew

Command

Initialize CodeCrew in the current project - analyzes codebase, builds index, configures agent team.

13 4mo ago A 19 tokens original MIT

crew-lite

18

d3x293/code-crew

Command

Delegate a task to the CodeCrew agent team in lite mode (no Opus). Uses only Sonnet + Haiku agents.

13 4mo ago A 26 tokens original MIT

crew-reindex

19

d3x293/code-crew

Command

Rebuild the 3-layer codebase index from scratch - use after major refactors or when index seems stale.

13 4mo ago A 22 tokens original MIT

crew-rollback

20

d3x293/code-crew

Command

Undo the last task's file changes using git. Shows affected files and requires confirmation before reverting.

13 4mo ago A 19 tokens original MIT

crew-status

21

d3x293/code-crew

Command

Show CodeCrew status - team config, index health, skill catalog, and task history.

13 4mo ago A 17 tokens original MIT

crew-task

22

d3x293/code-crew

Command

Delegate a task to the CodeCrew agent team - auto-routes to the right agents with smart model selection. Use --lite flag or /crew lite for lite mode (no Opus).

13 4mo ago A 38 tokens original MIT

crew

23

d3x293/code-crew

Command

CodeCrew - Multi-agent orchestration with intelligent model routing. Subcommands: init, task, status, reindex.

13 4mo ago A 23 tokens original MIT

PostToolUse

24

d3x293/code-crew

Hook

Runs after a tool call finishes for Edit and Write tool calls, running echo "$CLAUDE_FILE_PATHS" >> .claude/.index-stale. From d3x293/code-crew.

13 4mo ago A tokens not measured original MIT