Official Claude Code plugin marketplace for the WinesLab / Open6G lab at Northeastern University.
| Plugin | Description | Repo |
|---|---|---|
genesis |
Stage agents, domain specialists and skills for the AI-RAN life-cycle: OAI gNB, Foxconn RUs, Sierra/soft UEs, OpenShift, RIC xApps, across Arena/X5G and LCHEM | wineslab/genesis |
/plugin marketplace add wineslab/plugin_marketplace
/plugin install genesis@wineslab
Skills are then available as /genesis:<skill> and agents appear under genesis: in /agents.
wineslab/genesisis a private repository — installing requires access to it, and Claude Code clones with your own git credentials.
claude plugin marketplace add wineslab/plugin_marketplace
claude plugin install genesis@wineslabTo pull the latest plugin versions:
/plugin marketplace update wineslab
- Build the plugin in its own repo following the Claude Code plugin docs.
Add
.claude-plugin/plugin.jsonand check it withclaude plugin validate . - 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"
},
"description": "What your plugin does",
"author": { "name": "Your Name", "email": "you@northeastern.edu" }
}- Merge the PR — teammates can immediately
/plugin marketplace update wineslaband install it.