8 curated Skills covering the complete development lifecycle — from idea to delivery. One install gives you structured development methodology inside Claude Code.
8 个精选 Skill,覆盖从想法到交付的完整开发流程。一键安装,在 Claude Code 中获得结构化的开发方法论。
Claude Code is powerful — but how you use it is what determines your results. This pack encodes software engineering best practices into 8 auto-triggering Skills that fire at the right moment in your workflow:
🤔 Vague idea → 🧠 brainstorming → Clear design doc
↓
📋 writing-plans → Actionable task list
↓
🧪 TDD → 🔴 Test first, 🟢 Minimal impl, 🔵 Refactor
↓
🔍 code-review → Quality / performance / maintainability
↓
🛡️ security-review → OWASP Top 10 scan
↓
🐛 Bug? → systematic-debugging → Root cause fix
↓
✅ verification → Confirm the change works
↓
📦 finishing-a-development-branch → PR / merge
| # | Skill | Triggers When | In a Nutshell |
|---|---|---|---|
| 1 | brainstorming | Before any feature/change | Think first, design then build |
| 2 | writing-plans | After design is confirmed | Turn designs into executable steps |
| 3 | test-driven-development | Before writing code | Write tests first, 80% coverage baseline |
| 4 | code-review | After writing code | Review quality, security, duplication |
| 5 | security-review | Before committing | Scan for secrets, injection, vulnerabilities |
| 6 | systematic-debugging | When a bug appears | Structured troubleshooting, no guesswork |
| 7 | verification-before-completion | After changes | Confirm the change actually works |
| 8 | finishing-a-development-branch | Branch complete | Clean git workflow + PR |
Windows (PowerShell):
irm https://raw.githubusercontent.com/XY523-iaou/dev-workflow-pack/main/install.ps1 | iexmacOS / Linux:
curl -fsSL https://raw.githubusercontent.com/XY523-iaou/dev-workflow-pack/main/install.sh | bashgit clone https://github.com/XY523-iaou/dev-workflow-pack.git
cp -r dev-workflow-pack/skills/* ~/.claude/skills/Just start coding in Claude Code — the right Skill triggers automatically at the right time. For example, type "Add a login feature" and the brainstorming skill kicks in before any code is written.
- Standalone — Each Skill works independently; you don't need all 8
- Composable — Using them together creates 1+1>2 synergy
- Zero Dependencies — Just copy files to
~/.claude/skills/ - Auto-Triggered — Skills fire automatically based on
descriptiontrigger rules
- Solo developers who want guardrails without a team
- Small teams standardizing their Claude Code workflow
- Open-source maintainers automating review & security checks
- Anyone tired of "I forgot to write tests" or "I merged without reviewing"
Claude Code 很强,但怎么用好它才是关键。这个套装把软件工程最佳实践编码为 8 个自动触发的 Skill:
| # | Skill | 触发时机 | 一句话 |
|---|---|---|---|
| 1 | brainstorming | 任何新功能/改动前 | 想清楚再动手,不做无用功 |
| 2 | writing-plans | 设计确认后 | 把设计变成可执行的步骤清单 |
| 3 | test-driven-development | 写代码前 | 先写测试,80% 覆盖率基线 |
| 4 | code-review | 写完代码后 | 审查质量/安全/重复代码 |
| 5 | security-review | 提交前 | 扫密钥泄露、注入漏洞 |
| 6 | systematic-debugging | Bug 出现时 | 结构化排查,不盲目试错 |
| 7 | verification-before-completion | 改完后 | 确认改动真的生效了 |
| 8 | finishing-a-development-branch | 分支完成时 | 规范的 Git 流程 + PR |
MIT — see LICENSE