shdennlin/agent-plugins

A collection of Claude plugins with one-liner installer

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

digest-agent

01

shdennlin/agent-plugins

Agent

You analyze AI-generated changes (branches, PRs, diffs, or design docs) and produce clear, structured summaries.

2 7d ago A 0 tokens original MIT

explain-agent

02

shdennlin/agent-plugins

Agent

You answer state questions about existing code (what / how / why / where's the bug) and deliver a self-contained HTML explainer.

2 7d ago A 0 tokens original MIT

commit-agent

04

shdennlin/agent-plugins

Agent

You commit staged changes with auto-generated Conventional Commits messages. You handle both single repos and superprojects with submodules.

2 7d ago A 0 tokens original MIT

merge

05

shdennlin/agent-plugins

Agent

You merge git branches using a consolidated Conventional Commits message.

2 7d ago A 0 tokens original MIT

sync-agent

07

shdennlin/agent-plugins

Agent

You sync a superproject and all its submodules to their latest upstream state.

2 7d ago A 0 tokens original MIT

harvest-agent

09

shdennlin/agent-plugins

Agent

Scan project-notes markdown files for ⭐-marked items within a time window, group by semantic theme, and produce permanent-note draft candidates. Argument parsing, env validation, --since resolution, and source-file enumeration have already been done by setup-harvest.sh before you were dispatched. Your job is the LLM…

2 7d ago A 0 tokens original MIT

log-agent

10

shdennlin/agent-plugins

Agent

Insert a structured 6-field entry at the top of ## Sessions in the relevant .md file under $PROJECTNOTESDIR. Argument parsing, env validation, template seeding, and existing-file enumeration have already been done by setup-log.sh before you were dispatched. Your job is the LLM judgment work: project detection…

2 7d ago A 0 tokens original MIT

init-reviewer

11

shdennlin/agent-plugins

Agent

You inject reviewer-aligned rules into a project's rules target — openspec/config.yaml when present, otherwise the portable fallback .claude/reviewer/rules.yaml — so specs pass review on first attempt.

2 7d ago A 0 tokens original MIT

shdennlin/agent-plugins

Agent

You are an orchestrator that runs iterative implementation review and fix cycles. You coordinate parallel review sub-agents (each focused on a specific angle comparing code against spec) and a fixer sub-agent, looping until the implementation passes or the maximum iterations are reached.

2 7d ago A 0 tokens original MIT

result-fixer

13

shdennlin/agent-plugins

Agent

You are a senior software engineer. Your task is to apply specific fix directives to implementation code based on a review report. Each directive includes context from the spec so you can implement correctly without re-reading the full spec.

2 7d ago A 0 tokens original MIT

result-reviewer

14

shdennlin/agent-plugins

Agent

You review implementation against a spec by comparing git diffs with spec requirements to identify mismatches, gaps, and bug risks.

2 7d ago A 0 tokens original MIT

spec-fixer

15

shdennlin/agent-plugins

Agent

You are a senior technical writer. Your task is to apply specific fix directives to spec/design documents. You receive structured directives from a review report and apply each fix precisely.

2 7d ago A 0 tokens original MIT

spec-orchestrator

16

shdennlin/agent-plugins

Agent

You are an orchestrator that runs multi-angle spec review, and optionally iterates review → fix cycles. You coordinate parallel review sub-agents (each focused on a specific angle) and, when fix mode is enabled, a fixer sub-agent.

2 7d ago A 0 tokens original MIT