Design
581 installs
agent-harness-construction
by affaan-m/everything-claude-code
Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.
Skill content
Agent Harness Construction Use this skill when you are improving how an agent plans, calls tools, recovers from errors, and converges on completion. Core Model Agent output quality is constrained by: - Action space quality - Observation quality - Recovery quality - Context budget quality Action Space Design - Use stable, explicit tool names. - Keep inputs schema-first and narrow. - Return deterministic output shapes. - Avoid catch-all tools unless isolation is impossible.