omc-default
Installation
SKILL.md
OMC Default (Project-Scoped)
Task: Configure OMC Default Mode (Project-Scoped)
CRITICAL: This skill ALWAYS downloads fresh CLAUDE.md from GitHub to your local project. DO NOT use the Write tool - use bash curl exclusively.
Step 1: Create Local .claude Directory
Ensure the local project has a .claude directory:
# Create .claude directory in current project
mkdir -p .claude && echo "✅ .claude directory created" || echo "❌ Failed to create .claude directory"
Step 2: Download Fresh CLAUDE.md (MANDATORY)
Execute this bash command to download fresh CLAUDE.md to local project config: