create-flyweight

Installation
SKILL.md

Flyweight Pattern Generator

Creates Flyweight pattern infrastructure for memory optimization through object sharing.

When to Use

Scenario Example
Large number of similar objects Icons, glyphs, particles
Memory constraints Mobile apps, embedded systems
Immutable shared state Currency codes, tax rates
Performance optimization Reduce object creation overhead

Component Characteristics

Flyweight Interface

  • Defines operations
  • Accepts extrinsic state as parameters
Installs
6
GitHub Stars
79
First Seen
Mar 17, 2026
create-flyweight — dykyi-roman/awesome-claude-code