Commit staged changes with auto-generated Conventional Commits message
Merge branches with auto-generated Conventional Commits message
Show per-submodule git status with staged/unstaged/untracked counts
Pull superproject and sync all submodules to latest tracking branches
You commit staged changes with auto-generated Conventional Commits messages. You handle both single repos and superprojects with submodules.
You merge git branches using a consolidated Conventional Commits message.
You display per-submodule git status in a superproject.
You sync a superproject and all its submodules to their latest upstream state.
Commit staged changes with auto-generated Conventional Commits messages. Use when committing changes, finishing work in submodules, or creating structured commit messages.
Merge git branches with auto-generated Conventional Commits messages. Use when merging branches, finishing feature work, or creating merge commits.
Show per-submodule git status with staged/unstaged/untracked counts and commit-readiness indicator. Use when checking submodule state or preparing to commit.
Pull superproject and sync all submodules to latest tracking branches. Use when updating submodules, syncing repos, or pulling latest changes.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of plugins for AI coding agents including Claude Code, Codex, and other agentic development tools.
| Plugin | Description | Type | Command |
|---|---|---|---|
| mermaid-validator | Validates and fixes Mermaid diagram syntax in Markdown files | Command + Agent | /mermaid-validator:check |
| git-workflow | Git workflow automation with Conventional Commits support | Command + Agent + Skill | /git-workflow:merge, /git-workflow:commit, /git-workflow:status, /git-workflow:sync |
| reviewer | Structured spec and implementation review with agent-loop handoff | Command + Agent + Skill | /reviewer:spec, /reviewer:result, /reviewer:init |
| digest | Summarize branches, PRs, diffs, and docs into icon-rich structured cards | Command + Agent + Skill | /digest:digest, /digest:release |
| ralph-loop | Continuous self-referential AI loops with session isolation | Command + Hook | /ralph-loop:ralph-loop, /ralph-loop:cancel-ralph |
# Add this marketplace to Claude Code
/plugin marketplace add shdennlin/agent-plugins
# Install a plugin
/plugin install reviewer@shdennlin-plugins
# List available plugins
/plugin list shdennlin-plugins
# Update a plugin
/plugin update reviewer@shdennlin-plugins
# Remove a plugin
/plugin uninstall reviewer@shdennlin-plugins
Tell Codex to fetch and follow the install instructions for the plugin you want:
| Plugin | Install command |
|---|---|
| reviewer | Fetch and follow instructions from https://raw.githubusercontent.com/shdennlin/agent-plugins/main/plugins/reviewer/.codex/INSTALL.md |
| git-workflow | Fetch and follow instructions from https://raw.githubusercontent.com/shdennlin/agent-plugins/main/plugins/git-workflow/.codex/INSTALL.md |
| mermaid-validator | Fetch and follow instructions from https://raw.githubusercontent.com/shdennlin/agent-plugins/main/plugins/mermaid-validator/.codex/INSTALL.md |
| digest | Fetch and follow instructions from https://raw.githubusercontent.com/shdennlin/agent-plugins/main/plugins/digest/.codex/INSTALL.md |
| ralph-loop | Fetch and follow instructions from https://raw.githubusercontent.com/shdennlin/agent-plugins/main/plugins/ralph-loop/.codex/INSTALL.md |
Restart Codex after installation to discover the skills.
Update: cd ~/.codex/shdennlin-agent-plugins && git pull — skills update instantly through the symlink.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
plugins/plugins/your-plugin/
├── .claude-plugin/
│ └── plugin.json
├── .codex/
│ └── INSTALL.md # (optional) - Codex installation guide
├── commands/ # (optional) - slash commands
├── agents/ # (optional) - proactive agents
├── hooks/ # (optional) - event hooks
├── skills/ # (optional) - auto-discovery skills
└── README.md
.claude-plugin/marketplace.jsonMIT License - see LICENSE for details.
shdennlin - GitHub
npx claudepluginhub shdennlin/agent-plugins --plugin git-workflowStructured spec and implementation review with iterative fix loops and parallel multi-angle review
Summarize AI-generated branches, PRs, diffs, and design docs into icon-rich structured cards with full report mode
Continuous self-referential AI loops for interactive iterative development with session isolation. Forked from Anthropic's ralph-loop with cross-session bug fix.
Validates and fixes Mermaid diagram syntax in Markdown files with skill and agent
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Git workflow and branching best practices
GitFlow workflow automation for feature, hotfix, and release branches
Git workflow automation with fork-isolated skills for atomic commits, branch cleanup, conventional commit standards, and context-aware PR review
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses