什么是 plugin-creator?
通过指导创作过程来创建插件(技能和 MCP)。当用户想要创建或更新 (1) 通过专业知识和工作流程扩展 Claude 能力的技能,或 (2) 为 Claude Desktop 提供工具的 MCP(模型上下文协议服务器)时使用。 来源:ddunnock/claude-plugins。
通过指导创作过程来创建插件(技能和 MCP)。当用户想要创建或更新 (1) 通过专业知识和工作流程扩展 Claude 能力的技能,或 (2) 为 Claude Desktop 提供工具的 MCP(模型上下文协议服务器)时使用。
通过命令行快速安装 plugin-creator AI 技能到你的开发环境
来源:ddunnock/claude-plugins。
This skill provides guidance for creating plugins that extend Claude's capabilities. Supports two plugin types:
Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess.
The context window is a public good. Skills share the context window with everything else Claude needs: system prompt, conversation history, other Skills' metadata, and the actual user request.
通过指导创作过程来创建插件(技能和 MCP)。当用户想要创建或更新 (1) 通过专业知识和工作流程扩展 Claude 能力的技能,或 (2) 为 Claude Desktop 提供工具的 MCP(模型上下文协议服务器)时使用。 来源:ddunnock/claude-plugins。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/ddunnock/claude-plugins --skill plugin-creator通过指导创作过程来创建插件(技能和 MCP)。当用户想要创建或更新 (1) 通过专业知识和工作流程扩展 Claude 能力的技能,或 (2) 为 Claude Desktop 提供工具的 MCP(模型上下文协议服务器)时使用。 来源:ddunnock/claude-plugins。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ddunnock/claude-plugins --skill plugin-creator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/ddunnock/claude-plugins