omx-setup

Configure OMX setup across project or user scopes with installation steps.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/pextacy/stellar --skill omx-setup-pextacy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omx-setup
Source: https://github.com/pextacy/stellar/tree/main/skills/omx-setup
Command: npx skills add https://github.com/pextacy/stellar --skill omx-setup-pextacy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OMX Setup addresses the need to reliably install and refresh oh-my-codex across the correct project or user scope, ensuring consistent environments.

Core Features & Use Cases

  • Installs or refreshes OMX across the chosen scope (user or project).
  • Generates and merges configuration, prompts, and agent settings for reliable CLI operation.
  • Validates scope, creates necessary directories, and writes project-root AGENTS.md for documentation.

Quick Start

Run the OMX setup command with the desired flags to configure OMX for the current project or user scope.

Frequently Asked Questions about omx-setup

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

FAQPage Schema
How do I install and configure OMX for a specific project scope?

To install OMX for a specific project scope, run the setup command to validate the scope, create target directories, install prompts and agent configs, merge config.toml, and write the project-root AGENTS.md file.

What is the process to refresh OMX agent configs and prompts?

Refreshing OMX involves re-running the setup command, which re-applies the required installation steps to update prompts, agent configurations, and merge the latest settings into config.toml for the chosen environment.

Can I use OMX setup to migrate configurations between user and project scopes?

Yes, OMX setup supports scope migrations by validating the newly selected user or project scope and re-applying the directory creation, prompt installation, and config.toml merging steps for the target environment.

Does OMX setup generate the AGENTS.md file in the project root?

Yes, OMX setup automatically writes the AGENTS.md file directly into the project root directory to document the agent configurations and ensure reliable CLI operation within that specific project scope.

What configurations does OMX setup merge during the installation process?

OMX setup merges the config.toml file during installation, applying the required agent settings and prompts to ensure the CLI operates reliably across the current user workspace or project environment.

Why does my OMX setup fail during scope validation?

OMX setup fails during scope validation if the selected user or project environment lacks the correct permissions or pre-existing structure needed to create target directories and write the required configuration files.