pragmatic-programmer
✓《實用程式設計師》中的軟體工藝原則。在討論最佳實踐、調試策略、職業發展或軟體開發的實用方法時,請使用此技能。自動啟動 DRY 違規、偵錯會話和開發工作流程改進。
SKILL.md
A comprehensive reference for pragmatic software development principles based on "The Pragmatic Programmer" by David Thomas and Andrew Hunt. This skill provides timeless advice for becoming a better developer.
| DRY - Don't Repeat Yourself | Every piece of knowledge has a single representation | | Orthogonality | Keep things independent and decoupled | | Reversibility | Make decisions reversible; avoid lock-in | | Tracer Bullets | Get feedback fast with end-to-end skeleton | | Prototypes | Learn before committing; throw away prototypes |
| Domain Languages | Program close to the problem domain | | Estimating | Learn to give accurate estimates |
《實用程式設計師》中的軟體工藝原則。在討論最佳實踐、調試策略、職業發展或軟體開發的實用方法時,請使用此技能。自動啟動 DRY 違規、偵錯會話和開發工作流程改進。 來源:grndlvl/software-patterns。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/grndlvl/software-patterns --skill pragmatic-programmer- 分類
- >_效率工具
- 認證
- ✓
- 收錄時間
- 2026-02-15
- 更新時間
- 2026-02-18
快速解答
什麼是 pragmatic-programmer?
《實用程式設計師》中的軟體工藝原則。在討論最佳實踐、調試策略、職業發展或軟體開發的實用方法時,請使用此技能。自動啟動 DRY 違規、偵錯會話和開發工作流程改進。 來源:grndlvl/software-patterns。
如何安裝 pragmatic-programmer?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/grndlvl/software-patterns --skill pragmatic-programmer 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/grndlvl/software-patterns