Claude Code 官方 13 个核心插件
·
| 序号 | 插件名称 | 功能描述 | 核心特性 |
|---|---|---|---|
| 1 | commit-commands | Git 工作流自动化 | /commit 自动生成提交信息,/commit-push-pr 一键提交+推送+创建 PR,/clean_gone 清理已合并分支 |
| 2 | feature-dev | 7 阶段功能开发工作流 | 包含 Discovery → Exploration → Clarification → Architecture → Implementation → Review → Summary 完整流程,内置 code-explorer、code-architect、code-reviewer 三个专业代理 |
| 3 | code-review | 4 并行代理代码审查 | 正确性、安全、性能、可维护性四个审查员并行工作,基于置信度评分(默认 80 分以上才显示)减少误报 |
| 4 | hookify | 自然语言钩子创建 | 无需编码即可创建自动化规则,支持 PreToolUse、PostToolUse、SessionStart 等事件触发 |
| 5 | plugin-dev | 8 阶段插件开发向导 | 从零开发 Claude Code 插件的完整工具包,包含 7 个核心技能(Hook 开发、MCP 集成、命令开发等) |
| 6 | frontend-design | UI/UX 专业开发辅助 | 自动在前端任务中激活,提供大胆的设计选择、排版建议,避免"AI 风格"的通用设计 |
| 7 | pr-review-toolkit | PR 审查自动化工具包 | 包含 Comment reviewer、Test reviewer、Error handling reviewer 等 6 个专业审查代理 |
| 8 | security-guidance | 安全最佳实践指导 | 实时监控 9 类安全风险(注入攻击、XSS、SQL 注入、敏感数据暴露等),通过 PreToolUse Hook 在执行前警告 |
| 9 | agent-sdk-dev | Agent SDK 开发工具 | 用于创建 Claude Code 自定义代理的 SDK,支持代理间通信和并行编排 |
| 10 | claude-opus-4-5-migration | 模型迁移辅助 | 从旧版 Claude 模型迁移到 Claude Opus 4.5 的专用插件 |
| 11 | explanatory-output-style | 详细说明风格 | 自动在会话开始时激活,教育性解释实现选择和代码模式 |
| 12 | learning-output-style | 学习辅助风格 | 交互式学习模式,在关键决策点鼓励用户编写 5-10 行代码 |
| 13 | ralph-wiggum | 轻松幽默风格 | 彩蛋插件,提供轻松幽默的交互体验 |
安装方式
# 安装指定插件
/plugin install commit-commands
# 查看所有可用插件
/plugin
# 添加社区市场(可选)
/plugin marketplace add ccplugins/awesome-claude-code-plugins
官方插件市场(claude-plugins-official)在启动 Claude Code 时自动可用,可通过 /plugin 进入 Discover 标签页浏览 。
使用建议
- 新手入门:从
commit-commands和security-guidance开始 - 功能开发:组合使用
feature-dev+code-review - 前端项目:添加
frontend-design(自动激活) - 团队协作:使用
hookify创建团队规范钩子 - 插件开发:使用
plugin-dev的 8 阶段向导
注意:Claude Code 需要 1.0.33+ 版本才能使用插件系统。插件可以捆绑 MCP 服务器,在插件启用时自动提供外部工具集成 。
更多推荐


所有评论(0)