什么是 creating-a-plugin?
创建新的 Claude Code 插件或设置插件结构时使用 - 为命令、代理、技能、挂钩和 MCP 服务器提供完整的文件组织、清单格式和组件定义 来源:ed3dai/ed3d-plugins。
创建新的 Claude Code 插件或设置插件结构时使用 - 为命令、代理、技能、挂钩和 MCP 服务器提供完整的文件组织、清单格式和组件定义
通过命令行快速安装 creating-a-plugin AI 技能到你的开发环境
来源:ed3dai/ed3d-plugins。
A Claude Code plugin packages reusable components (commands, agents, skills, hooks, MCP servers) for distribution. Create a plugin when you have components that work across multiple projects.
Critical: The .claude-plugin/ directory with plugin.json inside must exist at plugin root.
| Component | Location | File Format | When to Use |
创建新的 Claude Code 插件或设置插件结构时使用 - 为命令、代理、技能、挂钩和 MCP 服务器提供完整的文件组织、清单格式和组件定义 来源:ed3dai/ed3d-plugins。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/ed3dai/ed3d-plugins --skill creating-a-plugin创建新的 Claude Code 插件或设置插件结构时使用 - 为命令、代理、技能、挂钩和 MCP 服务器提供完整的文件组织、清单格式和组件定义 来源:ed3dai/ed3d-plugins。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ed3dai/ed3d-plugins --skill creating-a-plugin 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/ed3dai/ed3d-plugins