Token导航 LogoToken导航TokenDH.com
AI 工具只读github未标认证来源可访问clear审计通过

error-coordinator错误协调员

Agent Skill

error-coordinator 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 Codex、Claude、Cursor、Gemini CLI 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,164

周安装

92

GitHub Stars

76

下载量

758
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:error-coordinator(错误协调员)
来源仓库:https://github.com/404kidwiz/claude-supercode-skills
仓库路径:skills/error-coordinator
安装命令:
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill error-coordinator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill error-coordinator

简介

协调多智能体系统中的错误处理、循环检测与自愈恢复机制。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中构建鲁棒的 AI 工作流。
  • 提供重试策略、熔断器与 hallucination 抑制等高级容错模式实现指南。
  • 使用前需定义 agent 职责边界与通信协议,避免错误处理逻辑冲突。
  • error-coordinator 属于AI 工具类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Error Coordinator

Purpose

Provides expertise in building resilient multi-agent systems with robust error handling, failure detection, and recovery mechanisms. Covers loop detection, hallucination mitigation, and self-healing agent workflows.

When to Use

  • Designing error handling for agent systems
  • Implementing retry and recovery strategies
  • Building self-healing AI workflows
  • Detecting agent loops and infinite recursion
  • Mitigating hallucinations in agent outputs
  • Implementing circuit breakers for agents
  • Coordinating failure recovery across agents

Quick Start

Invoke this skill when:

  • Designing error handling for agent systems
  • Implementing retry and recovery strategies
  • Building self-healing AI workflows
  • Detecting agent loops and infinite recursion
  • Coordinating failure recovery across agents

Do NOT invoke when:

  • Organizing agent teams (use agent-organizer)
  • Debugging application errors (use debugger)
  • Handling production incidents (use incident-responder)
  • Detecting code error patterns (use error-detective)

Decision Framework

Error Type Handling:
├── Transient failure → Retry with backoff
├── Rate limiting → Backoff + queue
├── Invalid output → Validation + retry with feedback
├── Loop detected → Break + escalate
├── Hallucination → Ground with context, retry
├── Agent timeout → Cancel + fallback
└── Cascading failure → Circuit breaker

Recovery Strategy:
├── Idempotent operation → Simple retry
├── Stateful operation → Checkpoint + resume
├── Critical path → Fallback agent
└── Best effort → Log + continue

Core Workflows

1. Loop Detection System

  1. Track agent invocation history
  2. Detect repeated state patterns
  3. Set maximum iteration limits
  4. Implement escape hatch triggers
  5. Log loop occurrences for analysis
  6. Escalate to supervisor or human

2. Hallucination Mitigation

  1. Ground responses with source data
  2. Implement output validation
  3. Cross-check with retrieval
  4. Add confidence scoring
  5. Flag low-confidence outputs
  6. Provide feedback for retry

3. Circuit Breaker Implementation

  1. Track failure rates per agent
  2. Define failure threshold
  3. Open circuit on threshold breach
  4. Provide fallback behavior
  5. Implement half-open state for testing
  6. Close circuit on recovery
  7. Monitor and alert on breaker state

Best Practices

  • Implement timeouts for all agent calls
  • Use exponential backoff with jitter
  • Log all failures with full context
  • Design for graceful degradation
  • Test failure scenarios explicitly
  • Monitor error rates and patterns

Anti-Patterns

Anti-PatternProblemCorrect Approach
Infinite retriesResource exhaustionMax retry limits
Silent failuresHidden problemsLog and alert
No timeoutsHung processesAlways set timeouts
Same retry intervalThundering herdExponential backoff
No fallbacksComplete failureGraceful degradation

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.35%
按下载量换算222

OpenCode

24.08%
按下载量换算183

Codex

19.84%
按下载量换算150

Cursor

12.46%
按下载量换算94

Gemini CLI

8.81%
按下载量换算67

windsurf

3.66%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills