From domain-fintech
Guides fintech transaction processing with ACID guarantees, idempotency keys, saga patterns for distributed transactions, settlement workflows, batch processing, reconciliation, and lifecycle state management. Use for payment flows and financial operations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/domain-fintech:transaction-processingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Implementing atomic balance transfers with correct isolation levels
references/acid-idempotency.md — transaction isolation levels, SELECT FOR UPDATE, atomic transfer SQL pattern, idempotency key schema, deduplication with request hashing, exactly-once semanticsreferences/saga-settlement.md — choreography vs orchestration trade-offs, compensating transactions, saga state machine diagram, settlement cycles (T+0/T+1/T+2), netting and clearing process, idempotent batch processingreferences/reconciliation-lifecycle.md — three-way reconciliation (internal/external/cross-system), daily reconciliation process, break resolution SLAs, transaction state machine (PENDING through REVERSED), state transition enforcementnpx claudepluginhub rnavarych/alpha-engineer --plugin domain-fintechCoordinates multi-service transactions using saga patterns (choreography/orchestration) with compensating transactions, failure handling, and state management. Useful for distributed systems and long-running workflows.
Implements saga patterns for distributed transactions and cross-aggregate workflows. Covers choreography vs orchestration, execution states, and compensating transactions for multi-step business processes.
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->