ACT-House-Engineering/codex-starter — Summary
ACT-House-Engineering/codex-starter is a minimal OpenAI Codex (not Claude Code) starter template providing a setup script, AGENTS.md behavioral guide, and prompt examples for use with OpenAI's Codex cloud environment. It is the only framework in this batch explicitly targeting OpenAI Codex rather than Claude Code. The setup-codex.sh script is intended to be pasted into the Codex environment's "Setup script" field, not run locally. It installs pnpm, sets up fake .env.local values for CI, and runs pnpm install --frozen-lockfile --ignore-scripts. The docs/ directory contains a PRD example and code-quality guides (twelve-factor, pragmatic). The framework is starter-minimal: 3 GitHub stars, no license, essentially documentation + a setup shell script.
differs_from_seeds: Does not fit any seed archetype — it targets OpenAI Codex, not Claude Code. Closer to agent-os (instructions-as-markdown scaffold, zero automation) but for Codex's cloud environment rather than a local tool. The AGENTS.md replaces CLAUDE.md in the Codex ecosystem. The "setup script pasted into Codex environment UI" install model is unique in the batch. Compared to all other frameworks here, this is the only Codex-native starter.