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-marketplaceOnce the marketplace is added, you can browse and install available plugins:
# Browse all available plugins
/plugin
# Install a specific plugin
/plugin install <plugin-name>@mllThis 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:
- name: Unique identifier for this marketplace
- owner: Organization information
- metadata: Description, version, and homepage
- plugins: Array of available plugins with their metadata
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.