skill-arch-transactional

Community

Robust data integrity via transactional patterns.

Authorryan-nguyen-01
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Maintaining data integrity across distributed services is challenging due to partial failures, retries, and cross-service coordination. This Skill provides patterns and practices to ensure atomic updates, proper rollback, and reliable event publication.

Core Features & Use Cases

  • ACID Fundamentals: Atomicity, Consistency, Isolation, and Durability are explained and demonstrated through practical guidance to ensure reliable cross-service transactions.
  • Locking & Concurrency: Guidance on optimistic locking, pessimistic locking, and advisory locks to prevent conflicts and deadlocks.
  • Transaction Boundaries & Patterns: Emphasizes Unit of Work, Savepoints, Outbox pattern, and Idempotency keys for safe, repeatable operations across services.
  • Distributed Transactions: Coverage of two-phase commit (2PC), Try-Confirm-Cancel (TCC), and Saga choreography for cross-service consistency.
  • Error Handling & Retries: Strategies for robust failure handling, idempotent design, and controlled retries.

Quick Start

Implement a basic transactional flow across services with a unit of work, and demonstrate an outbox-based event publication.

Dependency Matrix

Required Modules

None required

Components

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: skill-arch-transactional
Download link: https://github.com/ryan-nguyen-01/agent-platform/archive/main.zip#skill-arch-transactional

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.