omx-setup

Automate oh-my-codex installation and refresh across project and user OMX directories.

1|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/prthik/prathik-astro --skill omx-setup-prthik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omx-setup
Source: https://github.com/prthik/prathik-astro/tree/main/.codex/skills/omx-setup
Command: npx skills add https://github.com/prthik/prathik-astro --skill omx-setup-prthik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OMX setup automates the installation and refresh of oh-my-codex for the current project and the user-level OMX directories, reducing manual setup and drift between environments.

Core Features & Use Cases

  • Resolve and persist installation scope (project or user) with sensible defaults
  • Install prompts, agent configs, and skills; merge config.toml accordingly
  • Generate or refresh project root AGENTS.md and maintain OMX state

Quick Start

Run omx setup to install or refresh oh-my-codex for the current project and user-level OMX directories.

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 installation for a local codebase?

Automating oh-my-codex installation for a local codebase involves resolving the project scope, creating necessary OMX directories, and installing prompts plus agent configs. This process ensures scope resolution and config merging to prevent manual setup drift across environments.

What is OMX setup and when do I need it for project configuration?

OMX setup is an automated installation process for oh-my-codex that manages prompts, agent configs, and skills across project and user scopes. You need it when configuring a local codebase or onboarding teams to ensure consistent directory creation and artifact installation.

Can I install agent configs and prompts for both project and user scopes?

Yes, you can install agent configs and prompts for both project and user scopes. The setup process resolves and persists installation scope with sensible defaults, ensuring artifacts are correctly installed and merged into config.toml for each specific level.

How do I generate an AGENTS.md file and maintain OMX state during setup?

To generate an AGENTS.md file and maintain OMX state, run the OMX setup command to refresh the project root file. This ensures verification markers exist and the installation state is accurately persisted within your local codebase environment.

What's the best way to prevent configuration drift when onboarding teams to OMX?

The best way to prevent configuration drift when onboarding teams to OMX is to automate the installation and refresh of user-level OMX directories. This merges config.toml files and ensures scope resolution stays consistent across all developer environments.

Why does my OMX setup fail to merge config.toml correctly?

OMX setup may fail to merge config.toml correctly if installation scope resolution encounters conflicts or missing directories. Ensuring proper directory creation and artifact installation before merging configurations helps maintain accurate OMX state and verification markers.