developer-toolbox by jezweb/claude-skills
npx skills add https://github.com/jezweb/claude-skills --skill developer-toolbox一套与 Claude Code 无缝集成的核心开发工作流智能体集合。
| 智能体 | 用途 | 触发条件 |
|---|---|---|
| commit-helper | 生成规范的提交信息 | "commit message"、"staged changes" |
| build-verifier | 验证构建后 dist/ 目录是否与源码匹配 | "changes not appearing"、"verify build" |
| code-reviewer | 安全审计与代码质量审查 | "code review"、"security audit"、"OWASP" |
| debugger | 系统性调试与根本原因分析 | "error"、"TypeError"、"stack trace"、"bug" |
| test-runner | TDD 工作流与测试创建 | "write tests"、"TDD"、"coverage"、"jest" |
| orchestrator | 协调复杂的多步骤项目 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| "coordinate"、"multi-step"、"complex feature" |
| documentation-expert | README、API 文档、架构图 | "document"、"README"、"API docs" |
| 规则 | 用途 |
|---|---|
| agent-first-thinking | 行为中断 - 在手动工作前优先考虑使用智能体 |
# 通过市场安装
/plugin install developer-toolbox
# 或本地开发安装
/plugin install ./skills/developer-toolbox
安装后,请重启 Claude Code 以加载智能体。
"帮我为这些暂存的更改写一条提交信息"
"我的更改没有在生产环境中出现,请验证构建输出"
"审查这段身份验证代码是否存在安全漏洞"
"我遇到了 TypeError: Cannot read property 'map' of undefined"
"使用 TDD 实现这个用户验证函数"
"协调跨 5 个服务的身份验证系统重构"
"为这个 REST 端点创建全面的 API 文档"
所有智能体都遵循 "MUST BE USED when" 模式,以实现可靠的自动发现:
description: |
[角色] 专家。MUST BE USED when: [触发条件 1], [触发条件 2], [触发条件 3]。
主动用于 [广泛的任务类别]。
关键词: keyword1, keyword2, error-message-fragment
这确保了 Claude Code 能根据用户请求自动发现并推荐合适的智能体。
包含的 agent-first-thinking.md 规则鼓励默认使用智能体:
思维反转:
触发条件:
| 如果即将... | 请改用... |
|---|---|
| 执行 3 次以上 grep/glob 操作 | 探索智能体 |
| 阅读 5 个以上文件 | 探索智能体 |
| 跨文件进行相同编辑 | 并行智能体 |
| 审计多个项目 | 并行群组 |
每个智能体在安装后都可以通过编辑其 Markdown 文件进行扩展:
# 查找已安装的智能体
ls ~/.claude/plugins/cache/*/developer-toolbox/*/agents/
# 或复制到用户级别进行自定义
cp [plugin-path]/agents/code-reviewer.md ~/.claude/agents/
智能体可以很好地协同工作:
"审查这段代码的安全问题,然后为关键路径编写测试"
# → 先使用 code-reviewer,然后使用 test-runner
"调试这个失败的测试,记录根本原因,并提交修复"
# → debugger → documentation-expert → commit-helper
周安装量
355
代码仓库
GitHub 星标数
650
首次出现
2026年1月20日
安全审计
安装于
claude-code296
gemini-cli236
opencode234
cursor221
antigravity217
codex207
A collection of essential development workflow agents that integrate seamlessly with Claude Code.
| Agent | Purpose | Triggers On |
|---|---|---|
| commit-helper | Generate conventional commit messages | "commit message", "staged changes" |
| build-verifier | Verify dist/ matches source after builds | "changes not appearing", "verify build" |
| code-reviewer | Security audits and code quality reviews | "code review", "security audit", "OWASP" |
| debugger | Systematic debugging with root cause analysis | "error", "TypeError", "stack trace", "bug" |
| test-runner | TDD workflow and test creation | "write tests", "TDD", "coverage", "jest" |
| orchestrator | Coordinate complex multi-step projects | "coordinate", "multi-step", "complex feature" |
| documentation-expert | README, API docs, architecture diagrams | "document", "README", "API docs" |
| Rule | Purpose |
|---|---|
| agent-first-thinking | Behavioral interrupt - consider agents before manual work |
# Via marketplace
/plugin install developer-toolbox
# Or local development
/plugin install ./skills/developer-toolbox
After installation, restart Claude Code to load the agents.
"Help me write a commit message for these staged changes"
"My changes aren't appearing in production, verify the build output"
"Review this authentication code for security vulnerabilities"
"I'm getting TypeError: Cannot read property 'map' of undefined"
"Use TDD to implement this user validation function"
"Coordinate a refactor of the authentication system across 5 services"
"Create comprehensive API documentation for this REST endpoint"
All agents follow the "MUST BE USED when" pattern for reliable auto-discovery:
description: |
[Role] specialist. MUST BE USED when: [trigger 1], [trigger 2], [trigger 3].
Use PROACTIVELY for [broad task category].
Keywords: keyword1, keyword2, error-message-fragment
This ensures Claude Code discovers and proposes the right agent automatically based on user requests.
The included agent-first-thinking.md rule encourages using agents by default:
The Inversion:
Triggers:
| If about to... | Use instead... |
|---|---|
| grep/glob 3+ times | Explore agent |
| Read 5+ files | Explore agent |
| Same edit across files | Parallel agents |
| Audit multiple items | Parallel swarm |
Each agent can be extended by editing its markdown file after installation:
# Find installed agents
ls ~/.claude/plugins/cache/*/developer-toolbox/*/agents/
# Or copy to user-level for customization
cp [plugin-path]/agents/code-reviewer.md ~/.claude/agents/
Agents work well together:
"Review this code for security issues, then write tests for the critical paths"
# → code-reviewer first, then test-runner
"Debug this failing test, document the root cause, and commit the fix"
# → debugger → documentation-expert → commit-helper
Weekly Installs
355
Repository
GitHub Stars
650
First Seen
Jan 20, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykPass
Installed on
claude-code296
gemini-cli236
opencode234
cursor221
antigravity217
codex207
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
138,300 周安装