agentic-harness-engineering
Automatically evolve and audit coding agent harnesses with evidence
All Skills in This Repository (3)
Pure Emerald Level Indicatorsagent-debugger-cli
Configure AI models, download Langfuse traces, and run quality checks.
nexau-evolution-guide
Document NexAU agent evolution with YAML config schemas and component guides.
agentic-harness-engineering
Audit and validate coding agent harness structures against HARNESS.md v1.0.
Frequently Asked Questions
FAQPage SchemaHow to install agentic-harness-engineering?โผ
Run `npx skills add china-qijizhifeng/agentic-harness-engineering --all -g -y` in your terminal to install all skills in this suite globally.
What is an agent harness?โผ
A harness is everything around the AI model that makes an agent work: system prompts, tool descriptions, tool code, middleware, skills, sub-agents, and long-term memory. This suite standardizes and improves those components.
How does AHE improve coding agents?โผ
It runs repeated evaluate-analyze-improve loops where each change is backed by trace evidence and a predicted impact, then verified or rolled back in the next iteration.
Can I audit my existing agent workspace?โผ
Yes. The included skill checks your workspace against the HARNESS.md seven-component standard and outputs a compliance score with concrete improvement suggestions.
Which agent frameworks does it support?โผ
It ships validation profiles for Hermes, OpenClaw, and Codex, and the HARNESS.md standard works with any agent that uses file-based prompts, tools, and skills.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core