Harness-engineering gof-prototype-pattern
name: gof-prototype-pattern
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/gof-prototype-pattern/skill.yamlsource content
name: gof-prototype-pattern version: "1.0.0" description: Clone objects using prototype registry and structured clone for deep copy scenarios 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:
- prototype
- clone
- deep-copy
- shallow-copy
- structured-clone metadata: author: community upstream: refactoring.guru/design-patterns/prototype state: persistent: false files: [] depends_on: []