---
name: Commands
slug: commands
category: AI Engineering
description: "Commands exposes the /oh-my-claudecode:skill compatibility command so a Claude Code session can load the full OMC skill instructions on demand without loading the entire skill description in every session."
github: "https://github.com/Yeachan-Heo/oh-my-claudecode/tree/main/commands"
language: TypeScript
stars: 38536
forks: 3462
install: "npx degit https://github.com/Yeachan-Heo/oh-my-claudecode/tree/main/commands ~/.claude/skills/commands"
installs_to: ~/.claude/skills/commands
source_path: commands/skill.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/Yeachan-Heo/oh-my-claudecode"
added: 2026-08-13T07:37:13.038Z
last_synced: 2026-08-13T07:37:13.038Z
canonical_url: "https://dirskills.com/skills/commands"
---

# Commands

Commands exposes the /oh-my-claudecode:skill compatibility command so a Claude Code session can load the full OMC skill instructions on demand without loading the entire skill description in every session.

**Install:**

```bash
npx degit https://github.com/Yeachan-Heo/oh-my-claudecode/tree/main/commands ~/.claude/skills/commands
```

## README

# OMC skill

This compatibility command keeps `/oh-my-claudecode:skill` available without loading the full `skill` skill description in every Claude Code session.

## Dispatch

1. Read the full bundled skill instructions from the active OMC plugin/install: `skills/skill/SKILL.md`.
2. Follow that SKILL.md exactly, treating the user's arguments as:

```text
$ARGUMENTS
```

If the file is not directly readable from the current working directory, locate it under the active `CLAUDE_PLUGIN_ROOT`/`OMC_PLUGIN_ROOT`, package root, or installed OMC plugin directory, then continue.
