·create-cowork-plugin
</>

create-cowork-plugin

指导用户在协同工作会话中从头开始创建新插件。当用户想要创建插件、构建插件、制作新插件、开发插件、搭建插件、从头开始启动插件或设计插件时使用。此技能需要能够访问输出目录的 Cowork 模式,以交付最终的 .plugin 文件。

127安装·5热度·@anthropics

安装

$npx skills add https://github.com/anthropics/knowledge-work-plugins --skill create-cowork-plugin

如何安装 create-cowork-plugin

通过命令行快速安装 create-cowork-plugin AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/anthropics/knowledge-work-plugins --skill create-cowork-plugin
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:anthropics/knowledge-work-plugins。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-02-18
更新时间
2026-03-10

Browse more skills from anthropics/knowledge-work-plugins

快速解答

什么是 create-cowork-plugin?

指导用户在协同工作会话中从头开始创建新插件。当用户想要创建插件、构建插件、制作新插件、开发插件、搭建插件、从头开始启动插件或设计插件时使用。此技能需要能够访问输出目录的 Cowork 模式,以交付最终的 .plugin 文件。 来源:anthropics/knowledge-work-plugins。

如何安装 create-cowork-plugin?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/anthropics/knowledge-work-plugins --skill create-cowork-plugin 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/anthropics/knowledge-work-plugins