跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Software Design Philosophy

技能 已验证 活跃

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", or "pass-through method". Also trigger when reviewing interface designs for simplicity, evaluating whether an abstraction is pulling its weight, 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 boundaries, see clean-architecture.

目的

Manage software complexity through deep modules, information hiding, and strategic programming by applying core design principles.

功能

  • Manages software complexity through deep modules
  • Explains information hiding and identifies leakage
  • Differentiates strategic vs. tactical programming
  • Provides a framework for evaluating module depth
  • Offers guidance on comments as design documentation

使用场景

  • Use when the user mentions 'module design', 'API too complex', or 'complexity budget'
  • Use when reviewing interface designs for simplicity or evaluating abstraction depth
  • Trigger when choosing between general-purpose and special-purpose approaches
  • Apply when refactoring code or advising on architecture decisions

非目标

  • Providing specific code implementations for every language
  • Covering low-level code quality details (see clean-code skill)
  • Detailed guidance on architectural patterns (see clean-architecture skill)

安装

请先添加 Marketplace

/plugin marketplace add wondelai/skills
/plugin install skills@wondelai-skills

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交17 days ago
星标953
许可证MIT
状态
查看源代码

类似扩展

V3 Ddd Architecture

100

Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.

技能
ruvnet

Pathfinder

100

将代码库映射为按功能分组的流程图,识别不同功能之间的重复关注点,并提出统一的架构。在被要求“寻找理想路径”、统一重复系统或在重构前审计架构时使用。输出一个建议的统一流程图以及针对每个系统的“制定计划”提示。

技能
thedotmack

Understand

100

分析代码库以生成交互式知识图谱,用于理解架构、组件和关系

技能
Lum1104

Cloud Architect

100

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security architecture, serverless design.

技能
jeffallan

API Design Patterns

100

Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices

技能
bobmatnyc

Angular Developer

100

生成 Angular 代码并提供架构指导。在创建项目、组件或服务时触发,或针对响应式(signals, linkedSignal, resource)、表单、依赖注入、路由、SSR、可访问性(ARIA)、动画、样式(组件样式, Tailwind CSS)、测试或 CLI 工具的最佳实践。

技能
angular