agent-harness-construction
Guidelines and patterns for building robust AI agent harnesses, focusing on tool design, context, and error recovery.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill agent-harness-constructionStats
| Total installs | 956 |
| Weekly installs | 955 |
| GitHub stars | 112.5K |
| First seen | Mar 5, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Action space quality depends on stable tool names, narrow input schemas, deterministic outputs, and avoiding catch-all tools; granularity should match operation risk (micro-tools for high-risk, macro-tools only when round-trip cost dominates.
- Observation design requires every tool response to include status, summary, next_actions, and artifacts; error paths must provide root cause hints, safe retry instructions, and explicit stop conditions.
- Context budgeting keeps system prompts minimal, moves large guidance into on-demand skills, and prefers file references over inlining; compaction happens at phase boundaries, not arbitrary token thresholds.
- Recommends hybrid architecture combining ReAct planning with typed tool execution; track completion rate, retries per task, pass@1/pass@3, and cost per successful task to measure effectiveness.
Tags
Related skills
| Skill | Installs | vs agent-harness-construction |
|---|---|---|
| agent-memory-systems | 909 | -47 |
| day5-fetch-and-digest | 997 | +41 |
| livekit-agents | 950 | -6 |
| vibe-coding | 1,006 | +50 |
| graft | 915 | -41 |
FAQ
- How many installs does agent-harness-construction have?
- agent-harness-construction has 956 total installs and 955 installs this week.
- Where is agent-harness-construction hosted?
- agent-harness-construction is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does agent-harness-construction have?
- agent-harness-construction has 112.5K GitHub stars.
- When was agent-harness-construction first indexed?
- OrangeBot.AI first indexed agent-harness-construction on Mar 5, 2026.
- How do I install agent-harness-construction?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill agent-harness-construction