omw — alias for oh-my-wiki
This skill is a thin alias for oh-my-wiki. It exists so that the user can invoke the wiki workflow with three letters instead of the full eleven-character name.
What to do when invoked
Always delegate to the canonical oh-my-wiki skill immediately.
- Load
../SKILL.md(the canonical oh-my-wiki dispatcher) and follow its Step 1 — Read registry state procedure. - From that point on, behave exactly as if
oh-my-wikihad been invoked. The user sees no difference.
The canonical skill owns the complete, current capability list and safety rules.
Do not repeat that list in this alias: loading ../SKILL.md prevents this small
forwarder from going stale when vault, recall, persona, or lifecycle features change.
Why this stub exists
Claude Code discovers skills by reading SKILL.md frontmatter from each directory under ~/.claude/skills/. To make omw register as its own skill name in the discovery list (and as a separate trigger keyword set), it must own a directory with its own SKILL.md. This file is the smallest legal version of that.
Maintenance
If you change the canonical oh-my-wiki/SKILL.md, you usually do not need to change this file. The frontmatter description here intentionally repeats only the public surface (name + trigger phrases) so it stays stable.
Update this file only when:
- Trigger keywords for
omwchange - The relative path
../SKILL.mdto the canonical skill changes - The alias is deprecated or removed