acc-create-memento

Installation
SKILL.md

Memento Pattern Generator

Creates Memento pattern infrastructure for capturing and restoring object state without violating encapsulation.

When to Use

Scenario Example
Undo/Redo functionality Document editor, form drafts, game state
State snapshots Transaction rollback, checkpoint systems
State history tracking Audit trail, version history
Transactional operations Multi-step processes with rollback

Component Characteristics

Originator

  • Creates memento from current state
  • Restores state from memento
  • Owns the state being saved
Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026