A unified multi-platform plugin catalog for @Tamircohen28 — one marketplace install for Claude Code, Cursor, and Codex.
- Single install point — add one marketplace to get all plugins, no per-repo configuration
- Catalog only — this repo holds marketplace manifests only; plugin source lives in each plugin's own repo
- Multi-platform — Claude, Cursor, and Codex manifests generated from one canonical source
- Auto-updated — each plugin entry pins a branch so you always get the latest compatible version
- Schema-validated — CI regenerates and validates all manifests on every push
- Production plugins — browse the catalog below to see all available plugins, ready to install
| Plugin | Repo | Description |
|---|---|---|
tamirs-superpowers |
Tamircohen28/tamirs-superpowers | Skills, smart worktree hooks, statusline, and MCP stubs for a full dev workflow. |
jose-claudinho |
Tamircohen28/jose-claudinho | AI manager for Sport5 Fantasy World Cup 2026. |
headhunter |
Tamircohen28/headhunter | Job-search CRM with Gmail/Calendar/Notion/Todoist integrations. |
- A supported host: Claude Code, Cursor, or the Codex CLI.
- Contributors only: Python 3 (used by
make generate/make validateto regenerate and check manifests). No runtime dependencies are required to install plugins.
Inside Claude Code or from the claude CLI:
# 1. Add this marketplace
claude plugin marketplace add Tamircohen28/plugins
# 2. Install the plugins you want
claude plugin install tamirs-superpowers@tamirs-plugins
claude plugin install jose-claudinho@tamirs-plugins
claude plugin install headhunter@tamirs-plugins
# 3. Confirm they're installed
claude plugin listSlash-command equivalent inside Claude Code:
/plugin marketplace add Tamircohen28/plugins
/plugin install tamirs-superpowers@tamirs-plugins
/doctor
# 1. Add this marketplace (sparse checkout keeps the clone small)
codex plugin marketplace add Tamircohen28/plugins --ref main --sparse .agents/plugins
# 2. Install plugins
codex plugin install tamirs-superpowers --source plugins
codex plugin install jose-claudinho --source plugins
codex plugin install headhunter --source plugins
# 3. List installed plugins
codex plugin listIn the Codex app: Settings → Plugins → + Add More… and paste https://github.com/Tamircohen28/plugins.
Org admins import this repo as a private team marketplace:
- Dashboard → Settings → Plugins → Import Marketplace
- Repository:
https://github.com/Tamircohen28/plugins - Save and assign distribution groups
Developers install optional plugins from the in-editor marketplace panel.
Test a plugin locally before it is published or indexed remotely:
git clone https://github.com/Tamircohen28/tamirs-superpowers
ln -s "$(pwd)/tamirs-superpowers" ~/.cursor/plugins/local/tamirs-superpowersRestart Cursor or run Developer: Reload Window.
Listed plugin repos must ship
.cursor-plugin/plugin.jsonand.codex-plugin/plugin.jsonfor Cursor and Codex installs to succeed. See Troubleshooting.
Full user guide, concepts, and troubleshooting are in docs/.
See docs/CONTRIBUTING.md — edit the Claude manifest, run make generate, and open a PR.
MIT © Tamir Cohen