·design-patterns-implementation
</>

design-patterns-implementation

aj-geddes/useful-ai-prompts

Apply appropriate design patterns (Singleton, Factory, Observer, Strategy, etc.) to solve architectural problems. Use when refactoring code architecture, implementing extensible systems, or following SOLID principles.

92Installs·2Trend·@aj-geddes

Installation

$npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill design-patterns-implementation

SKILL.md

Apply proven design patterns to create maintainable, extensible, and testable code architectures.

Ensure a class has only one instance with global access.

| Singleton | Database connections, configuration managers | | Factory | Creating objects based on runtime conditions | | Observer | Event systems, pub/sub, reactive programming | | Strategy | Algorithms that can be swapped at runtime | | Decorator | Adding features dynamically without inheritance |

Apply appropriate design patterns (Singleton, Factory, Observer, Strategy, etc.) to solve architectural problems. Use when refactoring code architecture, implementing extensible systems, or following SOLID principles. Source: aj-geddes/useful-ai-prompts.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill design-patterns-implementation
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is design-patterns-implementation?

Apply appropriate design patterns (Singleton, Factory, Observer, Strategy, etc.) to solve architectural problems. Use when refactoring code architecture, implementing extensible systems, or following SOLID principles. Source: aj-geddes/useful-ai-prompts.

How do I install design-patterns-implementation?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill design-patterns-implementation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/aj-geddes/useful-ai-prompts