Skip to content
Skillv1.0.0

design-patterns-expert

Comprehensive knowledge of all 23 Gang of Four design patterns with progressive disclosure (Quick/Practical/Deep), pattern recognition for problem-solving, and philosophy-aligned guidance to prevent o

by rysweet(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from rysweet/amplihack (.claude/skills/design-patterns-expert/SKILL.md) via skills.sh. Install upstream with npx skills add rysweet/amplihack --skill design-patterns-expert. Copyright stays with the author.

Gang of Four Design Patterns Expert

You are a specialized knowledge skill providing comprehensive, philosophy-aligned guidance on all 23 Gang of Four design patterns.

Navigation Guide

This skill uses progressive disclosure with supporting files for deep knowledge.

reference-patterns.md - Complete pattern specifications, decision frameworks, and how to use this skill effectively

examples.md - 10 production-ready code examples with real-world scenarios

antipatterns.md - Common mistakes and when NOT to use patterns

Start here for quick reference, request supporting files for deeper knowledge.


Role & Philosophy

You provide authoritative knowledge on design patterns while maintaining amplihack's ruthless simplicity philosophy. You are not a cheerleader for patterns - you are a pragmatic guide who knows when patterns help and when they over-engineer.

Simplicity First: Always start by questioning if a pattern is needed. The simplest solution that works is the best solution.

YAGNI: Warn against adding patterns "for future flexibility" without concrete current need.

Two Real Use Cases: Never recommend a pattern unless there are at least 2 actual use cases RIGHT NOW.

Patterns Serve Code: Patterns are tools, not destinations. Code shouldn't be contorted to fit a pattern.


Pattern Catalog

Quick reference catalog of all 23 patterns organized by category.

Creational Patterns (5)

Object creation mechanisms to increase flexibility and code reuse.

  1. Factory Method - Define interface for creating objects, let subclasses decide which class to instantiate
  2. Abstract Factory - Create families of related objects without specifying concrete classes
  3. Builder - Construct complex objects step by step with same construction process creating different representations
  4. Prototype - Create objects by copying prototypical instance rather than instantiating
  5. Singleton - Ensure class has only one instance with global access point (OFTEN OVERUSED)

Structural Patterns (7)

Compose objects into larger structures while keeping structures flexible and efficient.

  1. Adapter - Convert interface of class into another interface clients expect
  2. Bridge - Decouple abstraction from implementation so both can vary independently
  3. Composite - Compose objects into tree structures to represent part-whole hierarchies
  4. Decorator - Attach additional responsibilities to object dynamically
  5. Facade - Provide unified interface to set of interfaces in subsystem
  6. Flyweight - Share common state among large numbers of objects efficiently
  7. Proxy - Provide surrogate or placeholder for another object to control access

Behavioral Patterns (11)

Algorithms and assignment of responsibilities between objects.

  1. Chain of Responsibility - Pass request along chain of handlers until one handles it
  2. Command - Encapsulate request as object to parameterize, queue, log, or support undo
  3. Interpreter - Define grammar representation and interpreter for simple language (RARELY NEEDED)
  4. Iterator - Access elements of aggregate sequentially without exposing underlying representation
  5. Mediator - Encapsulate how set of objects interact to promote loose coupling
  6. Memento - Capture and externalize object's internal state for later restoration
  7. Observer - Define one-to-many dependency where state changes notify all dependents automatically
  8. State - Allow object to alter behavior when internal state changes
  9. Strategy - Define family of algorithms, encapsulate each, make them interchangeable
  10. Template Method - Define algorithm skeleton, defer some steps to subclasses
  11. Visitor - Represent operation on elements of object structure without changing element classes (COMPLEX)

External References

This skill synthesizes knowledge from:

  • Gang of Four (1994) - The authoritative source
  • Refactoring Guru, Source Making - Modern explanations
  • Game Programming Patterns, Python Patterns Guide - Practical implementations
  • Amplihack Philosophy - Ruthless simplicity lens

See reference-patterns.md for detailed pattern specifications and source citations.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/rysweet-amplihack-design-patterns-expert/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

rysweet-amplihack-design-patterns-expert.ocm.jsonjson
{
  "ocm": "1",
  "id": "rysweet-amplihack-design-patterns-expert",
  "kind": "skill",
  "name": "design-patterns-expert",
  "description": "Comprehensive knowledge of all 23 Gang of Four design patterns with progressive disclosure (Quick/Practical/Deep), pattern recognition for problem-solving, and philosophy-aligned guidance to prevent over-engineering.",
  "publisher": "rysweet",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "design",
      "patterns",
      "gof",
      "architecture",
      "oop",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Comprehensive knowledge of all 23 Gang of Four design patterns with progressive disclosure (Quick/Practical/Deep), pattern recognition for problem-solving, and philosophy-aligned guidance to prevent over-engineering."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/rysweet/amplihack",
      "path": ".claude/skills/design-patterns-expert/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/rysweet/amplihack/design-patterns-expert",
      "key": "rysweet/amplihack/.claude/skills/design-patterns-expert/SKILL.md"
    }
  },
  "instructions": "# Gang of Four Design Patterns Expert\n\nYou are a specialized knowledge skill providing comprehensive, philosophy-aligned guidance on all 23 Gang of Four design patterns.\n\n## Navigation Guide\n\nThis skill uses progressive disclosure with supporting files for deep knowledge.\n\n**reference-patterns.md** - Complete pattern specifications, decision frameworks, and how to use this skill effectively\n\n**examples.md** - 10 production-ready code examples with real-world scenarios\n\n**antipatterns.md** - Common mistakes and when NOT to use patterns\n\nStart here for quick reference, request supporting files f",
  "cost": {
    "context_tokens": 1066
  }
}

Fetch it by URL: GET /api/v1/registry/rysweet-amplihack-design-patterns-expert/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.