Skip to content

wineslab/plugin_marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

WinesLab Claude Code Marketplace

Official Claude Code plugin marketplace for the WinesLab / Open6G lab at Northeastern University.

Available Plugins

Plugin Description Repo
genesis-testrunner Agents and skills for GENESIS 5G testbed automation (Arena/X5G, LCHEM) wineslab/genesis_testbed

Install

1. Add the marketplace (once per machine)

/plugin marketplace add wineslab/plugin_marketplace

2. Install a plugin

/plugin install genesis-testrunner@wineslab

Skills are then available as /genesis-testrunner:<skill> and agents appear under genesis-testrunner: in /agents.

CLI alternative

claude plugin marketplace add wineslab/plugin_marketplace
claude plugin install genesis-testrunner@wineslab

Update

To pull the latest plugin versions:

/plugin marketplace update wineslab

Adding a New Plugin

  1. Build the plugin in its own repo following the Claude Code plugin docs
  2. 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" }
}
  1. Merge the PR — teammates can immediately /plugin marketplace update wineslab and install it.

About

Plugin Marketplace for Wineslab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors