pipeline-decorator
CommunityCompose cross-cutting pipelines with decorators.
Software Engineering#clean-architecture#dependency-injection#cross-cutting#command-handlers#decorator-pattern#decorate
Authoryeeehaooo
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Build modular, reusable pipelines for application handlers by applying the decorator pattern to compose cross-cutting concerns (logging, validation, transactions) without polluting business logic.
Core Features & Use Cases
- Compose multiple decorators around a handler to separate concerns.
- Enforce one concern per decorator and maintain a defined execution order.
- Leverage dependency injection to assemble decorators (base and concrete) around handlers.
- Enable deterministic behavior by explicit decorator order and composition.
Quick Start
Configure your DI container to wrap your command handlers with ordered decorators (e.g., ValidationDecorator, LoggingDecorator) and invoke HandleAsync on a command.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: pipeline-decorator Download link: https://github.com/yeeehaooo/WorkSpace/archive/main.zip#pipeline-decorator Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.