harness-init-runner

Installation
SKILL.md

Harness Init Runner (Node.js)

Create a portable long-running-agent harness inside the current repo (Node.js), without pulling in the full AIOS workspace layout.

When to use (even if AIOS is installed)

  • Use this when you want a repo-local, lightweight harness/ runner that works across Codex / Claude Code / Gemini / opencode.
  • If you already use AIOS, you may not need this. However it can coexist: this skill creates harness/ + /.harness/ and does not depend on scripts/aios.mjs.

What this skill generates (repo root)

  • harness/ (runner code)
  • harness.config.json (provider command templates)
  • /.harness/ (runtime artifacts root; gitignored)
  • package.json scripts: harness:run, harness:doctor
  • dependency: zod

Runtime artifacts are written under ./.harness/runs/* and must not be committed.

Related skills

More from rexleimo/rex-cli

Installs
2
GitHub Stars
35
First Seen
Apr 15, 2026