From 1feb0250b496f7fc9c249fac7dcff44795dad1c1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 19 Jul 2026 10:20:52 -0700 Subject: [PATCH] Update Omarchy skill for Quattro's Lua configuration The skill still described pre-Quattro .conf files and workflows, sending agents to inactive config files and stale commands. Now covers the Lua config layout, o.bind/hl.unbind/hl.monitor forms, .d hook directories with omarchy hook install, plugin cloning, and corrected command routes. Distilled from #6310. Co-Authored-By: ssupt <149246609+ssupt@users.noreply.github.com> Co-Authored-By: Claude Fable 5 --- default/omarchy-skill/SKILL.md | 124 +++++++++++++++++++-------------- 1 file changed, 71 insertions(+), 53 deletions(-) diff --git a/default/omarchy-skill/SKILL.md b/default/omarchy-skill/SKILL.md index 312b4b35..70c74e0b 100644 --- a/default/omarchy-skill/SKILL.md +++ b/default/omarchy-skill/SKILL.md @@ -126,31 +126,35 @@ Run `omarchy --help` for the full list. The most common groups: | Group | Purpose | Example | |-------|---------|---------| | `omarchy refresh` | Reset config to defaults (backs up first) | `omarchy refresh shell` | -| `omarchy restart` | Restart a service/app | `omarchy-restart-shell` | +| `omarchy restart` | Restart a service/app | `omarchy restart shell` | | `omarchy toggle` | Toggle feature on/off | `omarchy toggle nightlight` | | `omarchy theme` | Theme management | `omarchy theme set ` | +| `omarchy bar` | Bar layout and widgets | `omarchy bar plugin move omarchy.clock --section right` | +| `omarchy plugin` | Manage/clone shell plugins | `omarchy plugin clone omarchy.clock local.clock --replace` | +| `omarchy hook` | Install automation hooks | `omarchy hook install theme-set