Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    Repair Lost Events Across Services

    1

    Trace and repair events that disappear between producers, outboxes, brokers, consumers, retries, checkpoints, and databases.

    $8.99

    Secure checkout via Stripe

    30-day refund guarantee

    Converts to your local currency at checkout

    0 installsSecurity scanned
    Repair Lost Events Across Services

    Repair Lost Events Across Services

    Example session with this skill installed

    Some 'order_placed' events are missing in the shipping service even though the order service shows them as created. Check the Kafka path and the consumer logic.

    • Read your context and instructions
    • Compiled the repair lost events

    Found loss boundary: Consumer 'shipping-worker' acknowledges Kafka offsets before the database transaction commits. If the process crashes mid-handler, the event is lost. Fix: Moved manual ack to after successful DB commit. Added transactional inbox to prevent duplicates on redelivery.

    Connects securely to your tools. The creator never sees your data.

    What you get

    Identify the exact stage where a message was dropped or stalled.Implement transactional outbox patterns to prevent publication gaps.Audit consumer checkpointing to prevent skipping unprocessed messages.Perform safe, idempotent replays of dead-lettered or lost events.Distinguish between true event loss and transient consumer lag.

    About this skill

    The problem

    Event-driven systems often suffer from "silent" data loss where a message disappears between the producer and the database. Developers struggle to distinguish between network delays, consumer lag, misconfigured retention, or early acknowledgments that kill redelivery.

    What it does

    • Traces logical event identities across producers, outboxes, brokers, and consumers to find the exact loss boundary.
    • Identifies failures in the delivery chain, such as commit-before-persist bugs or consumer checkpoint skipping.
    • Detects "poison events" trapped in dead-letter queues or suppressed by incorrect deduplication logic.
    • Implements architecture-compatible repairs like transactional outboxes, stable correlation IDs, and idempotent replays.
    • Validates event paths using deterministic failure injection and end-to-end verification tests.

    Frameworks & tools

    Works with message brokers and streaming platforms including Kafka, RabbitMQ, SQS, Pub/Sub, and NATS. Supports various persistence layers and outbox patterns.

    Why this beats prompting it yourself

    Generic prompts often suggest "just checking logs" or blind replays that cause duplicate side effects. This skill enforces a strict evidence chain, requiring proof of persistence at every durable boundary before suggesting a fix.

    Use cases

    • Finding why a successful checkout event never triggered a fulfillment record.
    • Diagnosing messages that vanish when a consumer service restarts during a rebalance.
    • Repairing gaps in event streams caused by broker retention expiry or TTL settings.
    • Auditing complex multi-hop event paths to ensure stable correlation and causation.

    Known limitations

    Requires a safe development or test environment for failure injection. Cannot recover historical events that were never durably recorded by the producer or broker.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 27 days ago

    • Passed all security checks, Safe to install

    Listed27 days ago
    Updated20 days ago

    Frequently Asked Questions