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
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.
npx claudepluginhub karbassi/claude-plugins --plugin youtube-transcriptUnified GitHub agent for issues, PRs, and code reviews
A subagent that handles all git operations (commit, stage, etc.)
A subagent that keeps TODO.md current with task status
A subagent that updates project documentation files
A background note-taker that captures decisions, action items, blockers, and key findings
Extract subtitles/transcripts from YouTube videos via CLI or browser automation
Content extraction and processing utilities for developers
Summarize YouTube videos with transcript, insights, Korean translation, and quizzes
YouTube tools — search, transcripts, video info, channel browsing, playlists
Convert YouTube videos into structured docs, summaries, audio, and visual assets for easier discovery.
Compose yt-dlp + ffmpeg + Whisper into a single command that hands an AI agent the raw materials to watch any social video — VIDEO + FRAMES + TRANSCRIPT, ready for an LLM to read frames as images and transcript as text.