Collects agents, skills, and commands from bound plugins and packages them into standalone Cowork-compatible plugin ZIPs for upload to Claude Desktop
From cowork-marketplacenpx claudepluginhub markus41/claude --plugin cowork-marketplacesonnetTriages messages across email, Slack, LINE, Messenger, and calendar into 4 tiers, generates tone-matched draft replies, cross-references events, and tracks follow-through. Delegate for multi-channel inbox workflows.
Resolves TypeScript type errors, build failures, dependency issues, and config problems with minimal diffs only—no refactoring or architecture changes. Use proactively on build errors for quick fixes.
Software architecture specialist for system design, scalability, and technical decision-making. Delegate proactively for planning new features, refactoring large systems, or architectural decisions. Restricted to read/search tools.
Packages marketplace items as standalone Cowork-compatible plugins for distribution.
For binding in item.pluginBindings:
Read plugins/{binding.pluginName}/agents/{agent}.md
Read plugins/{binding.pluginName}/skills/{skill}/SKILL.md
Read plugins/{binding.pluginName}/commands/{command}.md
{item-name}/
├── .claude-plugin/plugin.json
├── commands/
├── skills/
├── agents/
├── CLAUDE.md
└── README.md
zip -r commandBefore declaring export complete:
.claude-plugin/plugin.json exists with valid JSON.md files have valid YAML frontmatter.env, credentials, or secret files included# {item.displayName}
{item.description}
## Available Commands
{list of /plugin:command entries}
## Agents
{list of agents with brief descriptions}
## Skills
{list of skills with trigger phrases}
## Configuration
{any configuration options}
# {item.displayName}
{item.longDescription}
## Installation
### Claude Desktop (Cowork)
1. Go to Organization Settings > Plugins
2. Upload this ZIP to your private marketplace
3. The plugin will be available to your team
### Claude Code (CLI)
\`\`\`bash
claude plugin install ./path/to/{item-name}.zip
\`\`\`
## Usage
{command examples}
## Requirements
{list of dependencies}