0x7067--claude-code-setup--design-patterns

仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

适合架构讨论、重构与消除代码异味时参考的实用指引。

这个 Skill 做什么

提供何时使用及如何应用常见设计模式的专家级指导与建议。

给出何时用、如何应用常见设计模式的实战级建议,包含选型理由、重构路线和权衡点。在挑模式、拆耦组件、解决 code smell 或需扩展性时派上用场,会结合 Gang of Four 等模式举例并说明典型陷阱。既有概念判断也有具体落地建议,帮你把抽象模式落到代码里。

开发编程设计模式架构指导重构建议通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0x7067--claude-code-setup--design-patterns/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0x7067--claude-code-setup--design-patterns/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
---
name: design-patterns
description: Guidance on when and how to apply design patterns. Use when: (1) asking which pattern to use, (2) refactoring code, (3) discussing code smells, (4) need to decouple components, (5) building extensible systems. Use when this capability is needed.
metadata:
  author: 0x7067
---

# Design Patterns

Expert guidance on applying Gang of Four design patterns to solve common software design problems. This skill helps you identify code smells, match them to appropriate patterns, and implement solutions effectively.

## Triggers

- `which pattern should I use` - Pattern selection guidance
- `refactor this code` - Identify and apply patterns to improve existing co
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有