Marketplace

configuring-transaction-isolation

Configure transaction isolation levels to prevent race conditions and handle concurrent access. Use when dealing with concurrent updates, financial operations, inventory management, or when users mention race conditions, dirty reads, phantom reads, or concurrent modifications.

$ Installer

git clone https://github.com/djankies/claude-configs /tmp/claude-configs && cp -r /tmp/claude-configs/prisma-6/skills/configuring-transaction-isolation ~/.claude/skills/claude-configs

// tip: Run this command in your terminal to install the skill