This compatibility command keeps /oh-my-claudecode:writer-memory available without loading the full writer-memory skill description in every Claude Code session.
Copy the command definition below into:
~/.claude/commands/writer-memory-yeachan-heo.md---
description: ""
---
# OMC writer-memory
This compatibility command keeps `/oh-my-claudecode:writer-memory` available without loading the full `writer-memory` skill description in every Claude Code session.
## Dispatch
1. Read the full bundled skill instructions from the active OMC plugin/install: `skills/writer-memory/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.