omc-default

Solid

Configure OMC in local project (.claude/CLAUDE.md)

AI & Automation 6 stars 1 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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: ```bash # 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: ```bash # Download fresh CLAUDE.md to project-local .claude/ 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" ``` **Note**: The downloaded CLAUDE.md includes Context Persistence instructions with `<remember>` tags for surviving conversation compaction. **MANDATORY**: Always run this command. Do NOT skip. Do NOT use Write tool. **FALLBACK** if curl fails: Tell user to manually download from: https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claudecode/main/docs/CLAUDE.md ### Step 3: Verify Plugin Installation The oh-my-claudecode plugin provides all hooks automatically via the plugin system. Verify the plugin is enabled: ```bash grep -q "oh-my-claudecode" ~/.claude/settings.json && e...

Details

Author
mazenyassergithub
Repository
mazenyassergithub/oh-my-claudecode
Created
4 years ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category