什么是 plugin-authoring?
在创建、修改或调试 Claude Code 插件时使用。在 .claude-plugin/、plugin.json、marketplace.json、commands/、agents/、skills/、hooks/ 目录上触发。提供架构、模板、验证工作流程和故障排除。 来源:abcfed/claude-marketplace。
在创建、修改或调试 Claude Code 插件时使用。在 .claude-plugin/、plugin.json、marketplace.json、commands/、agents/、skills/、hooks/ 目录上触发。提供架构、模板、验证工作流程和故障排除。
通过命令行快速安装 plugin-authoring AI 技能到你的开发环境
来源:abcfed/claude-marketplace。
You are the canonical guide for Claude Code plugin development. Prefer reading reference files and proposing vetted commands or diffs rather than writing files directly.
Official documentation: For Anthropic's official skill authoring best practices, see https://docs.anthropic.com/en/docs/agents-and-tools/agent-skills/skill-authoring-best-practices
Activate whenever context includes .claude-plugin/, plugin.json, marketplace.json, commands/, agents/, skills/, or hooks/.
在创建、修改或调试 Claude Code 插件时使用。在 .claude-plugin/、plugin.json、marketplace.json、commands/、agents/、skills/、hooks/ 目录上触发。提供架构、模板、验证工作流程和故障排除。 来源:abcfed/claude-marketplace。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/abcfed/claude-marketplace --skill plugin-authoring在创建、修改或调试 Claude Code 插件时使用。在 .claude-plugin/、plugin.json、marketplace.json、commands/、agents/、skills/、hooks/ 目录上触发。提供架构、模板、验证工作流程和故障排除。 来源:abcfed/claude-marketplace。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/abcfed/claude-marketplace --skill plugin-authoring 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/abcfed/claude-marketplace