Chain of Responsibility reference — design pattern, middleware pipelines, command chains, blockchain basics. Use when building request processing pipelines or implementing handler chains.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill chain --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Chain?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-chain)More formats (shields.io, HTML) on the badges page.
---
name: "chain"
version: "1.0.0"
description: "Chain of Responsibility reference — design pattern, middleware pipelines, command chains, blockchain basics. Use when building request processing pipelines or implementing handler chains."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [chain, design-pattern, pipeline, middleware, handler, workflow]
category: "general"
---
# Chain — Chain Pattern & Pipeline Reference
Quick-reference skill for chain-based design patterns, middleware pipelines, and sequential processing architectures.
## When to Use
- Implementing Chain of Responsibility design pattern
- Building middleware pipelines (Express, Koa, Django)
- Designing multi-step data processing workflows
- Understanding promise chains and async pipelines
- Building event processing or filter chains
## Commands
### `intro`
```bash
scripts/script.sh intro
```
Overview of chain patterns — concept, variants, and applications.
### `responsibility`
```bash
scripts/script.sh responsibility
```
Chain of Responsibility design pattern — GoF pattern with examples.
### `middleware`
```bash
scripts/script.sh middleware
```
Middleware chains — Express, Koa, Django, and custom implementations.
### `promise`
```bash
scripts/script.sh promise
```
Promise chains and async pipelines — chaining, error handling, patterns.
### `pipeline`
```bash
scripts/script.sh pipeline
```
Unix pipeline philosophy and data transformation chains.
### `filter`
```bash
scripts/script.sh filter
```
Filter chains — servlet filters, interceptors, decorators.
### `blockchain`
```bash
scripts/script.sh blockchain
```
Blockchain fundamentals — hash chains, blocks, consensus basics.
### `examples`
```bash
scripts/script.sh examples
```
Implementation examples across languages and frameworks.
### `help`
```bash
scripts/script.sh help
```
### `version`
```bash
scripts/script.sh version
```
## Configuration
| Variable | Description |
|----------|-------------|
| `CHAIN_DIR` | Data directory (default: ~/.chain/) |
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!