Harness-engineering gof-chain-of-responsibility
name: gof-chain-of-responsibility
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/gof-chain-of-responsibility/skill.yamlsource content
name: gof-chain-of-responsibility version: "1.0.0" description: Pass requests along a handler chain with short-circuit and async chain support 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:
- node-express-patterns
- gof-decorator-pattern stack_signals:
- typescript keywords:
- chain-of-responsibility
- handler-chain
- middleware
- short-circuit
- async-chains metadata: author: community upstream: refactoring.guru/design-patterns/chain-of-responsibility state: persistent: false files: [] depends_on: []