Создание плагина для Claude Cowork
★ 7.3 · content
create-cowork-plugin is a Claude Code skill that guides users through a five-phase workflow for building a new Claude Cowork plugin from scratch, delivering a ready-to-install `.plugin` file at the end. The phases — Discovery, Component Planning, Design, Implementation, and Review & Package — are conducted conversationally in plain language, keeping file paths and schema details out of sight unless asked. All standard plugin components are covered: the `.claude-plugin/plugin.json` manifest, skills using the `skills/*/SKILL.md` format, agents, MCP server integrations, and a README. The skill requires the Cowork desktop app environment with access to the outputs directory. It's the right starting point for anyone who wants to create, scaffold, or develop a custom Cowork plugin without prior knowledge of the plugin architecture.