https://github.com/rethunk-tech/claude-plugins
Claude Code plugin marketplace for Rethunk prompts, agents, and MCP servers.
https://github.com/rethunk-tech/claude-plugins
claude-code javascript marketplace mcp plugins
Last synced: 2 days ago
JSON representation
Claude Code plugin marketplace for Rethunk prompts, agents, and MCP servers.
- Host: GitHub
- URL: https://github.com/rethunk-tech/claude-plugins
- Owner: Rethunk-Tech
- License: apache-2.0
- Created: 2026-05-22T17:12:45.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-19T05:54:10.000Z (5 days ago)
- Last Synced: 2026-06-19T07:27:09.666Z (5 days ago)
- Topics: claude-code, javascript, marketplace, mcp, plugins
- Language: JavaScript
- Size: 244 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Rethunk Claude Plugins
[](https://github.com/Rethunk-Tech/claude-plugins/releases/latest)
[](LICENSE)
[](https://docs.claude.com/en/docs/claude-code/plugins)
A [Claude Code plugin marketplace](https://docs.claude.com/en/docs/claude-code/plugins) for Rethunk's prompts, agents, and MCP servers — one `marketplace add` wires a teammate's Claude Code to the whole catalog.
## Highlights
- **One-command install** — `claude plugin marketplace add Rethunk-Tech/claude-plugins`, then install any plugin by name.
- **`rethunk-git`** — multi-root git MCP server: status, inventory, HEAD parity, diffs, batch commit, push, merge, worktrees. No token required.
- **`rethunk-github`** — GitHub rollup MCP server: multi-repo dashboards, PR preflight, CI diagnosis, releases, and write tools.
- **`citadel-sdd`** — Citadel Spec-Driven Development MCP server: the spec lifecycle, task tracking, lint, and status for agent workflows.
- **Reproducible** — each plugin pins its MCP server to an exact npm version; no GitHub Packages auth needed to install.
- **Secret-free manifests** — tokens are forwarded from the environment, never committed.
## Documentation
| Doc | Audience |
|-----|----------|
| **[HUMANS.md](HUMANS.md)** | Operators: adding the marketplace, installing plugins, requirements, troubleshooting |
| **[AGENTS.md](AGENTS.md)** | Agents & contributors: marketplace architecture, the two-tier manifest model, conventions |
| **[CONTRIBUTING.md](CONTRIBUTING.md)** | Adding or updating a plugin, validation, commit conventions, releases |
| **[SECURITY.md](SECURITY.md)** | Disclosure policy, supply-chain and token-handling risk model |
| **[CHANGELOG.md](CHANGELOG.md)** | Notable changes per release |
## License
[Apache-2.0](LICENSE). The wrapped MCP servers (`@rethunk/mcp-multi-root-git`, `@rethunk/github-mcp`, `@rethunk/citadel-sdd`) are distributed separately by Rethunk-AI under their own MIT licenses.