Official Claude Code plugin marketplace for the WinesLab / Open6G lab at Northeastern University.
| Plugin | Description | Repo |
|---|---|---|
genesis-testrunner |
Agents and skills for GENESIS 5G testbed automation (Arena/X5G, LCHEM) | wineslab/genesis_testbed |
/plugin marketplace add wineslab/plugin_marketplace
/plugin install genesis-testrunner@wineslab
Skills are then available as /genesis-testrunner:<skill> and agents appear under genesis-testrunner: in /agents.
claude plugin marketplace add wineslab/plugin_marketplace
claude plugin install genesis-testrunner@wineslabTo pull the latest plugin versions:
/plugin marketplace update wineslab
- Build the plugin in its own repo following the Claude Code plugin docs
- Open a PR to this repo adding an entry to
.claude-plugin/marketplace.json:
{
"name": "your-plugin-name",
"source": {
"source": "github",
"repo": "wineslab/your-repo",
"ref": "plugin"
},
"description": "What your plugin does",
"version": "1.0.0",
"author": { "name": "Your Name", "email": "you@northeastern.edu" }
}- Merge the PR — teammates can immediately
/plugin marketplace update wineslaband install it.