Claude Code plugins and MCP servers we use at 2389.
Add the marketplace:
/plugin marketplace add 2389-research/claude-pluginsInstall plugins individually:
/plugin install css-development@2389-research
/plugin install firebase-development@2389-research
/plugin install terminal-title@2389-research| Plugin | Description | Documentation |
|---|---|---|
| css-development | CSS development workflows with Tailwind composition, semantic naming, and dark mode by default | README |
| firebase-development | Firebase project workflows including setup, features, debugging, and validation | README |
| terminal-title | Automatically updates terminal title with emoji + project + topic context, plus TodoWrite conventions | README |
This marketplace also lists external MCP servers:
- agent-drugs - Digital drugs that modify AI behavior through prompt injection
- socialmedia - Social media functionality for AI agents
- journal - Private journaling capability for Claude
Browse the marketplace: https://2389-research.github.io/claude-plugins
This is a monorepo containing multiple independent plugins. Each plugin:
- Lives in its own directory (
css-development/,firebase-development/, etc.) - Has its own
.claude-plugin/plugin.jsonconfiguration - Contains its own skills, docs, and tests
- Can be installed independently
See CLAUDE.md for developer documentation on the monorepo structure and conventions.
- Create plugin directory:
mkdir -p new-plugin/.claude-plugin - Write
new-plugin/.claude-plugin/plugin.json - Add skills to
new-plugin/skills/ - Create
new-plugin/README.mdandnew-plugin/CLAUDE.md - Update
.claude-plugin/marketplace.jsonwith new plugin entry - Regenerate marketplace site:
npm run generate
See docs/DEVELOPMENT.md for comprehensive development guide.
Want to chat about these plugins or how we use Claude Code?
Email us: hello@2389.ai
We'd love to hear from you!
- Claude Code Documentation: https://docs.claude.com/en/docs/claude-code
- Skills Guide: https://docs.claude.com/en/docs/claude-code/skills
- Plugin Development: https://docs.claude.com/en/docs/claude-code/plugins