Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.01 KB

File metadata and controls

42 lines (30 loc) · 1.01 KB

Coderbots plugin marketplace

A Claude Code plugin marketplace for operators of Coderbots.io AI teammates.

Install

/plugin marketplace add coderbots-io/plugins
/plugin install coderbot-tools@coderbots

Or non-interactively:

claude plugin marketplace add coderbots-io/plugins
claude plugin install coderbot-tools@coderbots --scope user

Plugins

coderbot-tools

Operate and debug your teammate from your own machine: SSH into its GitHub Codespace, inspect/restart the Slack bridge, tail logs, refresh its instructions, and drive a local browser MCP for debugging. Bundles the manage-coderbot skill.

Layout

.claude-plugin/marketplace.json          # the marketplace catalog
plugins/coderbot-tools/
├── .claude-plugin/plugin.json           # plugin manifest
└── skills/manage-coderbot/SKILL.md       # the skill

Updating

/plugin marketplace update coderbots
/plugin update coderbot-tools@coderbots