返回 Skill 列表
编程开发进阶
Agent Plugins 1.0 开发 Skill
OpenAI/微软/亚马逊联合标准。一次开发,全平台通用(VS Code/Cursor/ChatGPT/Copilot)。
📋 SKILL.md 完整代码
--- name: agent-plugins-skill description: >- OpenAI/微软/亚马逊联合标准。一次开发,全平台通用(VS Code/Cursor/ChatGPT/Copilot)。 Use when working on agent plugins skill tasks. allowed-tools: Read,Write,Bash --- # Agent Plugins 1.0 开发 Skill ## Quick Start 1. Save as `~/.claude/skills/agent-plugins-skill/SKILL.md` 2. Restart Claude Code 3. Type `/agent-plugins-skill` or describe your task naturally 4. Claude auto-triggers when your task matches the description ## Instructions - Understand the user's specific context and needs - Apply domain best practices consistently - Provide actionable, specific guidance with examples - Verify all outputs before presenting to user ## Gotchas - Test with a fresh Claude instance after changes - Keep SKILL.md under 500 lines; use references/ for details - Description is the trigger key — make it specific and keyword-rich
🚀 怎么用
1. 复制上面的 SKILL.md 代码 2. 保存为 ~/.claude/skills/agent-plugins-skill/SKILL.md 3. 重启 Claude Code 4. 输入 /agent-plugins-skill 或直接描述任务触发 5. AI 自动按 Skill 流程执行
Agent Plugins 1.0 是什么
2026年8月由 OpenAI、微软、亚马逊等联合制定的统一 AI 技能与 MCP 服务器打包格式。实现插件一次开发、全平台通用。首批兼容 VS Code、Cursor、ChatGPT、GitHub Copilot 等主流客户端。取代了之前各平台各自为战的碎片化生态。
开发流程
1) 创建 manifest.json:name/version/description/tools/mcp-servers。2) 实现 tools 或 mcp-servers 的具体逻辑。3) 打包为标准格式。4) 在目标平台测试。5) 发布到 Agent Plugins Registry。关键:不要锁定单一客户端——遵循标准格式就能全平台通用。