‹ 首页

software-design-philosophy

@wondelai · 收录于 1 周前 · 上游提交 1 周前

Manage software complexity through deep modules, information hiding, and strategic programming. Use when the user mentions "module design", "API too complex", "shallow class", "complexity budget", "strategic vs tactical", "deep module", "information leakage", "pass-through method", "this code is over-engineered", or "simplify this design". Also trigger when reviewing an interface for simplicity, evaluating whether an abstraction is pulling its weight, deciding whether a comment is worth writing, or choosing between general-purpose and special-purpose approaches. Covers deep vs shallow modules, red flags for complexity, and comments as design documentation. For code quality, see clean-code. For architecture boundaries, see clean-architecture.

适合你,如果常为模块边界和接口复杂度困扰

/ 通过 npx 安装 校验哈希
npx oh-my-skill add wondelai/skills/software-design-philosophy
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- wondelai/skills/software-design-philosophy
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify wondelai/skills/software-design-philosophy
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1589GitHub stars
~3.3K最小装载
~20K含声明引用
~20K文本包总量
镜像托管

怎么用

商店整理自技能原文 · 版本 326b380 · 表述以原文为准
它做什么

安装后,Claude 会分析你的软件设计,评估模块深度、信息隐藏和复杂度,并给出改进建议。

什么时候触发

当你提到“模块设计”、“API 太复杂”、“浅层类”、“复杂度预算”等关键词,或要求审查接口、评估抽象时触发。

装好后可以这样说
Claude 会评估接口深度并给出简化建议。
Claude 会检查模块间是否共享了不该共享的知识。
Claude 会分析设计投入是否足够,并建议改进。

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。