A collection of skills, packaged as a Claude Code compatible marketplace.
Add the marketplace, then install each plugin you want to use:
/plugin marketplace add difflabai/marketplace
/plugin install builder@difflabai
MCP servers are configured automatically on install.
| Plugin | Description |
|---|---|
| builder | Project scaffolding — build .project/ structures for any AI coding tool |
| business-world-models | Browse, search, and edit DiffLab Business World Models via the BWM MCP server |
| dreamsolve | Use DreamSolve Project management, file handling, and AI agents from Claude, ChatGPT, etc via DreamSolve MCP |
| pde | Product Delivery Engine — run an idea through DiffLab's 6-stage product pipeline |
| teams | Team productivity skills — contribution summaries, impact reports, and more |
.claude-plugin/
marketplace.json # Marketplace catalog
plugins/
dreamsolve/
.claude-plugin/
plugin.json # Plugin metadata
.mcp.json # MCP server configuration (auto-installed)
skills/
dreamsolve/
SKILL.md # Skill definition
- Create a directory under
plugins/with your plugin name - Add
.claude-plugin/plugin.jsonwith name, description, and author - Add
.mcp.jsonif your plugin needs an MCP server - Add skills under
skills/<name>/SKILL.md - Register the plugin in
.claude-plugin/marketplace.json - Update this README
- Submit a pull request
/plugin marketplace add ./path/to/this/repo
/plugin install builder@difflabai
MIT License - see LICENSE for details.