Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
netresearch avatar

Agent Harness

  • 23 installs
  • 4 repo stars
  • Updated August 2, 2026
  • netresearch/agent-harness-skill

Helps with ai & agent building tasks.

About

agent-harness is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • agent-harness
  • AI & Agent Building
  • AI-coding skill

Agent Harness by the numbers

  • 23 all-time installs (skills.sh)
  • +3 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #10,007 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/netresearch/agent-harness-skill --skill agent-harness

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs23
repo stars4
Last updatedAugust 2, 2026
Repositorynetresearch/agent-harness-skill

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Agent Harness

The agent harness makes a repo agent-ready with self-sustaining enforcement. This skill installs it; CI, hooks, and conventions then enforce it.

Modes

1. Verify (primary)

Always start here. From the target repo root, run:

scripts/verify-harness.sh

Analyse the output and fix or suggest fixes. Verification checks dead references, line counts, missing artefacts, and command/target alignment.

2. Bootstrap

When artefacts are missing, create them from templates:

ArtefactTemplatePlatform
AGENTS.mdtemplates/AGENTS.md.tmplAll
docs/ARCHITECTURE.mdtemplates/ARCHITECTURE.md.tmplAll
docs/exec-plans/{active,completed}/Create directoriesAll
.github/workflows/harness-verify.ymltemplates/harness-verify.yml.tmplGitHub
.gitlab-ci.yml (harness-verify job)templates/gitlab-ci-harness-verify.yml.tmplGitLab
.forgejo/workflows/harness-verify.ymltemplates/forgejo-harness-verify.yml.tmplForgejo/Gitea
.github/pull_request_template.mdtemplates/pull_request_template.md.tmplGitHub
.gitlab/merge_request_templates/Default.mdtemplates/merge_request_template.md.tmplGitLab
.forgejo/pull_request_template.mdtemplates/pull_request_template.md.tmplForgejo/Gitea
.envrctemplates/envrc.tmplAll
Makefile harness targetstemplates/Makefile.harness.tmplAll
scripts/verify-harness.shscripts/verify-harness.sh (copy directly)All

Populate with repo-specific values; never overwrite existing files without confirmation.

3. Audit

Report the repo's maturity level (1, 2, or 3) and show what is needed to reach the next level. See references/maturity-levels.md for detailed criteria.

Key Principles

  • AGENTS.md is an index, not an encyclopedia. Keep it under 150 lines. Put detail in docs/.
  • Enforcement is project-level. CI workflows, git hooks, and branch protection enforce the harness -- not this skill at runtime.
  • Verify first, bootstrap second. Always run verification before creating artefacts. The skill checks artefacts, not tools.
  • Delegate specialist work. See references/skill-integration-map.md for skill routing (@agent-rules, @github-project, @enterprise-readiness, @retro).
  • Does not own learning. Session retrospection, outcome review, and constitutional audits are delegated to retro-skill. The harness verifies integration points exist (AH-22, AH-23) but does not invoke retro at runtime.

Maturity Levels

Level 1 -- Basic: AGENTS.md exists, is an index, documents commands.

Level 2 -- Verified: CI enforces harness integrity, AGENTS.md references resolve, commands match Makefile/scripts, ARCHITECTURE.md exists.

Level 3 -- Enforced: Branch protection requires harness CI, git hooks auto-activate, PR template includes checklist, drift detection on push.

See references/maturity-levels.md for the full breakdown.

References

  • references/maturity-levels.md -- Maturity criteria and progression
  • references/agents-md-rules.md -- AGENTS.md authoring rules
  • references/artefact-inventory.md -- Harness artefacts list
  • references/harness-engineering-overview.md -- Theory: four functions, patterns
  • references/agent-first-architecture.md -- Legibility, layered deps, agent-first tech
  • references/enforcement-mechanisms.md -- 10-mechanism table (CI, hooks, protection, drift)
  • references/skill-integration-map.md -- Skill routing map + integration contracts with companion skills

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.