plugin-structure
✓当用户要求“创建插件”、“搭建插件”、“理解插件结构”、“组织插件组件”、“设置plugin.json”、“使用 ${CLAUDE_PLUGIN_ROOT}”、“添加命令/代理/技能/钩子”、“配置自动发现”时,或者需要插件目录布局、清单配置、组件组织、文件命名约定或 Claude Code 插件架构最佳指导时,应使用此技能做法。
SKILL.md
Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this structure enables creating well-organized, maintainable plugins that integrate seamlessly with Claude Code.
The manifest defines plugin metadata and configuration. Located at .claude-plugin/plugin.json:
Version format: Follow semantic versioning (MAJOR.MINOR.PATCH) Keywords: Use for plugin discovery and categorization
当用户要求“创建插件”、“搭建插件”、“理解插件结构”、“组织插件组件”、“设置plugin.json”、“使用 ${CLAUDE_PLUGIN_ROOT}”、“添加命令/代理/技能/钩子”、“配置自动发现”时,或者需要插件目录布局、清单配置、组件组织、文件命名约定或 Claude Code 插件架构最佳指导时,应使用此技能做法。 来源:anthropics/claude-plugins-official。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/anthropics/claude-plugins-official --skill plugin-structure- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-12
- 更新时间
- 2026-02-18
快速解答
什么是 plugin-structure?
当用户要求“创建插件”、“搭建插件”、“理解插件结构”、“组织插件组件”、“设置plugin.json”、“使用 ${CLAUDE_PLUGIN_ROOT}”、“添加命令/代理/技能/钩子”、“配置自动发现”时,或者需要插件目录布局、清单配置、组件组织、文件命名约定或 Claude Code 插件架构最佳指导时,应使用此技能做法。 来源:anthropics/claude-plugins-official。
如何安装 plugin-structure?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/anthropics/claude-plugins-official --skill plugin-structure 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/anthropics/claude-plugins-official
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-12