From cowork-manager
This skill should be used when the user wants to create a new Cowork plugin from scratch. Use when: "プラグインを作って", "新しいプラグインを作成したい", "create a plugin", "build a plugin", "make a new plugin", "scaffold a plugin", "プラグインをゼロから作りたい", "plugin-creator", "create-plugin".
How this skill is triggered — by the user, by Claude, or both
Slash command
/cowork-manager:create-pluginThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
新しいCoworkプラグインを作成する場合は、`plugin-creator` エージェントに委譲する。
新しいCoworkプラグインを作成する場合は、plugin-creator エージェントに委譲する。
plugin-creator エージェントを起動して、以下の5フェーズを通じてプラグインを設計・実装する:
.plugin ファイルを届けるユーザーの依頼内容(プラグイン名、機能概要、外部ツール連携の有無など)をそのままエージェントに引き渡す。
npx claudepluginhub iketomo/cowork_x_plugin --plugin cowork-managerGuides building Claude Code plugins from scratch in Cowork: discovery, planning, design, implementation, and packaging into .plugin files.
Orchestrates agentic workflow to create new Claude Code plugins from scratch: prerequisite checks, research, design verification, atomic implementation, validation, documentation.
Creates, converts, validates, and publishes Claude Code plugins with Agent Skills, hooks, agents, and servers. Automates manifest generation, scanning, structure validation, and marketplace prep.