Bundled plugins for Claude Code including Agent SDK development tools, PR review toolkit, and commit workflows
npx claudepluginhub chmouel/claude-code-pluginsA bug hunting workflow with specialized agents for codebase exploration, root cause analysis, and fix validation.
Make code reviews easier with AI assistance.
Remove AI-generated code slop from your branches
Create well-formatted commit messages for your current work
Generate Jira tickets from discussions, PRs, issues, or files
Generate a weekly summary of your git commits with insights on tech debt, bug fixes, and new features
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A collection of plugins for Claude Code to enhance your development workflow.
A comprehensive bug hunting workflow that guides you through systematic debugging with specialized agents for:
Usage: /bug-hunter:bug-hunt [optional bug description]
The plugin follows a structured 7-phase approach:
Remove AI-generated code "slop" from your branches using a systematic, safe, multi-phase approach.
What it detects and removes:
any used to bypass type issuesUsage:
/deslop:deslop # Compare against main (default)
/deslop:deslop develop # Compare against develop branch
The command provides detailed file-by-file reports including risk assessment and asks for user confirmation before making any changes.
Create thoughtful commit messages that focus on why changes were made, not just what changed.
What makes it different:
Usage:
/git-commit:commit
The plugin enhances Claude Code's native git workflow with structured review, better messaging, and safety gates. Perfect for maintaining clean, meaningful commit history.
Generate comprehensive weekly summaries of your work, automatically categorized by work type. Prioritizes GitHub PRs when available and falls back to git commits.
What it analyzes:
Usage:
/weekly-review:weekly-review # Review past 7 days
/weekly-review:weekly-review 10 # Review past 10 days
The plugin generates a structured report with:
Features:
Generate high-level Jira tickets from discussions, PRs, issues, files, or conversations with smart context gathering and validation.
What it supports:
Usage:
/jira-ticket:jira-ticket https://github.com/owner/repo/pull/123
/jira-ticket:jira-ticket 456 # PR/issue number in current repo
/jira-ticket:jira-ticket ./docs/discussion.md # From file
/jira-ticket:jira-ticket main..feature-branch # From commits
/jira-ticket:jira-ticket conversation # From current chat
The plugin follows a 4-phase workflow:
Features:
Requirements: GitHub CLI (gh) for PR/issue context, Git for commit context
Install this plugin collection from the shell:
claude plugin marketplace add chmouel/claude-code-plugins
To install specific plugins:
claude plugin install bug-hunter
claude plugin install deslop
claude plugin install git-commit
claude plugin install jira-ticket
claude plugin install weekly-review