fprochazka/claude-code-plugins

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

review-architecture

01

fprochazka/claude-code-plugins

Agent

Architecture and design review agent. Launched by the review-full command to analyze code changes for correct module placement, layer separation, coupling, abstraction levels, API surface design, and dependency direction.

11 4d ago A 42 tokens original MIT

review-bugs

02

fprochazka/claude-code-plugins

Agent

Bug and logic error review agent. Launched by the review-full command to analyze code changes for bugs, logic errors, edge cases, error handling issues, and data flow problems.

11 4d ago A 40 tokens original MIT

review-code-design

03

fprochazka/claude-code-plugins

Agent

Opinionated design-craft review agent. Launched by the review-full command to suggest how changed code could be improved against a stricter design ideal: functional-core purity, rich domain models, value objects, right-sized abstractions, and intent-revealing clarity. Improvement hints, not gatekeeping.

11 4d ago A 64 tokens original MIT

review-conventions

04

fprochazka/claude-code-plugins

Agent

Code conventions review agent. Launched by the review-full command to analyze code changes for compliance with documented project conventions, naming patterns, test structure, and annotation usage.

11 4d ago A 37 tokens original MIT

review-docs

05

fprochazka/claude-code-plugins

Agent

Documentation review agent. Launched by the review-full command to judge the comments, doc comments, and doc files a change adds or touches: whether each one tells the reader something the code cannot, whether non-obvious code went undocumented, and whether the documentation lives where the project keeps that kind of…

11 4d ago A 65 tokens original MIT

review-git-history

06

fprochazka/claude-code-plugins

Agent

Git history and commit hygiene review agent. Launched by the review-full command to analyze commit structure, atomicity, message format, and history quality.

11 4d ago A 35 tokens original MIT

review-performance

07

fprochazka/claude-code-plugins

Agent

Performance and efficiency review agent. Launched by the review-full command to analyze code changes for data-access efficiency (N+1, eager/lazy loading, preload-before-logic), query cost, transaction scope, caching, repeated work, and memory/allocation concerns. Demands awareness, not premature optimization.

11 4d ago A 64 tokens original MIT

review-release

08

fprochazka/claude-code-plugins

Agent

Release readiness review agent. Launched by the review-full command to analyze code changes for deployment risks: database migrations, messaging infrastructure, configuration changes, API contracts, and rollback safety.

11 4d ago A 39 tokens original MIT

review-security

09

fprochazka/claude-code-plugins

Agent

Security review agent. Launched by the review-full command to analyze code changes for security vulnerabilities, injection risks, authentication/authorization issues, and secret exposure.

11 4d ago A 34 tokens original MIT

review-agent

10

fprochazka/claude-code-plugins

Agent

Use this agent when the user wants a comprehensive code review powered by Gemini's model. Ideal when you need a sparring partner for an architecture reviews, security audits, performance analysis, or general code quality reviews. Only use it when explicitly requested a Gemini review, don't use it for all reviews.

11 4d ago A 63 tokens original MIT

noisy-runner

11

fprochazka/claude-code-plugins

Agent

Runs noisy commands (builds, tests, linters, static analysis, or anything producing large amounts of output) in an isolated subagent context so the main agent's context window is preserved. Given one or more commands, runs them, reads any files referenced in the output, interprets the results, and reports back a…

11 4d ago A 113 tokens original MIT

agent

12

fprochazka/claude-code-plugins

Agent

Iterative web research agent that uses SearXNG to search, read pages, discover new directions, and repeat until the query is comprehensively answered.

11 4d ago A 30 tokens original MIT