什么是 create-cowork-plugin?
指导用户在协同工作会话中从头开始创建新插件。当用户想要创建插件、构建插件、制作新插件、开发插件、搭建插件、从头开始启动插件或设计插件时使用。此技能需要能够访问输出目录的 Cowork 模式,以交付最终的 .plugin 文件。 来源:anthropics/knowledge-work-plugins。
指导用户在协同工作会话中从头开始创建新插件。当用户想要创建插件、构建插件、制作新插件、开发插件、搭建插件、从头开始启动插件或设计插件时使用。此技能需要能够访问输出目录的 Cowork 模式,以交付最终的 .plugin 文件。
通过命令行快速安装 create-cowork-plugin AI 技能到你的开发环境
来源:anthropics/knowledge-work-plugins。
Build a new plugin from scratch through guided conversation. Walk the user through discovery, planning, design, implementation, and packaging — delivering a ready-to-install .plugin file at the end.
A plugin is a self-contained directory that extends Claude's capabilities with commands, skills, agents, hooks, and MCP server integrations. This skill encodes the full plugin architecture and a five-phase workflow for creating one conversationally.
Nontechnical output: Keep all user-facing conversation in plain language. Do not expose implementation details like file paths, directory structures, or schema fields unless the user asks. Frame everything in terms of what the plugin will do.
指导用户在协同工作会话中从头开始创建新插件。当用户想要创建插件、构建插件、制作新插件、开发插件、搭建插件、从头开始启动插件或设计插件时使用。此技能需要能够访问输出目录的 Cowork 模式,以交付最终的 .plugin 文件。 来源:anthropics/knowledge-work-plugins。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill create-cowork-plugin指导用户在协同工作会话中从头开始创建新插件。当用户想要创建插件、构建插件、制作新插件、开发插件、搭建插件、从头开始启动插件或设计插件时使用。此技能需要能够访问输出目录的 Cowork 模式,以交付最终的 .plugin 文件。 来源:anthropics/knowledge-work-plugins。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/anthropics/knowledge-work-plugins --skill create-cowork-plugin 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/anthropics/knowledge-work-plugins