什么是 design?
采用 SOLID 原则、DRY/KISS/YAGNI 和安全设计来设计软件系统。在规划功能、分析需求、定义架构或制定架构决策时使用。 来源:knoopx/pi。
采用 SOLID 原则、DRY/KISS/YAGNI 和安全设计来设计软件系统。在规划功能、分析需求、定义架构或制定架构决策时使用。
通过命令行快速安装 design AI 技能到你的开发环境
来源:knoopx/pi。
Guidelines for requirements analysis, design principles, architecture, and security.
| Single Responsibility | A class/module should have one reason to change | Class doing too many things | | Open/Closed | Open for extension, closed for modification | Modifying existing code for new features | | Liskov Substitution | Subtypes must be substitutable for base types | Overridden methods breaking contracts |
| Interface Segregation | Many specific interfaces > one general interface | Clients forced to depend on unused methods | | Dependency Inversion | Depend on abstractions, not concretions | High-level modules importing low-level details |
采用 SOLID 原则、DRY/KISS/YAGNI 和安全设计来设计软件系统。在规划功能、分析需求、定义架构或制定架构决策时使用。 来源:knoopx/pi。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/knoopx/pi --skill design采用 SOLID 原则、DRY/KISS/YAGNI 和安全设计来设计软件系统。在规划功能、分析需求、定义架构或制定架构决策时使用。 来源:knoopx/pi。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/knoopx/pi --skill design 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/knoopx/pi