setup-omx

Automate oh-my-codex installation, initialization, gitignore modification, and AGENTS.md injection in Codex CLI projects.

24|5|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/myrtlepn/gran-maestro --skill setup-omx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-omx
Source: https://github.com/myrtlepn/gran-maestro/tree/main/skills/setup-omx
Command: npx skills add https://github.com/myrtlepn/gran-maestro --skill setup-omx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of setting up oh-my-codex (OMX) within a Codex CLI project, ensuring a consistent and efficient development environment.

Core Features & Use Cases

  • Automated Installation: Installs oh-my-codex globally using npm.
  • Project Initialization: Sets up and initializes OMX within your specified project directory.
  • Environment Configuration: Automatically adds .omx to your .gitignore and injects necessary configurations into AGENTS.md.
  • Use Case: When starting a new Codex CLI project or onboarding a new team member, run this Skill to quickly and reliably configure the development environment with oh-my-codex.

Quick Start

Run the setup-omx skill in your current directory to install and configure oh-my-codex.

Frequently Asked Questions about setup-omx

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

FAQPage Schema
How do I set up oh-my-codex for a Codex CLI project?

To set up oh-my-codex, run the setup-omx skill in your project directory to automate the npm installation, initialization, and environment configuration for Codex CLI projects.

What does oh-my-codex initialization do to my AGENTS.md file?

The oh-my-codex initialization injects necessary configurations directly into your AGENTS.md file, ensuring the development environment is correctly configured for Codex CLI projects.

Can I skip the global npm installation when setting up oh-my-codex?

Yes, you can skip the global npm installation step during the oh-my-codex setup process if you already have it installed or prefer a localized project initialization.

Does initializing oh-my-codex automatically update my .gitignore?

Yes, initializing oh-my-codex automatically adds the `.omx` directory to your `.gitignore` file, ensuring setup artifacts are ignored by version control systems.

What happens if I run the oh-my-codex setup multiple times in the same project?

Running the oh-my-codex setup multiple times is safe because the skill ensures idempotency for both `.gitignore` and `AGENTS.md` updates, preventing duplicate configurations.

How do I configure a development environment with oh-my-codex for a specific project path?

You can specify a project path when running the setup skill to initialize the oh-my-codex development environment in a directory other than your current working folder.