BenchCopilot Harness is a workspace for agent-specific skills, tools, and documentation used to operate embedded development benches.
The first artifacts are Codex skills for embedded bench work and documentation onboarding.
benchcopilot-harness/
├── AGENTS.md
├── docs/
└── codex/
└── skills/
├── context7-add-docs/
└── muxpi-control/
Agent-specific integrations live under their runtime namespace. For example, Codex skills live under codex/skills/. Future Claude Code or Hermes integrations should use their own top-level namespaces instead of sharing Codex-specific formats.
codex/skills/context7-add-docs helps Codex add BenchCopilot Harness documentation sources to Context7 and verify that they are queryable.
codex/skills/muxpi-control lets Codex inspect and operate a MuxPi using:
- SSH aliases:
muxpi,benchcopilot-harness-muxpi - Context7 library:
/websites/muxpi_readthedocs_io_en - safety gates for power, UART voltage, flashing, network, service, and DUT-impacting operations
- an interactive command catalog at
codex/skills/muxpi-control/references/command-catalog.html
VPN profiles, auth files, environment files, and local agent memory are intentionally ignored. Keep credentials outside git.