Orchestrate multi-agent AI teams to build features, refactor codebases, audit security/performance, generate tests, conduct code reviews, and ship GitHub PRs for Next.js/React apps using TypeScript, Tailwind, Biome, and Vitest. Manages persistent memory, context handoffs, and standards enforcement for complex, long-running workflows.
npx claudepluginhub darkroomengineering/cc-settingsCode 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" - "Consolidate similar logic" / "Clean up overlapping code" - "Find dead code" / "Remove unused code" / "Clean up the codebase" - After implementer completes changes (before pushing) - "before push" / "pre-push review" / "final cleanup" RETURNS: Dead code auto-removed, consolidation recommendations for approval
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 reference for Z" - "Explain this API" / "What are the options for X?" - Any exploration before making changes RETURNS: File locations, architecture maps, dependency graphs, code summaries, documentation
Code execution agent. Writes, edits, and tests code based on approved plans. DELEGATE when user asks: - "Implement X" / "Build X" / "Create X" / "Add X" - "Fix this bug" / "Make this change" / "Update the code" - "Apply the plan" / "Execute these changes" - After planner has created a roadmap RETURNS: Working code, test results, implementation status, files created/modified
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 perspectives RETURNS: Orchestration status, synthesized results from sub-agents, progress tracking
Expert Q&A and guidance. Deep codebase knowledge with evidence-based answers. DELEGATE when user asks: - "Why is X done this way?" / "Explain this code" / "What does X do?" - "Is X safe to change?" / "What happens when Y?" - "Where should I put Z?" / "What's the best practice for X?" - Complex questions requiring synthesis of multiple sources RETURNS: Detailed explanations with file:line citations, evidence, caveats, related context
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: Numbered task lists, dependency graphs, ADRs, risk assessments, phase breakdowns
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, issues by severity (Critical/Warning/Suggestion), approval status
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 creation following Darkroom patterns RETURNS: Created files with proper structure, exports, types, and styling scaffolds
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 production or merging sensitive changes RETURNS: Security report by severity (Critical/High/Medium), secret detection results, remediation steps
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 correctness RETURNS: Test results (pass/fail/skip), coverage reports, test files, failure analysis
Expert advice / architectural guidance / best-practice Q&A. Triggers "what should I", "how should I", "advice on", uncertain about a decision.
Run `bun ~/.claude/src/scripts/claude-audit.ts` and show the output as-is.
Autonomous skill prompt optimization — Karpathy-style mutate/score/keep loop on SKILL.md. Triggers "autoresearch", "optimize skill", "tune", "iterate on", "evolve" a skill, "prompt optimization".
Build new feature/page/component/integration from scratch. Triggers "build a", "create a", "implement", "add feature", "add new functionality".
Audit cc-settings against Claude Code changelog; identify features to adopt and duplication to remove. Stops for approval before edits. Triggers "sync with claude code", "changelog sync", "upstream sync".
Update local cc-settings install (~/.claude/) from origin/main; shows changes, runs installer. User-facing counterpart to /cc-sync. Triggers "update cc-settings", "/cc-update", "refresh my install".
Save/restore session state checkpoints before risky ops or low context. Triggers "checkpoint", "save state", "save progress", "restore checkpoint", "list checkpoints".
Create UI component / widget / reusable piece. Triggers "create component", "new component", "add component", or naming a component (Button, Header, Card).
Audit and prune rules/skills/learnings to prevent context bloat and contradictions. Triggers "consolidate", "clean up rules", "spa day", "spring cleaning", "what's redundant", degraded agent perf.
Build CONTEXT.md (domain glossary) and docs/adr/ via grilling interview; keeps agent vocab aligned. Triggers "domain language", "glossary", "ADR", "architecture decision", inconsistent terminology.
Manage Claude Code context window — usage, compaction, optimization. Triggers "context window/usage/limit", "running out of context", "compact", "clear context".
Persist session state for later pickup before break/compaction. Triggers "done for today", "ending session", "handoff", "pause work", "wrapping up", context >80%.
Browser debugging via pinchtab — token-efficient text extraction, screenshots, layout/element inspection. Triggers "screenshot", "visual bug", "inspect element", "what does it look like", E2E.
Generate type scales, color palettes, spacing systems, dark-mode derivations with WCAG checks; outputs CSS/Tailwind. Triggers "design tokens", "type scale", "color palette", "theme setup".
Clarify ambiguous requirements via interview before building. Triggers "help me figure out", "what do I need", "define requirements", vague scope.
Fetch latest library/framework docs via Context7. MANDATORY before writing code with any external lib (gsap, lenis, three, framer, radix, sanity, zustand). Triggers "how to use X", "X docs", "X API".
Read-only codebase investigation via the Explore agent. Triggers "how does X work", "where is X", "find X", "understand X", "what files handle Y", "navigate the codebase".
Structured comparison of architectural/tech approaches. Triggers "compare approaches", "which is better", "evaluate options", "trade-off analysis", "tech selection".
Figma MCP (structured data) + pinchtab (screenshots) for design-to-code, fidelity checks, token extraction. Triggers "compare to design", "match the figma", "extract tokens from figma", "inspect in figma".
Debug and fix bugs/errors/failures. Triggers "fix", "broken", "not working", "bug", "error", "failing", console errors, build/test failures, regression.
Create reusable React hook (useX pattern). Triggers "create hook", "new hook", "custom hook", "useAuth"/"useScroll"-style names, extracting logic from a component.
Initialize new Darkroom project. Triggers "new project", "start project", "initialize", "setup project", "satus", "novus".
Long-running autonomous task with multi-phase persistence across interruptions. Triggers "overnight", "long running", "autonomous task", "l-thread", "extended task".
Save/recall learnings across sessions (bugs, patterns, gotchas, perf, config, arch). Auto-invoke after fixing non-obvious bugs. Triggers "remember this", "store learning", "what did we learn".
Set up Lenis smooth scroll. Triggers "smooth scroll", "lenis", "scroll behavior", scroll-based animations.
Lighthouse audit + improvement loop until targets met. Triggers "lighthouse", "performance audit", "page speed", "improve scores", "LCP", "CLS", "INP", "core web vitals".
Coordinate multi-agent complex task across plan/implement/test/review. Triggers "coordinate", "orchestrate", "complex task", multi-step work needing multiple agents.
Write feature PRD/requirements/spec end-to-end before implementation. Triggers "PRD", "requirements document", "product spec", "feature spec", "write requirements".
Risk analysis before significant changes. Triggers "what could go wrong", "risks", "potential issues", validating an approach, planning a risky operation.
GitHub-native project mgmt — Issues replace PLAN.md; agents read/update them. Auto-invoke on branches linked to issues. Triggers "what's the plan", "project status", "sync with github", "close the issue".
Visual + a11y QA — screenshot-first critique, contrast/touch-target checks, mockup-vs-impl diff. Triggers "validate", "QA check", "does this look right", "a11y", "contrast", post-component changes.
Improve code quality/readability/perf without changing behavior. Triggers "refactor", "clean up", "reorganize", "restructure", tech debt.
Resume work from prior session via handoff file. Triggers "resume", "continue where we left off", "pick up where", "last session", "previous work".
Code review before merge/commit/ship. Triggers "review", "check this code", "look at this", "PR review", "feedback on", post-implementation self-review.
Verify and publish changes — push + PR. Triggers "ship it", "create PR", "open PR", "ready to merge", "/pr", "/ship", "push and PR".
Test-driven dev with strict red→green→refactor; tests describe behavior via public interfaces (survive refactors). Triggers "TDD", "test-first", "red-green-refactor", bugs-that-must-not-recur.
Parallel-agent fan-out for 3+ independent workstreams. Triggers "use teams", "parallel agents", "split work", "fan out", "divide and conquer", "multi-instance", large-scale refactor.
Write/run tests, check coverage. Triggers "test", "write tests", "add tests", "run tests", "coverage", "unit test", "integration test"; post-implementation, pre-merge.
TLDR code analysis (call graphs, semantic search, impact, dataflow) — ~95% token savings vs raw reads. Auto-invoke for "who calls X", "what affects X", before reading large files or refactoring.
Adversarial verification with three competing agents (issue-finder, disprover, judge). Triggers "verify", "double check", "are you sure", "stress test", "poke holes"; pre-prod, post-critical-fix.
Scaffold new cc-settings skill (frontmatter, layout, MANUAL.md registration). Triggers "create a skill", "write a skill", "new skill", or repeated prompt patterns worth turning into a skill.
Upward architectural map — modules, callers, where this fits in the larger system. Uses CONTEXT.md vocab. Triggers "zoom out", "bigger picture", "where does this fit", onboarding unfamiliar code.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Use this agent for expert assistance with web development tasks using React, Next.js, NestJS, and other modern web frameworks with TypeScript and Tailwind CSS. This includes code analysis, component creation, debugging, performance optimization, and architectural decisions. Examples: <example>Context: User is building a Next.js app and encounters a routing issue. user: 'My dynamic routes in Next.js are not rendering correctly' assistant: 'Let me use the web-dev agent to analyze your Next.js routing setup and provide a solution' <commentary>This is a Next.js-specific routing issue, so the web-dev agent will provide targeted guidance.</commentary></example> <example>Context: User needs a reusable React component with Tailwind CSS. user: 'I need a card component that matches my app's Tailwind-based design system' assistant: 'I'll use the web-dev agent to create a TypeScript-based React card component styled with Tailwind CSS, following your app's design patterns' <commentary>The user requires a component that aligns with their Tailwind CSS design system, so the web-dev agent ensures compatibility.</commentary></example>
The most comprehensive Claude Code plugin — 36 agents, 142 skills, 68 legacy command shims, and production-ready hooks for TDD, security scanning, code review, and continuous learning
Self-orchestrating multi-agent development system — 8 specialized AI agents, parallel quality gates, and automated workflows. You say WHAT, the AI decides HOW.
Claude Code plugin that uses skill architecture to intercept vague prompts, ask clarifying questions, and return structured framework-aware prompts that has credit saving patterns built in.
24 parallel audit agents + 6 workflow skills for Claude Code. Complete E2E development workflow for solo devs.
OpenAgentsControl — multi-agent orchestration for Claude Code. Context-aware development with skills, subagents, parallel execution, and automated code review.