darkroomengineering/cc-settings

Claude Code configuration — agents, skills, hooks & settings for Darkroom Engineering

42Stars on the repository
56Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

codex-verifier

01

darkroomengineering/cc-settings

Agent

Independent cross-model verification via the OpenAI Codex CLI. Runs the current diff past Codex (a different model family) to catch what Claude self-review misses. DELEGATE when user asks: "have codex verify/check this" / "cross-check with codex" / "second model on this diff" After an implementer completes a risky…

42 3d ago A 114 tokens original MIT

deslopper

02

darkroomengineering/cc-settings

Agent

Code cleanup agent that suggests improvements and auto-removes dead code only. Reviews codebase for consolidation opportunities, reports findings for approval. Supports team mode for parallel scanning on large codebases. DELEGATE when user asks: "Find duplicate code" / "Check for redundancy" / "DRY this up"…

42 3d ago A 143 tokens original MIT

explore

03

darkroomengineering/cc-settings

Agent

Fast codebase exploration, navigation, and documentation fetching. Read-only research agent. DELEGATE when user asks: "How does X work?" / "Where is X?" / "Find X" "What files handle Y?" / "Show me the Z code" "Map the architecture" / "What's the project structure?" "Find docs for X" / "How do I use Y library?" / "API…

42 3d ago A 197 tokens original MIT

implementer

04

darkroomengineering/cc-settings

Agent

Executes code changes and tests. Delegate for implementation, builds, fixes, updates, or a planner roadmap. Prompts must inline the ask, exact paths/ranges, concrete change, verification plus expected result, boundaries, escape hatches, any port source contract, and rejected attempts. The body enforces the contract…

42 3d ago A 86 tokens original MIT

maestro

05

darkroomengineering/cc-settings

Agent

Multi-agent orchestrator. Coordinates complex tasks across multiple agents in parallel. DELEGATE when user asks: "Implement full feature X" / "Build entire Y system" "Refactor X across the codebase" / "Large-scale change" Any task spanning 3+ agents or requiring coordination Complex debugging requiring multiple…

42 3d ago A 91 tokens original MIT

planner

06

darkroomengineering/cc-settings

Agent

Task breakdown and architecture planning. Creates detailed implementation roadmaps. DELEGATE when user asks: "Plan X" / "How should we approach X?" / "Break down X" "What's the best way to implement Y?" "Create a roadmap for Z" / "Design the architecture" Before any multi-file change or complex feature RETURNS: A…

42 3d ago A 95 tokens original MIT

reviewer

07

darkroomengineering/cc-settings

Agent

Code review and quality assurance. Checks against Darkroom standards. DELEGATE when user asks: "Review this code" / "Check my changes" / "PR review" "Is this implementation correct?" / "Any issues with X?" "Review for accessibility/performance/TypeScript" After implementer completes changes RETURNS: Review summary…

42 3d ago A 90 tokens original MIT

scaffolder

08

darkroomengineering/cc-settings

Agent

Boilerplate and template generator. Creates components, hooks, pages with proper structure. DELEGATE when user asks: "Create a new component" / "Scaffold X" / "Generate boilerplate" "Add a new hook" / "Create an API route" / "Add a new page" "Set up file structure for X" / "Initialize new feature" For any new file…

42 3d ago A 112 tokens original MIT

security-reviewer

09

darkroomengineering/cc-settings

Agent

Security audit and vulnerability detection. OWASP Top 10, secrets scanning, platform-specific checks. DELEGATE when user asks: "Security review" / "Check for vulnerabilities" / "Audit this code" "Scan for secrets" / "Check for exposed credentials" "Is this secure?" / "Any security issues?" Before deploying to…

42 3d ago A 103 tokens original MIT

tester

10

darkroomengineering/cc-settings

Agent

Test writing and execution. Runs tests, analyzes coverage, writes missing tests. DELEGATE when user asks: "Write tests for X" / "Add test coverage" / "Test this component" "Run the tests" / "Check if tests pass" / "Run E2E tests" "What's the test coverage?" / "Find untested code" After implementation to verify…

42 3d ago A 106 tokens original MIT