Plugin Claude Code
Plugin marketplace listing 10 plugins: scope, braintrust, analyze, init-design, debugger.
Curated marketplace of production-grade Claude Code skills & plugins — planning, parallel dev, debugging, design linting, adversarial review
Plugin Claude Code
Plugin marketplace listing 10 plugins: scope, braintrust, analyze, init-design, debugger.
Plugin Claude Code
Brownfield codebase audit: architecture, tech debt, security, and performance, distilled into a comprehensive Markdown report with an improvement roadmap.
Plugin Claude Code
In-session adversarial review panel: 3-5 independent fork agents re-examine the session's design, plan, or decision through different lenses, then reconcile conflicts into a verdict. A context-inheriting red team.
Plugin Claude Code
Log-driven debugging workflow: insert logs, pinpoint the root cause, fix, verify, and clean up. --pw mode auto-reproduces web UI bugs via a bundled Playwright MCP. Supports JS/TS, Python, Java, and Kotlin.
Plugin Claude Code
Deterministic (no-LLM) design anti-pattern linter with 47 detectors for token hygiene, color/font/spacing consistency, and AI-default clichés (beige backgrounds, text gradients, uppercase eyebrows). Same input always yields the same verdict at zero token cost, so it doubles as a CI gate (--gate).
Plugin Claude Code
Reverse-extracts a design system from an existing codebase into Ground Truth files (DESIGN-TOKENS.md, UX-BRIEF.md) that downstream UI work can obey.
Plugin Claude Code
Pre-project decision gate: MoSCoW feature scoping, effort sizing, and tech-stack confirmation (user-approval gated). Produces a SCOPE-.md that your scaffolding workflow consumes. Fills the gap between "requirements" and "create the project".
Plugin Claude Code
One-shot release pipeline: commit, push, PR, merge, and branch cleanup. Auto-adapts branch strategy -- git-flow (feature to develop to main) if a develop branch exists, otherwise GitHub Flow (feature to main). Runs a pre-merge gate bundle: functional check (verify.sh or the project's test command), security scan…
Plugin Claude Code
Parallel development orchestrator: dependency-analyzes SubTasks, groups them, and implements them concurrently in git-worktree isolation (bundled feature-builder agent). Includes an opt-in TDD RED-gate flow.
Plugin Claude Code
Pre-project research orchestrator: tech-stack, architecture, competitor, and UX researcher subagents run in parallel (4 bundled agents), cross-validated into one report.
Plugin Claude Code
Scenario-based functional test orchestrator: git-diff scoping, storyboard generation, test-case creation, Playwright MCP execution, and a PASS/FAIL/WARN report.