plugin-builder

Build, validate, and package Cowork plugins from Claude skill directories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Vincri126/MCO-Template --skill plugin-builder-vincri126
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-builder
Source: https://github.com/Vincri126/MCO-Template/tree/main/.orchestrator/skills/plugin-builder
Command: npx skills add https://github.com/Vincri126/MCO-Template --skill plugin-builder-vincri126

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Builds, validates, and packages Cowork plugins so Claude can orchestrate skills without structural drift, failed ZIPs, or ghost triggers.

Core Features & Use Cases

  • Phase-driven lifecycle: Guides through scaffolding, environment checks, QA gates, testing, packaging, and publishing with strict retries.
  • Capture and sync: Detects reusable patterns during work, proposes new skills, and writes to both Claude Code and Cowork directories.
  • Reference compliance: Enforces the cowork-plugin spec, reserved names, and cross-skill routing while keeping README, LICENSE, and connectors aligned for release readiness.

Quick Start

Tell Claude to validate, test, and package the current directory as a Cowork plugin with plugin-builder so it can emit a ready-to-install .plugin.

Frequently Asked Questions about plugin-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I package a Claude skill directory into a Cowork plugin?

To package a Cowork plugin, the plugin-builder automates scaffolding, environment checks, QA gates, and ZIP packaging from your skill directory to emit a ready-to-install .plugin file.

How does Cowork plugin validation work?

Cowork plugin validation applies structured phase checks, enforces the cowork-plugin spec, reserved names, and cross-skill routing to prevent structural drift and failed ZIPs during packaging.

Can I sync Claude Code and Cowork skill directories automatically?

Yes, the plugin-builder detects reusable patterns during work, proposes new skills, and writes to both Claude Code and Cowork directories to keep versions in sync.

What is the best way to capture reusable patterns as new Cowork skills?

The best way to capture reusable patterns is using the plugin-builder's skill-capture feature, which detects patterns during work and proposes new skills while writing to both directories.

Why does my Cowork plugin ZIP fail QA gates?

Cowork plugin ZIPs fail QA gates when the skill directory violates the cowork-plugin spec, uses reserved names, or lacks aligned README, LICENSE, and connectors required for release readiness.