affaan-m/ECC

agent-harness-construction

Review agent-harness-construction's use cases, installation, workflow, and original source instructions.

51Collecting
See source evidenceView GitHub source
npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/agent-harness-construction"
Source profileDocumentationCatalog only

Source checked Jul 28, 2026·Refresh due Oct 26, 2026

Limited to facts supported by the pinned source

What the pinned source establishes about agent-harness-construction

当你在改进智能体的规划、调用工具、从错误中恢复以及收敛到完成状态的方式时,使用此技能。

npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/agent-harness-construction"
Check the pinned source

The pinned source contains about 26 English words and 9 usable sections. That evidence supports a source profile, not a complete guide.

26 source words · 9 usable sections

What the source actually contains

3 verifiable source sections for agent-harness-construction

Sections are extracted automatically from the pinned SKILL.md and link back to the source.

01

核心模型

1. 行动空间质量 2. 观察质量 3. 恢复质量 4. 上下文预算质量

SKILL.md · 核心模型
行动空间质量观察质量恢复质量
02

行动空间设计

1. 使用稳定、明确的工具名称。 2. 保持输入模式优先且范围狭窄。 3. 返回确定性的输出形状。 4. 除非无法隔离,否则避免使用全能型工具。

SKILL.md · 行动空间设计
使用稳定、明确的工具名称。保持输入模式优先且范围狭窄。返回确定性的输出形状。
03

粒度规则

对高风险操作(部署、迁移、权限)使用微工具。 对常见的编辑/读取/搜索循环使用中等工具。 仅当往返开销是主要成本时使用宏工具。

SKILL.md · 粒度规则
对高风险操作(部署、迁移、权限)使用微工具。对常见的编辑/读取/搜索循环使用中等工具。仅当往返开销是主要成本时使用宏工具。

Choose a different workflow

When another Skill is the better fit

FAQ

How do I install agent-harness-construction?

The source record exposes this install command: npx skills add https://github.com/affaan-m/ECC --skill "docs/zh-CN/skills/agent-harness-construction". Inspect the command and pinned source before running it.

Repository stars
234,327
Repository forks
35,711
Quality
51/100
Source repository last pushed

Quality breakdown

Based on traceable docs and repository signals; stars are not treated as quality.

51/100
Documentation11/30
Specificity8/25
Maintenance20/20
Trust signals12/25

Compare before choosing

Related Agent Skills and source variants

These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.

View original Skill.mdThis page is parsed directly from the repository SKILL.md without editorial rewriting. Collected: Jul 28, 2026 · about 1 min

智能体框架构建

当你在改进智能体的规划、调用工具、从错误中恢复以及收敛到完成状态的方式时,使用此技能。

核心模型

智能体输出质量受限于:

  1. 行动空间质量
  2. 观察质量
  3. 恢复质量
  4. 上下文预算质量

行动空间设计

  1. 使用稳定、明确的工具名称。
  2. 保持输入模式优先且范围狭窄。
  3. 返回确定性的输出形状。
  4. 除非无法隔离,否则避免使用全能型工具。

粒度规则

  • 对高风险操作(部署、迁移、权限)使用微工具。
  • 对常见的编辑/读取/搜索循环使用中等工具。
  • 仅当往返开销是主要成本时使用宏工具。

观察设计

每个工具响应都应包括:

  • status: success|warning|error
  • summary: 一行结果
  • next_actions: 可执行的后续步骤
  • artifacts: 文件路径 / ID

错误恢复契约

对于每个错误路径,应包括:

  • 根本原因提示
  • 安全重试指令
  • 明确的停止条件

上下文预算管理

  1. 保持系统提示词最少且不变。
  2. 将大量指导信息移至按需加载的技能中。
  3. 优先引用文件,而不是内联长文档。
  4. 在阶段边界处进行压缩,而不是任意的令牌阈值。

架构模式指导

  • ReAct:最适合路径不确定的探索性任务。
  • 函数调用:最适合结构化的确定性流程。
  • 混合模式(推荐):ReAct 规划 + 类型化工具执行。

基准测试

跟踪:

  • 完成率
  • 每项任务的重试次数
  • pass@1 和 pass@3
  • 每个成功任务的成本

反模式

  • 太多语义重叠的工具。
  • 不透明的工具输出,没有恢复提示。
  • 仅输出错误而没有后续步骤。
  • 上下文过载,包含不相关的引用。
Source repo
affaan-m/ECC
Skill path
docs/zh-CN/skills/agent-harness-construction/SKILL.md
Commit SHA
4e973d3eaf92
Repository license
MIT
Data collected