·gof-patterns
</>

gof-patterns

Gang of Four design patterns reference. Use this skill when implementing, discussing, or choosing object-oriented design patterns. Auto-activates for architecture decisions, refactoring, and decoupling concerns. Comprehensive coverage of all 23 GoF patterns with pseudocode examples.

5Installs·0Trend·@grndlvl

Installation

$npx skills add https://github.com/grndlvl/software-patterns --skill gof-patterns

How to Install gof-patterns

Quickly install gof-patterns AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/grndlvl/software-patterns --skill gof-patterns
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: grndlvl/software-patterns.

SKILL.md

View raw

A comprehensive reference for the Gang of Four design patterns. This skill provides language-agnostic guidance with pseudocode examples that can be translated to any programming language.

Creational Patterns (Object Creation) | Pattern | Intent | Use When |

| Abstract Factory | Create families of related objects | Need platform/theme independence | | Builder | Construct complex objects step-by-step | Object has many optional parts | | Factory Method | Let subclasses decide which class to instantiate | Don't know concrete types ahead of time | | Prototype | Clone existing objects | Object creation is expensive |

Gang of Four design patterns reference. Use this skill when implementing, discussing, or choosing object-oriented design patterns. Auto-activates for architecture decisions, refactoring, and decoupling concerns. Comprehensive coverage of all 23 GoF patterns with pseudocode examples. Source: grndlvl/software-patterns.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/grndlvl/software-patterns --skill gof-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from grndlvl/software-patterns

Quick answers

What is gof-patterns?

Gang of Four design patterns reference. Use this skill when implementing, discussing, or choosing object-oriented design patterns. Auto-activates for architecture decisions, refactoring, and decoupling concerns. Comprehensive coverage of all 23 GoF patterns with pseudocode examples. Source: grndlvl/software-patterns.

How do I install gof-patterns?

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

Where is the source repository?

https://github.com/grndlvl/software-patterns

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-26