vladolaru/claude-code-plugins

My Claude Code plugins featuring specialized agents, commands, and development skills.

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

a11y-reviewer

01

vladolaru/claude-code-plugins

Agent

Accessibility code review for ARIA correctness, keyboard operability, focus management, screen reader announcements (speak(), aria-live), and WCAG 2.2 AA compliance — covers React/JS components, server-rendered markup (PHP/HTML/templates), and non-visual a11y features in hooks/utilities.

8 4d ago B 69 tokens original MIT

vladolaru/claude-code-plugins

Agent

API contract stability review for backwards-incompatible REST changes, hook/filter argument or caller-side return handling breaks, established runtime behavior, response shape drift, and missing deprecation.

8 4d ago B 38 tokens original MIT

vladolaru/claude-code-plugins

Agent

Code clarity review for naming accuracy, documentation correctness, and intent communication — flags names that lie, docs that contradict code, and semantic confusion that builds wrong mental models.

8 4d ago B 39 tokens original MIT

code-reviewer

05

vladolaru/claude-code-plugins

Agent

Reviews code changes for real issues in context of stated goals. Supports full review or focused review of specific commits.

8 4d ago B 26 tokens original MIT

codex-reviewer

06

vladolaru/claude-code-plugins

Agent

Cross-validates PR changes using OpenAI Codex CLI for independent perspective, leveraging its dedicated review command.

8 4d ago A 25 tokens original MIT

vladolaru/claude-code-plugins

Agent

Concurrency and race condition code review for TOCTOU patterns, missing transactions, cache stampede, non-idempotent operations, and concurrent state corruption.

8 4d ago B 34 tokens original MIT

dead-code-reviewer

09

vladolaru/claude-code-plugins

Agent

Identifies dead code introduced or exposed by changes — unused functions, unreachable paths, orphaned imports, parameters without callers, and code made obsolete by refactors.

8 4d ago B 36 tokens original MIT

decision-reviewer

10

vladolaru/claude-code-plugins

Agent

Stress-test conclusions using structured criticism. Accepts a document path or inline text. Returns STAND/REVISE/ESCALATE verdict with a findings document.

8 4d ago A 37 tokens original MIT

vladolaru/claude-code-plugins

Agent

Questions the fundamental approach of substantial PRs — reframes problems to find simpler, more direct solutions when strong technical evidence supports an alternative. High confidence threshold (85+), evidence-gated.

8 4d ago B 46 tokens original MIT

e2e-tests-reviewer

13

vladolaru/claude-code-plugins

Agent

Playwright E2E test quality review for locator strategies, Page Object Model, auto-waiting, network interception, and WordPress/WooCommerce test helpers.

8 4d ago B 39 tokens original MIT

vladolaru/claude-code-plugins

Agent

Integration-correctness and behavioral-alignment review against upstream source — verifies filter/action callback signatures, class override correctness (abstract implementations, final/visibility), REST route schemas, and behavioral assumptions (state, timing, return-value semantics, ordering) by reading Host Context…

8 4d ago A 70 tokens original MIT

go-tests-reviewer

16

vladolaru/claude-code-plugins

Agent

Go test quality review for standard testing package patterns, table-driven tests, test helpers, httptest, benchmarks, and interface-based mocking.

8 4d ago B 31 tokens original MIT

vladolaru/claude-code-plugins

Agent

Mines git history and GitHub PRs for fixes, enhancements, and lessons learned from similar scenarios elsewhere in the codebase — surfaces what the team already knows.

8 4d ago B 38 tokens original MIT

js-tests-reviewer

18

vladolaru/claude-code-plugins

Agent

JavaScript/TypeScript test quality review for Jest/Vitest assertions, React Testing Library queries, module mocking, async patterns, and snapshot discipline.

8 4d ago B 33 tokens original MIT

patterns-reviewer

19

vladolaru/claude-code-plugins

Agent

Explores codebase and git history for existing patterns, prevents reinventing the wheel, ensures consistency, and identifies consolidation opportunities.

8 4d ago B 28 tokens original MIT

php-tests-reviewer

21

vladolaru/claude-code-plugins

Agent

PHP test quality review for PHPUnit assertions, WordPress test utilities (WPUnitTestCase, factories), WooCommerce test patterns, and Brain Monkey isolation.

8 4d ago B 35 tokens original MIT

vladolaru/claude-code-plugins

Agent

Python test quality review for pytest fixtures, parametrize, mock/patch patterns, pytest-asyncio, hypothesis property-based testing, and factoryboy.

8 4d ago B 35 tokens original MIT

vladolaru/claude-code-plugins

Agent

Verifies that references in code — plugin slugs, asset paths, URLs, constants, hook names — actually resolve to existing targets, whether internal (codebase files, classes) or external (registries, endpoints).

8 4d ago B 50 tokens original MIT