agent-cli

Installation
SKILL.md

Agent CLI harness

Official docs

CLI URL
Cursor Agent CLI https://cursor.com/docs/cli
OpenAI Codex CLI https://developers.openai.com/codex
Claude Code https://docs.anthropic.com/en/docs/claude-code
Gemini CLI https://github.com/google-gemini/gemini-cli

Agent rules

  1. Same harness, different runtime — AGENTS.md, skills, and MCP profiles apply; only the host binary changes.
  2. Install per IDE — install.ps1 -Ide codex|claude-code|gemini-cli|cursor from agent-harness repo.
  3. Parallel workers — prefer git worktrees + one CLI session per ticket (/parallel-work), not one 200k context.
  4. Non-interactive — pipe prompts via stdin or -p flags; capture exit codes for CI ship gates.
  5. Local model routing — CLI + Ollama/vLLM OpenAI base URL for cheap fan-out; cloud for merge-ready diffs.
Installs
1
GitHub Stars
1
First Seen
Sep 9, 2026
agent-cli — michael-baylard/agent-harness