·design
!

design

采用 SOLID 原则、DRY/KISS/YAGNI 和安全设计来设计软件系统。在规划功能、分析需求、定义架构或制定架构决策时使用。

25安装·1热度·@knoopx

安装

$npx skills add https://github.com/knoopx/pi --skill design

如何安装 design

通过命令行快速安装 design AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/knoopx/pi --skill design
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:knoopx/pi。

SKILL.md

查看原文

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
来源
knoopx/pi
分类
!安全工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from knoopx/pi

快速解答

什么是 design?

采用 SOLID 原则、DRY/KISS/YAGNI 和安全设计来设计软件系统。在规划功能、分析需求、定义架构或制定架构决策时使用。 来源:knoopx/pi。

如何安装 design?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/knoopx/pi --skill design 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/knoopx/pi

详情

分类
!安全工具
来源
skills.sh
收录时间
2026-02-25