Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By nsheaps
Source control management utilities for improving interactions with branches and PRs, both locally and in CI environments
npx claudepluginhub nsheaps/ai-mktpl --plugin scm-utilsIdentify the authenticated user for GitHub CLI (gh) and Git
Code review a pull request. Triggers on "review this PR", "code review", "review PR #123", "request a review", "review bot", "code review CI", "automated PR review", "claude review workflow", or when the user wants to add automated code review to a repository.
Intelligently commit outstanding changes in logical, focused commits. Use this when you want to commit code using git.
Best practices for Git worktrees, especially branch naming when checking out PRs. Use this when creating worktrees, checking out PRs into worktrees, or working in multi-agent/multi-worktree setups.
Use this skill to evaluate the current state of code on a PR or branch in many categories, give it a subjective score, and then iterate on the code until it scores > 85% in each category. Categories include: simplicity, flexibility, usability, documentation and comments (and associated discoverability), security concerns, proper matching of repo patterns/proper introduction of new patterns, adherence to best practices, and general quality assurance and engineering practices.
Runs pre-commands
Contains inline bash commands via ! syntax
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Git workflow tools: commits, PRs, review inbox, checkout, and work triage
Commands for Git operations, commits, and PRs
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
使用簡單命令簡化您的 Git 工作流程,包括提交、推送和建立 Pull Request
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Set up the sequential-thinking MCP server and auto-configure permissions for its tools on session start.
Intelligent skill that helps Claude parallelize Task tool calls when working on repetitive or batch operations, optimizing throughput based on task complexity
Relentlessly fix a PR until CI passes — iterates through review, fix, push cycles until green
Skills for managing Proxmox VE hosts and LXC containers — creating containers, running Docker in LXC, and hosting services like cloudflared.
Automatically syncs todos and plans from ~/.claude/ to the current project's .claude/ directory
A curated collection of plugins, rules, agents, and commands for Claude Code.
This repo is a plugin marketplace for Claude Code — a central place for reusable plugins, organization-wide rules, custom agents, and slash commands. It serves two purposes:
~/.claude/ for consistent behavior across all projectsAdd the plugin path to your project's .claude.json:
{
"plugins": ["/path/to/this/repo/plugins/scm-utils", "/path/to/this/repo/plugins/statusline"]
}
The .ai/rules/ directory is synced to ~/.claude/rules/ via automation (symlinks). This makes rules available across all projects without per-project configuration.
| Plugin | Description |
|---|---|
| commit-command | /commit — AI-generated commit messages matching your repo's style |
| commit-skill | Auto-analyze changes and create semantic commits during development |
| scm-utils | /commit, /update-branch commands + auth-user skill |
| git-spice | Manage stacked Git branches with the gs CLI |
| Plugin | Description |
|---|---|
| safety-evaluation-prompt | Pre-tool-call safety via prompt-style hooks |
| safety-evaluation-script | Pre-tool-call safety via script-style hooks (haiku CLI) |
| context-bloat-prevention | PostToolUse + PreToolUse hooks to detect and prevent context bloat |
| Plugin | Description |
|---|---|
| statusline | Configurable status line showing session info, project context, git status |
| statusline-iterm | Status line with iTerm2 badge integration |
| Plugin | Description |
|---|---|
| review-changes | /review-changes — detailed code review feedback |
| code-simplifier | /simplify — refine code for clarity and maintainability |
| create-command | /create-command — guided slash command creation |
| correct-behavior | /correct-behavior — fix AI behavior mistakes and update rules |
| product-development-and-sdlc | Iterative PRD writing with structured SDLC workflows |
| Plugin | Description |
|---|---|
| task-parallelization | Intelligently parallelize Task tool calls for batch operations |
| todo-sync | Auto-sync ~/.claude/ todos to project .claude/ directory |
| self-terminate | Graceful SIGINT termination for agents |