Agent Skills
› ciembor/agent-rules-books
› the-pragmatic-programmer
the-pragmatic-programmer
GitHub应用《程序员修炼之道》中的实用编程原则,在工程判断、反馈循环、知识复用、自动化及适应性设计等方面提供决策指导。
Trigger Scenarios
进行代码重构或架构设计时寻求最佳实践
需要平衡技术债务与快速交付的权衡决策
优化开发流程以提高反馈速度和自动化水平
Install
npx skills add ciembor/agent-rules-books --skill the-pragmatic-programmer -g -y
SKILL.md
Frontmatter
{
"name": "the-pragmatic-programmer",
"license": "MIT",
"description": "Apply Hunt and Thomas-inspired pragmatic programming rules when improving engineering judgment, feedback loops, DRY knowledge, orthogonality, automation, or adaptability."
}
The Pragmatic Programmer Skill
Use this skill when a task involves pragmatic engineering judgment, responsibility, DRY at the knowledge level, orthogonality, automation, prototyping, fast feedback, or adaptable design.
Before making design or code decisions, read and apply the-pragmatic-programmer.mini.md. Use the-pragmatic-programmer.md only as a deeper reference when the mini rules are not enough for the current engineering tradeoff.
Version History
- 893a88a Current 2026-09-11 20:35


