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