Loading...
Loading...
Compare original and translation side by side
| Skill | Purpose |
|---|---|
| plugin-structure | Directory layout, manifest, component organization |
| command-development | Simple prompts (single .md files in commands/) |
| agent-development | Autonomous subagents |
| skill-development | Complex prompts with bundled resources (skills/) |
| hook-development | Event-driven automation |
| mcp-integration | Model Context Protocol servers |
| lsp-integration | Language Server Protocol for code intelligence |
| plugin-settings | User configuration via .local.md |
| marketplace-structure | Plugin marketplace creation |
| 技能名称 | 用途 |
|---|---|
| plugin-structure | 目录布局、清单文件、组件组织 |
| command-development | 简单提示(commands/目录下的单个.md文件) |
| agent-development | 自主子Agent |
| skill-development | 包含捆绑资源的复杂提示(skills/目录下) |
| hook-development | 事件驱动的自动化 |
| mcp-integration | Model Context Protocol 服务器 |
| lsp-integration | 用于代码智能的Language Server Protocol |
| plugin-settings | 通过.local.md实现用户配置 |
| marketplace-structure | 插件市场创建 |
plugin-structureplugin-structurecommand-development[BANG]command-development[BANG]agent-developmentagent-developmentskill-developmentskill-developmenthook-developmenthook-developmentmcp-integrationmcp-integrationlsp-integrationlsp-integrationplugin-settingsplugin-settingsmarketplace-structuremarketplace-structureUser wants to...
├── Create/organize a plugin structure? → plugin-structure
├── Add a simple slash command (no bundled resources)? → command-development
├── Create an autonomous agent? → agent-development
├── Add a complex skill with scripts/references? → skill-development
├── React to Claude Code events? → hook-development
├── Integrate external service/API? → mcp-integration
├── Add code intelligence/LSP? → lsp-integration
├── Make plugin configurable? → plugin-settings
└── Distribute multiple plugins? → marketplace-structure用户想要...
├── 创建/组织插件结构? → plugin-structure
├── 添加简单斜杠命令(无捆绑资源)? → command-development
├── 创建自主Agent? → agent-development
├── 添加包含脚本/参考资料的复杂技能? → skill-development
├── 响应Claude Code事件? → hook-development
├── 集成外部服务/API? → mcp-integration
├── 添加代码智能/LSP? → lsp-integration
├── 使插件可配置? → plugin-settings
└── 分发多个插件? → marketplace-structureplugin-structurecommand-developmenthook-developmentplugin-settingsplugin-structurecommand-developmenthook-developmentplugin-settingsplugin-structuremcp-integrationcommand-developmentagent-developmentplugin-structuremcp-integrationcommand-developmentagent-developmentplugin-structurelsp-integrationcommand-developmentplugin-structurelsp-integrationcommand-developmentplugin-structureskill-developmentplugin-structureskill-development| Agent | Purpose |
|---|---|
| plugin-validator | Validates plugin structure and manifests |
| skill-reviewer | Reviews skill quality and triggering |
| agent-creator | Generates new agents from descriptions |
| Agent名称 | 用途 |
|---|---|
| plugin-validator | 验证插件结构和清单文件 |
| skill-reviewer | 审核技能质量和触发机制 |
| agent-creator | 根据描述生成新的Agent |
| Command | Purpose |
|---|---|
| Overview and skill routing |
| Entry point - choose plugin or marketplace creation |
| 8-phase guided plugin creation workflow |
| 8-phase guided marketplace creation workflow |
| 命令名称 | 用途 |
|---|---|
| 概览和技能指引 |
| 入口点 - 选择创建插件或市场 |
| 8阶段引导式插件创建工作流 |
| 8阶段引导式市场创建工作流 |