Plugin Development
插件 已验证 活跃一个用于创建、验证和分发 Claude Code 插件的综合工具包
旨在简化和标准化 Claude Code 插件的开发过程,确保从脚手架到发布的质量和对最佳实践的遵守。
功能
- 具有标准结构的插件脚手架
- 组件生成(命令、技能、代理、钩子)
- 插件结构和配置的自动化验证
- 本地测试环境设置
- 通过插件开发技能进行环境指导
- 通过插件审查代理进行深度插件审查
- 通过钩子实现自动化安全防护
使用场景
- 脚手架一个全新的 Claude Code 插件项目
- 向现有插件添加新命令、技能或代理
- 在测试或发布前验证插件结构和配置
- 设置本地开发环境以进行迭代式插件测试
- 获取关于插件开发最佳实践的指导
非目标
- 为 Claude Code 以外的平台开发插件
- 执行或运行插件本身(侧重于开发过程)
- 为最终用户应用程序提供运行时功能
- 在插件开发环境之外充当通用代码助手
工作流
- 使用 `/plugin-development:init` 脚手架一个新插件
- 使用相应的命令添加组件(命令、技能、代理、钩子)
- 使用 `/plugin-development:validate` 验证插件结构和配置
- 使用 `/plugin-development:test-local` 在本地测试插件
- 通过验证和重新安装进行开发迭代
- 在发布前使用 `/agents plugin-reviewer` 进行深度审查
实践
- 插件结构
- 命令设计
- 技能设计
- 代理设计
- 钩子实现
- 文档
- 测试
- 发布管理
安装
请先添加 Marketplace
/plugin marketplace add ivan-magda/claude-code-plugin-template/plugin install plugin-development@my-team-plugin-marketplace质量评分
已验证类似扩展
Ruflo Plugin Creator
97Scaffold, validate, and publish new Claude Code plugins with the canonical plugin contract — ADR + smoke + Compatibility + namespace coordination + MCP-tool drift warnings
Agent Almanac
99350 agentic skills across 64 domains, 72 agent personas, and 16 team compositions following the agentskills.io open standard
Testing Handbook Skills
99Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)
Worktrunk
99Worktrunk 是一个用于 Git worktree 管理的 CLI,专为并行 AI 代理工作流而设计。此插件提供配置指导(LLM 提交消息、项目钩子、worktree 路径)以及自动活动跟踪(`wt list` 中的 🤖/💬 指示器,显示活动的 Claude 会话)。
Public Plugin Builder
99Build complete Claude plugins in 23 guided steps — from idea to GitHub push. Interviews you, classifies skill vs agent, generates all files, pushes to your repo.
Plugin Development Toolkit
99Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.