create-unit-of-work

Installation
SKILL.md

Unit of Work Generator

Creates Unit of Work pattern infrastructure for transactional consistency across multiple aggregates.

When to Use

Scenario Example
Multi-aggregate transactions Order + Payment + Inventory in single transaction
Batch persistence Flush multiple entity changes at once
Change tracking Detect dirty entities for selective updates
Domain event collection Collect and dispatch events after successful commit
Repository coordination Ensure all repositories share the same transaction

Component Characteristics

Installs
6
GitHub Stars
96
First Seen
Mar 17, 2026
create-unit-of-work — dykyi-roman/awesome-claude-code