← ClaudeAtlas

omarchylisted

Manage and configure Omarchy Linux systems. Use when user asks about Omarchy, Hyprland, themes, keybindings, system config, or any omarchy-* commands.
robzolkos/omarchy-skill · ★ 24 · Web & Frontend · score 61
Install: claude install-skill robzolkos/omarchy-skill
# Omarchy Skill Manage [Omarchy](https://omarchy.org/) Linux systems using natural language. ## ⛔ NEVER MODIFY CORE FILES **DO NOT edit, write, or delete any files in `~/.local/share/omarchy/`** This directory contains Omarchy's core system files. User configuration belongs in `~/.config/` instead. If you need to change behavior controlled by a file in `~/.local/share/omarchy/`, find or create the corresponding override in `~/.config/`. ## Discovery Omarchy provides ~145 commands following the pattern `omarchy-<category>-<action>`. ### Find Commands ```bash # List all omarchy commands compgen -c | grep -E '^omarchy-' | sort -u # Find commands by category compgen -c | grep -E '^omarchy-theme' compgen -c | grep -E '^omarchy-restart' # Read a command's source to understand it cat $(which omarchy-theme-set) ``` ### Command Categories | Prefix | Purpose | Example | |--------|---------|---------| | `omarchy-refresh-*` | Reset config to Omarchy defaults (backs up first) | `omarchy-refresh-waybar` | | `omarchy-restart-*` | Restart a service/app | `omarchy-restart-waybar` | | `omarchy-toggle-*` | Toggle feature on/off | `omarchy-toggle-nightlight` | | `omarchy-theme-*` | Theme management | `omarchy-theme-set <name>` | | `omarchy-install-*` | Install optional software | `omarchy-install-docker-dbs` | | `omarchy-launch-*` | Launch apps | `omarchy-launch-browser` | | `omarchy-cmd-*` | System commands | `omarchy-cmd-screenshot` | | `omarchy-pkg-*` | Package management | `omar