ai-mktpl
A curated collection of plugins, rules, agents, and commands for Claude Code.
What is this?
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:
- Plugin distribution: 27 plugins covering git automation, safety evaluation, status lines, task management, and more
- Organization-wide AI configuration: Rules, agents, and commands that get synced to
~/.claude/ for consistent behavior across all projects
Installation
Installing a plugin
Add the plugin path to your project's .claude.json:
{
"plugins": ["/path/to/this/repo/plugins/scm-utils", "/path/to/this/repo/plugins/statusline"]
}
Installing organization-wide rules
The .ai/rules/ directory is synced to ~/.claude/rules/ via automation (symlinks). This makes rules available across all projects without per-project configuration.
Available Plugins
Git & Source Control
| 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 |
Safety & Evaluation
Status & Monitoring
| Plugin | Description |
|---|
| statusline | Configurable status line showing session info, project context, git status |
| statusline-iterm | Status line with iTerm2 badge integration |
Development Workflow
Task & Session Management
| 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 |
Agent Teams & Orchestration