with one click
skills
// List all available oh-my-claude skills with descriptions and when to use each one.
// List all available oh-my-claude skills with descriptions and when to use each one.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | skills |
| description | List all available oh-my-claude skills with descriptions and when to use each one. |
Display this list to the user, grouped by user-journey phase. Phase headers are themselves chapter markers โ first-time users skim by phase, experienced users grep by skill name.
When you know what you want, jump straight to the verb:
| If you... | Use |
|---|---|
| Want to ship real work end-to-end | /ulw <task> |
| Just installed; want to feel the gates fire | /ulw-demo |
| Need to inspect or change configuration | /omc-config |
| Need a plan before you edit | /plan-hard <task> |
| Need to review existing code | /review-hard [focus] |
| Need repo / API context before coding | /research-hard <topic> |
| Have a vague goal โ need clarification | /prometheus <goal> |
| Have a draft plan โ want it stress-tested | /metis <plan> |
| Stuck debugging โ need a second opinion | /oracle <issue> |
| Multiple framings exist โ pick consciously | /diverge <task> |
| Need official docs or external API | /librarian <topic> |
| Want a multi-lens project evaluation | /council [focus] |
| Want a design-first frontend pass | /frontend-design <task> |
| A gate fired but the work is complete | /ulw-skip <reason> |
| Discovered-scope flagged real items you defer | /mark-deferred <reason> |
| Blocked on a user decision (taste, policy) | /ulw-pause <reason> |
| Rate-limit kill left a resume artifact | /ulw-resume |
| Want session state / counters / flags | /ulw-status |
| Want a time-distribution card | /ulw-time |
| Want cross-session activity digest | /ulw-report |
| Want changelog deltas since your install | /whats-new |
| Want to bootstrap CLAUDE.md for a repo | /atlas |
| Memory directory feels noisy | /memory-audit |
| Want to deactivate ULW mid-session | /ulw-off |
The symptom-table above is a discovery shortcut. Each row maps to a skill in the phase-grouped tables below โ those tables carry the full descriptions.
| Skill | Command | When to use |
|---|---|---|
| omc-config | /omc-config [setup|update|change] | Guided multi-choice walkthrough for oh-my-claude.conf โ pick a profile (Maximum / Balanced / Minimal) or fine-tune individual clusters. Auto-detects first-time setup vs upgrade vs ad-hoc change. |
| ulw-demo | /ulw-demo | Guided 90-second walkthrough that fires the quality gates on a demo file โ best first step after install. |
| Skill | Command | When to use |
|---|---|---|
| ulw | /ulw <task> | Any non-trivial task needing full autonomy โ coding, writing, research, ops. |
| plan-hard | /plan-hard <task> | You need a detailed plan before editing โ scope decisions, architecture, sequencing. |
| review-hard | /review-hard [focus] | Review existing code or a worktree diff for bugs, quality, missed requirements. |
| research-hard | /research-hard <topic> | Gather repo context, API details, integration points before implementation. |
| frontend-design | /frontend-design <task> | Distinctive, design-first frontend work โ establishes palette + typography + layout before code. |
| Skill | Command | When to use |
|---|---|---|
| prometheus | /prometheus <goal> | Goal is broad or ambiguous โ needs interview-first clarification before planning. |
| metis | /metis <plan> | You have a draft plan and want to stress-test it for hidden risks, missing constraints. |
| oracle | /oracle <issue> | Debugging is hard, root cause unclear, or you need a second opinion on tradeoffs. |
| diverge | /diverge <task> | Multiple credible framings exist โ generate 3-5 alternatives BEFORE commit to pick one consciously. Upstream of all the convergent critics. (v1.31.0) |
| librarian | /librarian <topic> | You need official docs, third-party API references, or concrete external examples. |
| ulw-skip | /ulw-skip <reason> | Gate fired but the work is genuinely complete (false positive). One-shot bypass. |
| mark-deferred | /mark-deferred <reason> | Discovered-scope flagged real findings you're consciously NOT shipping this session. |
| ulw-pause | /ulw-pause <reason> | User must make a decision only they can make (taste, policy, brand voice). Cap 2/session. |
| ulw-resume | /ulw-resume [--peek|--list|--dismiss] | Atomically claim a resume_request.json after a rate-limit StopFailure. |
| Skill | Command | When to use |
|---|---|---|
| council | /council [focus] [--deep] | Multi-role project evaluation โ PM, design, security, data, SRE, growth lenses + verification pass. --deep escalates to opus. |
| atlas | /atlas [focus] | Bootstrap or refresh CLAUDE.md / .claude/rules for a repository. |
| Skill | Command | When to use |
|---|---|---|
| ulw-status | /ulw-status | Inspect current session state โ mode, domain, counters, flags (debugging). |
| ulw-time | /ulw-time [current|last|last-prompt|week|month|all] | Polished time-distribution card โ stacked top bar (โ agents ยท โ tools ยท โ idle), per-bucket chart, one-line insight. |
| ulw-report | /ulw-report [last|week|month|all] | Markdown digest of cross-session activity โ gate fires, reviewers, misfires, Serendipity catches. |
| memory-audit | /memory-audit [--memory-dir <path>] | Classify MEMORY.md entries (load-bearing, archival, superseded, drifted). Read-only. |
| ulw-off | /ulw-off | Deactivate ultrawork mode mid-session without ending the conversation. |
| skills | /skills | Show this list. |
/omc-config for the guided multi-choice configuration walkthrough, then /ulw-demo to see the quality gates in action./omc-config (auto-detects mode)./ulw (aliases: /autowork, /ultrawork also work)./plan-hard. If the goal is vague, use /prometheus instead./metis./council. Also auto-triggers under /ulw for broad prompts like "evaluate my project."/oracle./librarian./review-hard./research-hard./ulw-skip <reason> to pass once./mark-deferred <reason> to bulk-defer all pending advisory findings with a recorded reason โ keeps /ulw-report audits accurate./ulw-pause <reason> โ declares a legitimate user-decision pause without tripping the session-handoff gate. Distinct from /ulw-skip (one-shot bypass) and /mark-deferred (defer findings).Three skills, three different "I can't keep going" cases. Pick by symptom โ they are NOT interchangeable:
| Symptom | Skill |
|---|---|
| Gate fired but the work is done โ false positive | /ulw-skip <reason> |
| Discovered-scope flagged real findings you're consciously NOT shipping | /mark-deferred <named-WHY> |
| User must make a call only they can make (taste, policy, brand voice) | /ulw-pause <reason> |
Escalation order before any of these fires: ship inline โ wave-append โ defer-with-WHY โ pause. The /mark-deferred validator rejects (1) bare silent-skip patterns (out of scope / follow-up / later / low priority) AND (2) effort excuses (v1.35.0) โ requires significant effort / needs more time / blocked by complexity / tracks to a future session / superseded by future work โ that name the WORK COSTS instead of an EXTERNAL blocker. Pass with requires <X>, blocked by <Y>, awaiting <Z>, superseded by <id>, or single tokens/phrases like duplicate / obsolete / wontfix / n/a / not reproducible / false positive. The complementary shortcut_ratio_gate (v1.35.0) catches the pattern of half-or-more deferrals on big plans even when each individual reason has a valid WHY.
/ulw-resume โ atomically claims the most relevant unclaimed resume_request.json for the current cwd (or matching project_key) and replays the original objective. The SessionStart resume-hint hook surfaces the artifact automatically; /ulw-resume is the explicit claim verb. Run /ulw-resume --peek to inspect first, --list to see all claimable artifacts./memory-audit โ classifies entries and proposes rollup moves without moving anything itself./atlas.Note: Specialist agents activate automatically based on your task. You don't need to learn agent names โ just describe what you want to accomplish.
See: the "Auto-routed vs. manual escape hatches" subsection in
README.mdfor the full tier breakdown โ which specialists auto-suggest under/ulw, which fire from hooks, and which slash commands are escape hatches for standalone use.
What's with the names? The mythology-themed skills (atlas, metis, oracle, prometheus, librarian) carry one-word mnemonics in
docs/glossary.md. Search that page for the verb you want (plan, review, debug, look up docs) to find the matching skill.