shdennlin

58 mods across 1 repository, 2 stars between them.

merge

25

shdennlin/agent-plugins

Command

Merge branches with auto-generated Conventional Commits message.

2 7d ago A 9 tokens original MIT

status

26

shdennlin/agent-plugins

Command

Show per-submodule git status with staged/unstaged/untracked counts.

2 7d ago A 14 tokens original MIT

sync

27

shdennlin/agent-plugins

Command

Pull superproject and sync all submodules to latest tracking branches.

2 7d ago A 12 tokens original MIT

git-workflow:commit

28

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

29

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

30

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

31

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

mermaid-validator

32

shdennlin/agent-plugins

Plugin Claude Code

Validates and fixes Mermaid diagram syntax in Markdown files with skill and agent.

2 7d ago A tokens not measured original MIT

check

34

shdennlin/agent-plugins

Command

Validate and fix Mermaid diagram syntax in Markdown files.

2 7d ago A 9 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

project-notes

36

shdennlin/agent-plugins

Plugin Claude Code

Capture project sessions to a structured journal using a 6-field daily template, then harvest ⭐ items into permanent-note drafts grouped by theme.

2 7d ago A tokens not measured original MIT

harvest-agent

37

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

38

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

harvest

39

shdennlin/agent-plugins

Command

Review ⭐ items from recent project notes, group by theme, and draft permanent-note candidates.

2 7d ago A 17 tokens original MIT

log

40

shdennlin/agent-plugins

Command

Log this session as a 6-field entry at the top of your project notes journal.

2 7d ago A 17 tokens original MIT

ralph-loop

41

shdennlin/agent-plugins

Plugin Claude Code

Continuous self-referential AI loops for interactive iterative development with session isolation. Forked from Anthropic's ralph-loop with cross-session bug fix.

2 7d ago A tokens not measured original MIT

help

43

shdennlin/agent-plugins

Command

Explain Ralph Loop plugin and available commands.

2 7d ago A 7 tokens copy · 88% MIT

reviewer

45

shdennlin/agent-plugins

Plugin Claude Code

Structured spec and implementation review. Spec command runs multi-angle parallel review by default; opt into iterative fix loop with --fix. Dual-engine (Claude + Codex) spec review via /reviewer:spec-dual.

2 7d ago A tokens not measured original MIT

init-reviewer

46

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

48

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