Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

a-philosophy-of-software-design-skills软件设计技能的哲学

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

494

周安装

20

GitHub Stars

3

下载量

155
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:a-philosophy-of-software-design-skills(软件设计技能的哲学)
来源仓库:https://github.com/markduan/a-philosophy-of-software-design-skills
仓库路径:skills/a-philosophy-of-software-design-skills
安装命令:
npx skills add https://github.com/markduan/a-philosophy-of-software-design-skills --skill a-philosophy-of-software-design-skills
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/markduan/a-philosophy-of-software-design-skills --skill a-philosophy-of-software-design-skills

简介

基于《软件设计的哲学》提供结构化设计原则与实践指南。a-philosophy-of-software-design-skills 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

  • 涵盖复杂度管理、深度模块设计、错误处理、命名规范和一致性策略。
  • 帮助构建简单、可维护且低复杂度的代码,减少认知负担。
  • 适用于需要提升代码抽象能力和长期可维护性的开发场景。
  • 安装前请确认宿主环境支持该技能运行,避免与其他设计工具冲突。

SKILL.md

Software Design Principles

A comprehensive guide to software design based on "A Philosophy of Software Design" by John Ousterhout.

Description

This skill provides practical guidance for writing simple, maintainable code that minimizes complexity. It covers eight essential areas of software design:

  1. Complexity Management - Understanding and fighting complexity through strategic programming
  2. Deep Modules - Creating powerful abstractions with simple interfaces
  3. Error Handling - Defining errors out of existence
  4. Naming & Obviousness - Making code self-documenting
  5. Documentation - Writing meaningful comments
  6. General-Purpose Design - Building reusable, flexible modules
  7. Design Process - Practical methodology and best practices
  8. Consistency - Leveraging conventions to reduce cognitive load

When to Use

Use this skill when:

  • Designing new features or modules
  • Reviewing code for quality and maintainability
  • Refactoring existing code
  • Establishing team coding standards
  • Teaching software design principles
  • Making architectural decisions

Core Philosophy

The fundamental problem in software design is managing complexity. This skill teaches you to:

  • Think strategically, not tactically
  • Create deep modules with simple interfaces
  • Hide implementation details effectively
  • Eliminate special cases and exceptions
  • Write obvious, self-documenting code
  • Make continual small investments in design quality

Quick Start

  1. Read the README for an overview
  2. Start with 01-complexity-management.md to understand the core philosophy
  3. Reference specific skills as needed during development
  4. Use red flags and principles as a code review checklist

Contents

  • README.md - Complete overview and integration guide
  • QUICK-REFERENCE.md - One-page cheat sheet
  • INSTALLATION.md - Installation and usage guide
  • 01-complexity-management.md - Core philosophy and strategic programming
  • 02-deep-modules.md - Interface design and information hiding
  • 03-error-handling.md - Eliminating exceptions and special cases
  • 04-naming-obviousness.md - Naming conventions and code clarity
  • 05-comments-documentation.md - Effective documentation practices
  • 06-general-purpose-design.md - Building flexible, reusable code
  • 07-design-process.md - Design methodology and workflow
  • 08-consistency-conventions.md - Standards and conventions

Each skill includes:

  • Core principles and philosophy
  • Practical guidelines and examples
  • Good vs bad code comparisons
  • Red flags to watch for
  • Benefits and when to apply

Key Takeaways

Red Flags (signs of complexity):

  • Shallow modules, information leakage, pass-through methods
  • Vague names, hard-to-describe interfaces
  • Comments that repeat code
  • Special cases proliferating
  • Nonobvious code requiring extensive explanation

Design Principles:

  • Complexity is incremental - sweat the small stuff
  • Working code isn't enough - design quality matters
  • Modules should be deep (simple interface, powerful implementation)
  • Define errors out of existence
  • Design it twice (consider alternatives)
  • Comments describe what's non-obvious
  • Design for ease of reading, not writing

Attribution

Based on "A Philosophy of Software Design" by John Ousterhout, published by Yaknyam Press.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.96%
按下载量换算54

Claude

27.46%
按下载量换算43

Cursor

17.75%
按下载量换算28

Gemini CLI

10.44%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills