tednaleid/claude-plugins

2Stars on the repository
21Mods indexed here, across every type
12d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

relay-reviewer

01

tednaleid/claude-plugins

Agent

Reviews a context-relay document with fresh eyes and raises only substantive, non-trivial ambiguities a brand-new Claude instance couldn't resolve by reading the repo itself. Use when the context-relay skill is iteratively refining a relay doc. Returns either a numbered list of questions or the literal token…

2 12d ago A 70 tokens

lens-architecture

02

tednaleid/claude-plugins

Agent

Architecture lens for review-branch. Reviews the diff for layering/boundary violations. Operates in one of two modes: hex mode (when the project follows hexagonal architecture, detected by the orchestrating skill) checks ports/adapters discipline; otherwise general mode checks layer separation, dependency direction…

2 12d ago A 0 tokens

lens-coverage

03

tednaleid/claude-plugins

Agent

Test coverage lens for review-branch. Identifies new behavior introduced by the diff, evaluates whether the added tests actually exercise it, and flags meaningful gaps. Catches the 'Fake ignores the new parameter' anti-pattern and missing roundtrip tests on persistence boundaries.

2 12d ago A 56 tokens

lens-naming

04

tednaleid/claude-plugins

Agent

Naming and API ergonomics lens for review-branch. Reviews the diff for naming consistency, public-surface design, parameter clarity, and symmetric-pair conventions. Compares new names against the codebase's existing vocabulary rather than abstract style guides.

2 12d ago A 53 tokens

lens-security

05

tednaleid/claude-plugins

Agent

Security lens for review-branch. Reviews the diff for trust-boundary issues, injection vectors, authn/authz regressions, secret handling, and resource-exhaustion risks. Reads full source files end-to-end and attempts to reproduce suspected bugs by running tests in the worktree.

2 12d ago A 60 tokens