Harness-engineering gof-strategy-pattern
name: gof-strategy-pattern
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/gof-strategy-pattern/skill.yamlsource content
name: gof-strategy-pattern version: "1.0.0" description: Encapsulate interchangeable algorithms behind a common interface for runtime selection 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
- ts-generics-pattern
- gof-state-pattern stack_signals:
- typescript keywords:
- strategy
- algorithm-encapsulation
- runtime-selection
- function-based-strategies metadata: author: community upstream: refactoring.guru/design-patterns/strategy state: persistent: false files: [] depends_on: []