Catalog of available plugins for Claude Code extensions at MLL
npx claudepluginhub mll-lab/claude-plugin-marketplaceA plugin for spec-driven development
Catalog of available plugins for Claude Code extensions at MLL.
This repository serves as a Claude Code Plugin Marketplace. It is a centralized catalog for discovering and installing Claude Code plugins within MLL.
To add this marketplace to your Claude Code installation:
/plugin marketplace add mll-lab/claude-plugin-marketplace
Once the marketplace is added, you can browse and install available plugins:
# Browse all available plugins
/plugin
# Install a specific plugin
/plugin install <plugin-name>@mll
This marketplace follows the official Claude Code plugin marketplace specification:
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace metadata and plugin catalog
├── plugins/ # Individual plugin directories
│ └── (plugin directories)
├── README.md # This file
├── LICENSE # MIT License
└── .gitignore # Git ignore rules
The .claude-plugin/marketplace.json file contains:
For more information about Claude Code plugin marketplaces, see the official documentation.
For detailed contribution guidelines, see CONTRIBUTING.md.
This project is licensed under the MIT License.
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations