OMX
Oh My CodeXv0.18.9

$omx-setup

A skill that installs or updates OMX prompts, skills, and configuration.

Overview

$omx-setup gets the OMX environment ready. It initializes a fresh setup or updates an existing one, placing skill files, agent prompts, and hook configuration into their correct install paths. Run it once to install. Run it again after any upgrade to sync your configuration.

From the CLI, omx setup runs the same thing.

Example

$omx-setup
$omx-setup --scope user
$omx-setup --scope project
OptionDescription
(none)Install to the default scope
--scope userGlobal install to ~/.codex/
--scope projectProject-scoped install to .codex/

When to use

  • When installing OMX for the first time
  • When syncing configuration after upgrading the oh-my-codex package
  • When replicating an existing environment on a new machine
  • When skills or hooks are not working correctly and you need to reinstall

When to avoid

  • Diagnosing environment issues — if something seems broken, run $doctor before $omx-setup.

On this page