·design-patterns
</>

design-patterns

bfmcneill/agi-marketplace

Use when refactoring code or designing flexible systems. Covers creational, structural, and behavioral patterns with Python examples.

4Installs·0Trend·@bfmcneill

Installation

$npx skills add https://github.com/bfmcneill/agi-marketplace --skill design-patterns

SKILL.md

Classic object-oriented design patterns for building flexible, maintainable software.

| Factory Method | Creating objects without specifying exact class | Medium | | Singleton | Need single global instance | Easy | | Builder | Complex construction with many optional params | Medium | | Decorator | Adding behaviors dynamically | Medium | | Facade | Simplifying complex library/subsystem | Easy |

| Adapter | Integrating incompatible interfaces | Easy | | Observer | Multiple objects need state change notifications | Medium | | Strategy | Switching algorithms at runtime | Medium | | Command | Undo/redo, queuing, scheduling operations | Medium | | State | Object behavior varies by internal state | Hard |

Use when refactoring code or designing flexible systems. Covers creational, structural, and behavioral patterns with Python examples. Source: bfmcneill/agi-marketplace.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bfmcneill/agi-marketplace --skill design-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is design-patterns?

Use when refactoring code or designing flexible systems. Covers creational, structural, and behavioral patterns with Python examples. Source: bfmcneill/agi-marketplace.

How do I install design-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bfmcneill/agi-marketplace --skill design-patterns 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/bfmcneill/agi-marketplace