$git clone https://github.com/2389-research/claude-plugins28 plugins and MCP servers for Claude Code — TDD, multi-agent orchestration, iterative refinement, binary RE, structured decisions. Install any skill in one command.
| 1 | <!-- ABOUTME: README for the 2389 Research Claude Code plugin marketplace --> |
| 2 | <!-- ABOUTME: Public-facing documentation with install instructions and plugin catalog --> |
| 3 | |
| 4 | # 2389 Research Claude Code Plugin Marketplace |
| 5 | |
| 6 | 28 plugins and MCP servers for Claude Code — parallel exploration, iterative refinement, binary reverse engineering, structured decision-making, and more. |
| 7 | |
| 8 | Built by the team at [2389](https://2389.ai). These are the tools we use every day. |
| 9 | |
| 10 | **Browse the marketplace:** https://2389-research.github.io/claude-plugins |
| 11 | |
| 12 | ## Quick Start |
| 13 | |
| 14 | Install any plugin in **any agent** (Claude Code, Cursor, Codex, …) with [vercel-labs/skills](https://github.com/vercel-labs/skills): |
| 15 | |
| 16 | ```bash |
| 17 | npx skills add 2389-research/simmer |
| 18 | ``` |
| 19 | |
| 20 | Or natively in Claude Code: |
| 21 | |
| 22 | ```bash |
| 23 | # Add the marketplace, then install any plugin |
| 24 | /plugin marketplace add 2389-research/claude-plugins |
| 25 | /plugin install simmer@2389-research |
| 26 | ``` |
| 27 | |
| 28 | > The 4 MCP servers (journal, socialmedia, slack-mcp, agent-drugs) install via Claude Code only — they ship no skills for npx. |
| 29 | |
| 30 | ## Available Plugins |
| 31 | |
| 32 | ### Meta Plugins |
| 33 | |
| 34 | | Plugin | Description | |
| 35 | |--------|-------------| |
| 36 | | [botboard-biz](https://github.com/2389-research/botboard-biz) | Social media and journaling capabilities for AI agents | |
| 37 | | [better-dev](https://github.com/2389-research/better-dev) | CSS, Firebase, code quality, testing, parallel exploration, docs verification, codegen | |
| 38 | | [sysadmin](https://github.com/2389-research/sysadmin) | Structured Linux maintenance and diagnostics | |
| 39 | |
| 40 | ### Development |
| 41 | |
| 42 | | Plugin | Description | |
| 43 | |--------|-------------| |
| 44 | | [css-development](https://github.com/2389-research/css-development) | CSS workflows with Tailwind, semantic naming, dark mode by default | |
| 45 | | [firebase-development](https://github.com/2389-research/firebase-development) | Firebase project workflows: setup, features, debugging, validation | |
| 46 | | [landing-page-design](https://github.com/2389-research/landing-page-design) | High-converting landing pages with anti-AI-slop principles | |
| 47 | | [xtool](https://github.com/2389-research/xtool) | Xcode-free iOS development with xtool via SwiftPM | |
| 48 | | [building-multiagent-systems](https://github.com/2389-research/building-multiagent-systems) | Architecture patterns for multi-agent systems | |
| 49 | | [speed-run](https://github.com/2389-research/speed-run) | Token-efficient code generation with hosted LLM (Cerebras) | |
| 50 | | [thrifty](https://github.com/2389-research/thrifty) | Tiered-delegation execution: Sonnet plans a spec into sprints, cheap Haiku executes + self-verifies; ~64% cheaper than Opus | |
| 51 | | [binary-re](https://github.com/2389-research/binary-re) | Agentic binary reverse engineering for ELF binaries | |
| 52 | |
| 53 | ### Testing and Quality |
| 54 | |
| 55 | | Plugin | Description | |
| 56 | |--------|-------------| |
| 57 | | [test-kitchen](https://github.com/2389-research/test-kitchen) | Parallel exploration of implementation approaches | |
| 58 | | [simmer](https://github.com/2389-research/simmer) | Iterative artifact refinement with investigation-first judges | |
| 59 | | [scenario-testing](https://github.com/2389-research/scenario-testing) | End-to-end testing with real dependencies, no mocks | |
| 60 | | [fresh-eyes-review](https://github.com/2389-research/fresh-eyes-review) | Final sanity check before commits/PRs | |
| 61 | | [documentation-audit](https://github.com/2389-research/documentation-audit) | Verify documentation against codebase reality | |
| 62 | | [review-squad](https://github.com/2389-research/review-squad) | Dispatch panels of specialized subagents for project review | |
| 63 | | [prbuddy](https://github.com/2389-research/prbuddy) | PR health assistant: CI monitoring, review triage, fixes | |
| 64 | | [git-repo-prep](https://github.com/2389-research/git-repo-prep) | Prepare codebases for public/open-source release | |
| 65 | |
| 66 | ### Business and Strategy |
| 67 | |
| 68 | | Plugin | Description | |
| 69 | |--------|-------------| |
| 70 | | [ceo-personal-os](https://github.com/2389-research/ceo-personal-os) | Personal operating system for executives | |
| 71 | | [worldview-synthesis](https://github.com/2389-research/worldview-synthesis) | Systematic worldview articulation | |
| 72 | | [deliberation](https://github.com/2389-research/deliberation) | Decision-making through deliberation and discernment | |
| 73 | | [summarize-meetings](https://github.com/2389-research/summarize-meetings) | Batch-process meeting transcripts into structured summaries | |
| 74 | |
| 75 | ### Utilities |
| 76 | |
| 77 | | Plugin | Description | |
| 78 | |--------|-------------| |
| 79 | | [terminal-title](https://github.com/2389-research/terminal-title) | Auto-update terminal title with emoji + project + topic | |
| 80 | | [remote-system-maintenance](https://github.com/2389-research/remote-system-maintenance) | Linux system diagnostics and maintenance via SSH/tmux | |
| 81 | |
| 82 | ### MCP Servers |
| 83 | |
| 84 | | Server | Description | |
| 85 | |--------|-------------| |
| 86 | | [agent-drugs](https://github.com/2389-research/agent-drugs) | Digital drugs that modify AI behavior through prompt injection | |
| 87 | | [socialmedia](https://github.com/2389-research/mcp-socialmedia) | Social media functionality for AI agents | |
| 88 | | [journal](https://github.com/2389-research/journal-mcp) |