affaan-m/ECC

agent-harness-construction

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

56Collecting
See source evidenceView GitHub source
npx skills add https://github.com/affaan-m/ECC --skill "docs/ja-JP/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/ja-JP/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/ja-JP/skills/agent-harness-construction". Inspect the command and pinned source before running it.

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

Quality breakdown

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

56/100
Documentation13/30
Specificity11/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/ja-JP/skills/agent-harness-construction/SKILL.md
Commit SHA
4e973d3eaf92
Repository license
MIT
Data collected