omx-setup

Automate oh-my-codex setup and configuration for user and project directories.

6|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Weihong-Liu/GenericAgent_project --skill omx-setup-weihong-liu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omx-setup
Source: https://github.com/Weihong-Liu/GenericAgent_project/tree/main/.codex/skills/omx-setup
Command: npx skills add https://github.com/Weihong-Liu/GenericAgent_project --skill omx-setup-weihong-liu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the setup and configuration of oh-my-codex for the current project and user OMX directories, streamlining the process of installing or refreshing oh-my-codex.

Core Features & Use Cases

  • Setup Configuration: Automates the installation and configuration of oh-my-codex.
  • Scope Selection: Allows selection of installation scope between user and project levels.
  • Prompt and Agent Configuration: Installs prompts, native agent configurations, and merges config.toml files.
  • AGENTS.md Generation: Generates project-root AGENTS.md files for local project orchestration.
  • Notify Hook Configuration: Configures notify hook references and writes hud-config.json.

Quick Start

Run the setup command to install or refresh oh-my-codex: omx setup --force --verbose.

Frequently Asked Questions about omx-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate oh-my-codex setup for a project?

Automating oh-my-codex setup is handled by running the setup command to install or refresh configuration. It streamlines the process by managing installation, scope selection, and AGENTS.md generation for local project orchestration.

How does oh-my-codex configuration merging work for user and project scopes?

Oh-my-codex configuration merging works by allowing you to select an installation scope at either the user or project level. The setup process then installs native agent configurations and merges config.toml files accordingly.

Do I need to manually generate AGENTS.md for local project orchestration?

You do not need to manually generate AGENTS.md for local project orchestration. The setup process automatically creates the project-root AGENTS.md file to handle local orchestration during configuration.

Can I configure notify hooks and hud-config.json during OMX setup?

You can configure notify hooks and hud-config.json during OMX setup. The setup process handles notify hook references and automatically writes the hud-config.json file as part of the configuration.

What is the best way to force a refresh of OMX directories?

The best way to force a refresh of OMX directories is by running the setup command with the force flag. This ensures oh-my-codex is reinstalled or updated with verbose output for both user and project scopes.

Are there any limitations when merging config.toml files for oh-my-codex?

Merging config.toml files for oh-my-codex depends on selecting the correct installation scope between user and project levels. Configuration conflicts may arise if scope selection is not properly defined before running the setup process.