Collection of Claude Code plugins by Ali Karbassi
npx claudepluginhub karbassi/claude-pluginsA background note-taker that captures decisions, action items, blockers, and key findings
A subagent that handles all git operations (commit, stage, etc.)
A subagent that updates project documentation files
A subagent that keeps TODO.md current with task status
A subagent for browser automation and web research using chrome-devtools
Unified GitHub agent for issues, PRs, and code reviews
Fetch and present transcripts from YouTube videos using yt-dlp
A collection of Claude Code plugins by Ali Karbassi.
First, add the marketplace:
claude plugin marketplace add karbassi/claude-plugins
Then install plugins with your preferred scope:
claude plugin install github@karbassi-claude-plugins --scope <scope>
| Scope | Flag | Description |
|---|---|---|
| user | --scope user | Installed globally for your user account. Available in all projects. This is the default if no scope is specified. |
| project | --scope project | Installed for the current project. Configuration stored in project settings and can be shared via version control. |
| local | --scope local | Installed for the current working directory only. Most restrictive scope. |
# Install globally (available everywhere)
claude plugin install github@karbassi-claude-plugins --scope user
# Install for this project (recommended for team projects)
claude plugin install github@karbassi-claude-plugins --scope project
# Install for this directory only
claude plugin install github@karbassi-claude-plugins --scope local
user - Personal plugins you want everywhere (default)project - Team projects where plugins should be shared via version controllocal - Testing plugins or directory-specific workflows| Plugin | Description |
|---|---|
| changelog-manager | Maintain CHANGELOG.md following Keep a Changelog format |
| note-taker | Background note-taker that captures decisions, action items, blockers, and key findings |
| git-agent | Subagent that handles git operations (commit, stage, etc.) |
| docs-update | Subagent that updates project documentation files |
| todo-update | Subagent that keeps TODO.md current with task status |
| browser-research | Subagent for browser automation and web research |
| github | Unified GitHub agent for issues, PRs, and code reviews |
| youtube-transcript | Fetch and present transcripts from YouTube videos |
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry
├── plugins/
│ ├── changelog-manager/ # Changelog maintenance
│ ├── note-taker/ # Background note-taking
│ ├── git-agent/ # Git operations
│ ├── docs-update/ # Documentation updates
│ ├── todo-update/ # Task tracking
│ ├── browser-research/ # Browser automation
│ ├── github/ # GitHub issues & PR reviews
│ └── youtube-transcript/ # YouTube video transcripts
└── README.md
MIT
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.