OMX
Oh My CodeXv0.18.14

$omx-setup

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

Overview

$omx-setup initializes or updates the OMX environment. It places skill files, agent prompts, and hook configuration in the correct install paths. Use it for a fresh install and to sync configuration after an upgrade.

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