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:digest

01

shdennlin/agent-plugins

Skill Claude CodeCodex

Summarize AI-generated branches, PRs, diffs, and design docs into structured digests with file breakdown, code walkthrough, and key concepts. Supports audience targeting (-f manager/pm/designer/non-technical/any string) and export (-e md for markdown with Mermaid, -e html for a self-contained HTML explainer). Use when…

2 7d ago A 124 tokens original MIT

digest:explain

02

shdennlin/agent-plugins

Skill Claude CodeCodex

Explain what a file, module, or symbol is, how it works end-to-end, why it was designed this way, or where a bug comes from — code reading plus git archaeology (log, blame, PR history), output as a self-contained HTML explainer with inline SVG diagrams. Use for state questions about existing code: a path, a symbol, a…

2 7d ago A 119 tokens original MIT

digest:release

03

shdennlin/agent-plugins

Skill Claude CodeCodex

Generate release notes from a commit range with developer and user-facing formats. Use when creating changelogs, release notes, or summarizing changes between tags.

2 7d ago A 35 tokens original MIT

digest:weekly

04

shdennlin/agent-plugins

Skill Claude CodeCodex

Synthesize git activity across multiple projects over a time window into themed recall notes. Clusters commits into themes (features, fixes, refactors, infra, learning surface, tickets, side quests), auto-hides empty sections, and surfaces work that PM tools don't track. Use when the user asks 'what did I do last…

2 7d ago A 86 tokens original MIT

discuss

05

shdennlin/agent-plugins

Skill Claude CodeCodex

Frame a feature, bug, or design question before building: scout the codebase, surface assumptions or interview, compare options, and converge on an explicit decision. Use when an idea needs sharpening before a spec or plan exists. Read-only — never implements.

2 7d ago A 54 tokens original MIT

git-workflow:commit

06

shdennlin/agent-plugins

Skill Claude CodeCodex

Commit staged changes with auto-generated Conventional Commits messages. Use when committing changes, finishing work in submodules, or creating structured commit messages.

2 7d ago A 34 tokens original MIT

git-workflow:merge

07

shdennlin/agent-plugins

Skill Claude CodeCodex

Merge git branches with auto-generated Conventional Commits messages. Use when merging branches, finishing feature work, or creating merge commits.

2 7d ago A 31 tokens original MIT

git-workflow:status

08

shdennlin/agent-plugins

Skill Claude CodeCodex

Show per-submodule git status with staged/unstaged/untracked counts and commit-readiness indicator. Use when checking submodule state or preparing to commit.

2 7d ago A 37 tokens original MIT

git-workflow:sync

09

shdennlin/agent-plugins

Skill Claude CodeCodex

Pull superproject and sync all submodules to latest tracking branches. Use when updating submodules, syncing repos, or pulling latest changes.

2 7d ago A 33 tokens original MIT

shdennlin/agent-plugins

Skill Claude CodeCodex

Validate and fix Mermaid diagram syntax in Markdown files. Use when editing or reviewing files with mermaid code blocks.

2 7d ago A 28 tokens original MIT

reviewer:result

11

shdennlin/agent-plugins

Skill Claude CodeCodex

Review implementation against a spec using git diffs to catch mismatches, missing work, and bugs. Supports iterative review+fix with --fix flag and parallel multi-angle review. Use after implementing a feature to verify spec coverage.

2 7d ago A 50 tokens original MIT

reviewer:spec-dual

12

shdennlin/agent-plugins

Skill Claude CodeCodex

Dual-engine spec review — Claude and Codex review the same change in parallel, then a Workflow loops fixes until BOTH engines are MEDIUM-clean. Use when a spec is high-stakes and you want two different models to cross-check for blind spots before implementation. Requires the openai-codex plugin for the Codex engine.

2 7d ago A 73 tokens original MIT

reviewer:spec

13

shdennlin/agent-plugins

Skill Claude CodeCodex

Review a spec, proposal, or design before implementation to catch gaps, risks, and ambiguities. Runs multi-angle parallel review by default; scans codebase for context first. Use --fix for iterative review+fix loop (agent escalates design-judgment issues to you), --angles to narrow the angle set.

2 7d ago A 69 tokens original MIT