Harness-engineering gof-flyweight-pattern
name: gof-flyweight-pattern
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/gof-flyweight-pattern/skill.yamlsource content
name: gof-flyweight-pattern version: "1.0.0" description: Share fine-grained objects to reduce memory usage by separating intrinsic and extrinsic state stability: static cognitive_mode: advisory-guide type: knowledge tier: 3 triggers:
- manual platforms:
- claude-code
- gemini-cli
- cursor
- codex tools: [] paths:
- "**/*.ts"
- "tsconfig.json" related_skills:
- ts-class-patterns
- gof-singleton stack_signals:
- typescript keywords:
- flyweight
- shared-state
- intrinsic-state
- extrinsic-state
- memory-optimization metadata: author: community upstream: refactoring.guru/design-patterns/flyweight state: persistent: false files: [] depends_on: []