What problem does it solve? Setting up the sd0x-dev-flow harness for Codex CLI and other non-Claude agents requires manually generating an AGENTS.md kernel, wiring git hooks across different hook managers (Husky, core.hooksPath, .git/hooks), and verifying the installation actually works. This Skill automates that entire bootstrap and keeps it verifiable. ## Core Features & Use Cases - init: Generates the AGENTS.md kernel from project context, installs the commit-msg attribution guard, and copies runner scripts, with the pre-push gate available as an opt-in via --with-push-gate. - doctor: Verifies installation integrity by checking that files exist, the AGENTS.md hash matches, and each recorded hook is actually the one git resolves and executes. - sync: Re-generates AGENTS.md and refreshes installed hooks and scripts after a skill update, preserving prior opt-in choices recorded in state. - Use Case: After running npx skills add sd0xdev/sd0x-harness in a repository that uses Husky, run the setup to get a working AGENTS.md plus a commit-msg guard prepended into .husky/commit-msg without clobbering existing hooks. ## Quick Start Ask the agent to run codex-setup init in your repository to generate AGENTS.md and install the commit-msg hook, optionally adding --with-push-gate for the pre-push gate.