behavioral
•published 2026/03/13
Behavioral design patterns from the Gang of Four — Chain of Responsibility, Command, Interpreter, Iterator, Mediator, Memento, Observer, State, Strategy, Template Method, and Visitor. Patterns that manage algorithms, relationships, and responsibilities between objects. USE FOR: object communication, event handling, state management, algorithm encapsulation, request handling chains, undo/redo, publish-subscribe DO NOT USE FOR: object creation (use creational), structural composition (use structural)
📦 Install Skill
Command line install
Install directly with the `skills` CLI.
npx skills add Tyler-R-Kendrick/agent-skills/skills/dev/design-patterns/behavioralFile Explorer
No file selected
Select a file to view its content

