A Claude Code plugin marketplace.
Add the marketplace from within Claude Code:
/plugin marketplace add hyposcaler/claude-code-plugins
Then install any plugin by name:
/plugin install networklabs@hyposcaler
| Plugin | Description |
|---|---|
| networklabs | Deploy, inspect, and manage containerlab SR Linux network labs |
To develop or test a plugin locally, point Claude Code at its directory:
claude --plugin-dir /path/to/claude-code-plugins/plugins/<plugin-name>
claude-code-plugins/
.claude-plugin/
marketplace.json # Marketplace catalog
plugins/
networklabs/ # Containerlab plugin
...
README.md
Each plugin under plugins/ is self-contained with its own manifest, agents, and skills. See individual plugin READMEs for details.