omc-default-global

Installation
SKILL.md

OMC Default Global

Task: Configure OMC Default Mode (Global)

CRITICAL: This skill ALWAYS downloads fresh CLAUDE.md from GitHub to your global config. DO NOT use the Write tool - use bash curl exclusively.

Step 1: Download Fresh CLAUDE.md (MANDATORY)

Execute this bash command to erase and download fresh CLAUDE.md to global config:

# Remove existing CLAUDE.md and download fresh from GitHub
rm -f ~/.claude/CLAUDE.md && \
curl -fsSL "https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claudecode/main/docs/CLAUDE.md" -o ~/.claude/CLAUDE.md && \
echo "✅ CLAUDE.md downloaded successfully to ~/.claude/CLAUDE.md" || \
echo "❌ Failed to download CLAUDE.md"

MANDATORY: Always run this command. Do NOT skip. Do NOT use Write tool.

Related skills
Installs
4
GitHub Stars
33.7K
First Seen
Jan 22, 2026