closedloop-ai

60 mods across 1 repository, 103 stars between them.

agent-bootstrap

30

closedloop-ai/claude-plugins

Command

Analyzes a codebase and automatically generates a custom suite of project-specific domain expert agents tailored to the project.

103 4d ago A 0 tokens original Apache-2.0

closedloop-ai/claude-plugins

Agent

Graph-aware code review worker for the cross-file and design reviewers (Impact Analyzer, Bug Hunter B, fast-path, Design Critic). Identical to code-review-worker but adds read-only codebase-memory-mcp tools for precise cross-file usage discovery and project-structure / dependency-graph analysis. Use only for reviewers…

103 4d ago A 80 tokens original Apache-2.0

code-review-worker

33

closedloop-ai/claude-plugins

Agent

Worker agent for partitioned code review tasks. Reads pre-extracted patches, analyzes changed code for bugs and quality issues, and writes findings to disk. Use when spawning background review agents that need file access.

103 4d ago A 45 tokens original Apache-2.0

cost

34

closedloop-ai/claude-plugins

Command

Attribute the token cost of code-review runs from session transcripts — total spend, main-vs-fleet split, cost by token kind, cost by depth tier, and cost per reviewer role. Establish a baseline and measure the impact of cost-reduction changes.

103 4d ago A 51 tokens original Apache-2.0

deep

35

closedloop-ai/claude-plugins

Command

Deep code review — standard fleet plus the always-on Design Critic and the Impact Analyzer (FEA-1401) when changed exported symbols are detected.

103 4d ago A 30 tokens original Apache-2.0

shallow

36

closedloop-ai/claude-plugins

Command

Shallow code review — built-in reviewers only (BHA + BHB + auditor + verifier); no critic-gates, no signal extraction.

103 4d ago A 28 tokens original Apache-2.0

start

37

closedloop-ai/claude-plugins

Command

Run comprehensive code review — locally or on GitHub PRs with inline comments.

103 4d ago A 15 tokens original Apache-2.0

fix

38

closedloop-ai/claude-plugins

Skill Claude CodeCodex

Verify and fix BLOCKING/HIGH code review findings from a prior review session via category-dispatch, then run project verification.

103 4d ago A 27 tokens original Apache-2.0

present-local

39

closedloop-ai/claude-plugins

Skill Claude CodeCodex

Render the operator-facing local-mode code review results at stage29present. Covers BLOCKING/HIGH/MEDIUM section templates, Justified Findings (PLN-721), Dismissed Findings (PLN-722), Verifier Stats footer (PLN-773), operator-flag descriptions, override precedence rule for stage22b, Validation Summary, and final…

103 4d ago A 136 tokens original Apache-2.0

singleton-dispatch

40

closedloop-ai/claude-plugins

Skill Claude CodeCodex

PLN-725 single-agent dispatch for stage11extractsignals and stage15coveragecritic. After each prepare stage writes its manifest, this skill reads the status field (cachehit / skipped / needsagent) and, only on needsagent, spawns one synchronous singleton Task that writes the by-convention pln725.json output the…

103 4d ago A 142 tokens original Apache-2.0

spawn-reviewers

41

closedloop-ai/claude-plugins

Skill Claude CodeCodex

Spawn and collect the reviewer fleet at stage20spawnreviewers. Consumes spawn.json.spec (the authoritative spawn spec from derive-spawn-spec / derive-static-spec), resolves GRAPHPROJECT, builds per-agent prompts from the per-agent template + role suffixes (Bug Hunter A/B, Unified Auditor, Domain Critics, Impact…

103 4d ago A 182 tokens original Apache-2.0

verify-findings

42

closedloop-ai/claude-plugins

Skill Claude CodeCodex

Dispatch and collect the finding-verifier fleet at stage23verifyfindings (PLN-722). Reads verifymanifest.json (written by stage22bverifyprepare), spawns one falsify-oriented verifier Task per toverify[] entry with mode-specific Task scheduling (GitHub mode dispatches verifiers synchronously; local mode uses parallel…

103 4d ago A 171 tokens original Apache-2.0

api-spec-writer

46

closedloop-ai/claude-plugins

Agent

Produces api-requirements.md from an approved plan. Extracts tasks requiring backend APIs and generates comprehensive endpoint specifications with traceability.

103 4d ago A 31 tokens original Apache-2.0

behavior-verifier

47

closedloop-ai/claude-plugins

Agent

Activates code:decision-table in verification-only mode against the decision-table artifact and final code. Identifies drift and appends Verification Findings to the artifact. Never modifies code or tests. Returns ALIGNED or MISALIGNED with typed drift rows for orchestrator routing.

103 4d ago A 57 tokens original Apache-2.0

build-validator

48

closedloop-ai/claude-plugins

Agent

Discovers and runs project validation commands (test, lint, typecheck, build). Caches discoveries as learnings for future runs.

103 4d ago A 30 tokens original Apache-2.0