prime-radiant-inc

Everyharness Container — Development skill for Claude Code

Development community

Multi-harness container: ~17 coding-agent CLIs preinstalled (shared by everyharness and superpowers-evals).

How to install Everyharness Container

This entry records only its repository, not the path inside it, so there is no exact command to give. Open prime-radiant-inc/everyharness-container and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Everyharness Container does

Multi-harness container: ~17 coding-agent CLIs preinstalled (shared by everyharness and superpowers-evals).

Alternatives in Development

  • IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
  • E2e Devcontainer — Run E2E tests in a dev container (isolated environment) 1.6k ★
  • Oh My Agent — Portable multi-agent harness for .agents-based skills, workflows, and standards-aware agent teams across Antig 786 ★

README

everyharness-container

A shared container image preinstalled with 23 coding-agent CLIs — Claude Code, Codex, Gemini CLI, opencode, GitHub Copilot CLI, Grok Build CLI, Factory (droid), Qwen Code, Kimi Code, Kilo Code, OpenClaw, Amp, Cline, Cursor Agent, pi-coding-agent (plus pi-subagents), Goose, Hermes, Mimo, Google Antigravity (agy), mini-swe-agent, trae-agent, and SWE-agent — plus the base toolchains they need (Node, bun, uv, Rust, mise, Python, Go, Ruby). The exact inventory with versions is whatever `harness-versions` prints (below).

The image is large (~15 GB uncompressed) and published for `linux/amd64` only; on other architectures it runs under emulation. It is deliberately the same full CLI set superpowers-evals uses, so both consumers share one proven image rather than maintaining near-duplicates.

The Dockerfile is extracted from `prime-radiant-inc/superpowers-evals`' `container/` directory, which has run this exact set of harness-CLI installs in production evals for months. This repo keeps only the reusable harness-install layer — no evals-specific tooling.

Consumers

  • everyharness test — mounts a generated plugin into this image and runs offline, per-harness install checks against it.
  • superpowers-evals — plans to migrate its own container build onto this image, reusing the harness-CLI layer instead of maintaining a duplicate copy (future work, tracked in that repo).

Pull

docker pull ghcr.io/prime-radiant-inc/everyharness-container:latest

First published build (commit 8034359, 2026-08-11): `sha256:de1026a0580ce2956ab4b181407110f2cbc37660c7bf0f3d5a0a1d3cc6051d7f` — `latest` moves with every main push; pin by sha tag or digest for reproducibility.

Images are also tagged with the git commit SHA they were built from: `ghcr.io/prime-radiant-inc/everyharness-container:`.

`harness-versions`

The image ships `harness-versions` on `PATH`. It prints the resolved version of every core tool and agent CLI baked into