Command Pattern

Implements the GoF Command pattern for encapsulating requests as objects in Python, supporting undo/redo stacks, macro commands (composite), serialization-based replay, and async command execution.

paulpas 614901c 18.5 KB Updated

File contents

paulpas/agent-skill-router/tree/main/skills/coding/command-pattern commit 614901c7cb

Frequently asked questions

npx skillmds@latest add paulpas/command-pattern