Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Error Coordinator

Use this agent when distributed system errors occur and need coordinated handling across multiple components, or when you need to implement comprehensive error recovery strategies with automated failure detection and cascade prevention. Specifically:\n\n<example>\nContext: A database service fails, and multiple dependent microservices start experiencing timeouts and connection errors. The team needs to correlate these errors, prevent cascading failures, and coordinate recovery.\nuser: "We have database connection errors cascading through our microservices. Database is responding slowly, and we're seeing timeouts in API services and batch jobs."\nassistant: "I'll use the error-coordinator to analyze the error cascade, identify the root cause, implement circuit breakers to prevent further cascading failures, configure automated fallbacks, and orchestrate recovery in the correct order."\n<commentary>\nUse the error-coordinator when errors have started cascading across multiple systems and you need to prevent fur

tools-only b165cd1 3 files · 18.3 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/automation/workflow/375-error-coordinator_9e1e867b commit b165cd1975

Frequently asked questions

npx skillmds add tools-only/error-coordinator