Claude Code Harness
Description
Starter template for organizing a multi-company Claude Code workspace: sanitized CLAUDE.md templates, SessionStart hook, statusline, and a local plugin marketplace stub.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
**claude-mem removed 2026-08-02.** Do not reinstall the thedotmack plugin, host proxy, mcp-search, or Grok mem hooks. Shared observation memory is gone from this harness.
codex-harness
A starter template for organizing a multi-company [OpenAI Codex CLI](https://github.com/openai/codex) workspace.
This is **not** a fork of Codex itself. It is the thin local layer around Codex: sanitized `AGENTS.md` templates, a conservative `~/.codex/config.toml` example, per-repo `.codex-harness/` scaffolding, and a local Codex plugin marketplace stub.
The repo was adapted from a Claude Code harness. The Claude-specific surfaces (`~/.claude/settings.json`, hooks, status lines, and `CLAUDE.md`) are mapped to Codex-native concepts. A staged migration can keep `CLAUDE.md` as a configured fallback until each repo has an adapted `AGENTS.md`.
What's Inside
codex-harness/
├── examples/
│ ├── AGENTS.md.workspace.example # ~/projects/AGENTS.md template
│ ├── AGENTS.md.project.example # per-repo AGENTS.md starter
│ ├── config.toml.example # ~/.codex/config.toml starter
│ └── hooks.json.example # optional Codex hook wiring
├── scripts/
│ ├── init-codex-harness.sh # idempotently creates .codex-harness/
│ ├── audit-codex-migration.sh # reports remaining Claude-only surfaces
│ ├── install-llmjury-orchestration.sh # optional Claude/Codex delegation setup
│ ├── install-claude-resilient-updater.sh # resumable Claude native updates on macOS
│ ├── claude-manual-update # checksum-verified update worker
│ ├── hooks/ # shared hook logic and runtime adapters
│ ├── test-shared-hooks.sh # hook unit tests (PR base resolution, enforcement)
│ ├── swarm/ # cross-CLI parallel agent dispatch engine
│ ├── test-swarm.sh # swarm pytest suite runner
│ ├── track-branch-pr.sh # pushes a branch and opens/updates its draft PR
│ ├── gbrows
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11