blendsdk/claude-codeops

CodeOps — an AI-development workflow for Claude Code: planning, requirements, audits, docs & git, as an installable plugin.

4Stars on the repository
50Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

codebase-scout

01

blendsdk/claude-codeops

Agent

Answers factual questions about a codebase with file:line evidence — locations, signatures, patterns, conventions in use. Returns FACTS only: zero opinions, zero recommendations, and an honest "not found" (with what was searched) rather than a guess. Cheap and fast; the dispatching skill caps scout dispatches at 3 per…

4 1mo ago A 91 tokens original MIT

concurrency-auditor

02

blendsdk/claude-codeops

Agent

Audits ONE completed CodeOps phase diff for concurrency defects — data races, check-then-act gaps, lost updates, deadlocks, starvation, unsafe publication, reentrancy, duplicate work under retry, stale reads, partial commits, unbounded concurrency. Reports CA-NNN findings — severity, the interleaving, the violated…

4 1mo ago A 129 tokens original MIT

design-challenger

03

blendsdk/claude-codeops

Agent

Independent second opinion on a consequential decision. Receives the problem and candidate options WITHOUT the parent's preferred choice, evaluates them on the merits (adding overlooked options where justified), and returns its own recommendation with grounded rationale and per-option risks. Read-only, no Bash.…

4 1mo ago A 71 tokens original MIT

blendsdk/claude-codeops

Agent

Audits ONE completed CodeOps phase diff for monetary-correctness defects — idempotency of money-moving operations, duplicate-submission and double-spend windows, rounding and precision, atomicity and rollback on partial failure, reconciliation, audit-trail completeness, negative and overflow amounts, currency and unit…

4 1mo ago A 142 tokens original MIT

perf-auditor

05

blendsdk/claude-codeops

Agent

Reviews ONE completed CodeOps phase diff for performance risks — hot paths, allocations, algorithmic complexity, N+1 query patterns, blocking I/O. Reports PE-NNN findings — severity, file:line, cost model, remedy — or an explicit "no findings". Read-only: never edits, fixes, or commits. Dispatched by execplan only…

4 1mo ago A 102 tokens original MIT

phase-reviewer

06

blendsdk/claude-codeops

Agent

Reviews ONE completed CodeOps phase diff against its dispatch packet through the always-on lenses (correctness, maintainability, standards) plus the packet's add-on lenses. Verifies spec-test integrity (no .spec.test. file touched). Reports RV-NNN findings — severity, lens, file:line, remedy — or an explicit "no…

4 1mo ago A 104 tokens original MIT

blendsdk/claude-codeops

Agent

Executes one dispatched high-sensitivity or complex unit — normally a whole phase, occasionally a single task — from a CodeOps execplan — semantic analysis, codegen, query lowering, concurrency, security, or performance-critical work. Use for complex and sensitive phases when a cheaper model than the session's is…

4 1mo ago A 70 tokens original MIT

plan-task-executor

08

blendsdk/claude-codeops

Agent

Executes one dispatched lower-sensitivity unit — normally a whole phase, occasionally a single task — from a CodeOps execplan. Implements code, writes/updates tests, runs the project verify command, reports pass/fail per task. Use for trivial and standard phases when a cheaper model than the session's is warranted.

4 1mo ago A 69 tokens original MIT

preflight-auditor

09

blendsdk/claude-codeops

Agent

Audits ONE artifact (requirements set, plan, or document) against ONE assigned dimension cluster from the preflight skill's 13-dimension scan. Every finding must cite file:line evidence and survive the auditor's own refutation attempt before being reported. Returns PA-NNN findings for the dispatching preflight session…

4 1mo ago A 91 tokens original MIT

security-auditor

10

blendsdk/claude-codeops

Agent

Audits ONE completed CodeOps phase diff against the union of the repo's active security-profile checklists (owasp-web, auth-protocol, financial-integrity, tenant-isolation, mcp-agent) in a single dispatch. Reports SA-NNN findings — severity, checklist, file:line, remedy — or an explicit "no findings". Read-only: never…

4 1mo ago A 112 tokens original MIT

semantics-reviewer

11

blendsdk/claude-codeops

Agent

Reviews ONE completed CodeOps phase diff for formal-semantics defects — ambiguous or incomplete rules, non-total behavior, disagreement between pipeline phases, unsound transformations, nondeterminism, invalid error recovery, diagnostics that leak implementation accidents, compatibility and versioning breaks. Reports…

4 1mo ago A 121 tokens original MIT

spec-test-author

12

blendsdk/claude-codeops

Agent

Writes specification tests (.spec.test.) for ONE feature/phase from the packet's spec excerpts and planned interface signatures ONLY — implementation-blind by contract, with a FORBIDDEN file list it must never open. Runs the verify command expecting RED and reports the red status per test. Never weakens an expectation…

4 1mo ago A 95 tokens original MIT