https://github.com/thomast8/claude-plugins
Aggregate Claude Code marketplace: one /plugin marketplace add for all of Thomas Tiotto's plugins. Pulls worktree-toolkit, find-reviewer, claude-code-caffeinate, and session-title from their source repos.
https://github.com/thomast8/claude-plugins
claude-code claude-code-plugin plugin-marketplace
Last synced: 25 days ago
JSON representation
Aggregate Claude Code marketplace: one /plugin marketplace add for all of Thomas Tiotto's plugins. Pulls worktree-toolkit, find-reviewer, claude-code-caffeinate, and session-title from their source repos.
- Host: GitHub
- URL: https://github.com/thomast8/claude-plugins
- Owner: thomast8
- License: mit
- Created: 2026-04-22T16:06:03.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-21T13:12:08.000Z (about 1 month ago)
- Last Synced: 2026-05-21T21:57:08.205Z (about 1 month ago)
- Topics: claude-code, claude-code-plugin, plugin-marketplace
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# claude-plugins
An aggregate [Claude Code](https://code.claude.com/docs) marketplace bundling every plugin I've built, so you can install any of them with a single `/plugin marketplace add`.
## Install
```text
/plugin marketplace add https://github.com/thomast8/claude-plugins.git
```
Then install whichever plugins you want:
```text
/plugin install worktree-toolkit@thomast8-claude-plugins
/plugin install find-reviewer@thomast8-claude-plugins
/plugin install session-title@thomast8-claude-plugins
```
## What's in the catalog
| Plugin | What it does | Source repo |
|---|---|---|
| **worktree-toolkit** | `/worktree` and `/unworktree` — create git worktrees from PR numbers, branch names, or an interactively-picked PR. Graphite-aware. Bundles `WorktreeCreate`/`WorktreeRemove` hooks. | [claude-worktree-toolkit](https://github.com/thomast8/claude-worktree-toolkit) |
| **find-reviewer** | `/find-reviewer` ranks contributors by load, breadth, and familiarity with the changed files. Auto-detects the current branch's PR. | [claude-find-reviewer](https://github.com/thomast8/claude-find-reviewer) |
| **session-title** | Auto-renames each session on the first prompt via a Haiku-generated kebab-case summary. One-shot, recursion-safe, fallback to a slugified prompt. | [claude-session-title](https://github.com/thomast8/claude-session-title) |
## Why an aggregate marketplace?
Each plugin lives in its own repo and has its own standalone marketplace, so you can install any of them directly from their source repo if you prefer. The aggregate here just saves users from running `/plugin marketplace add` three times. It re-fetches each plugin's content from its source repo via [`git-subdir`](https://code.claude.com/docs/en/plugin-marketplaces#git-subdirectory-within-a-repo) or [`github`](https://code.claude.com/docs/en/plugin-marketplaces#github-repositories) sources, so updates to the underlying repos flow through without republishing this catalog.
## Updating
```text
/plugin marketplace update thomast8-claude-plugins
```
Pulls the latest `marketplace.json` and re-resolves each plugin's `source` against the current HEAD of its source repo.
## License
MIT. See [LICENSE](./LICENSE).