skills: add /help — operator orientation over the skill roster

Enumerates the live skills directory at runtime (so new skills self-include), merges
with curated grouped descriptions (status / weekly maintenance / tests / cc-ci hosts /
enrollment / recovery), a what-do-you-want-to-do situation table, and the standing
conventions (PR-visibility+direct-merge, test-before-switch, never-weaken,
single-writer, swarm serialization). Read-only.
This commit is contained in:
autonomic-bot
2026-08-04 01:22:18 +00:00
parent 02cc2c29e2
commit b462f1f7f1
2 changed files with 91 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
---
name: help
description: Operator orientation - lists every skill available on this orchestrator with what it does and when to reach for it, grouped by purpose (status, weekly maintenance, host updates, tests, enrollment, recovery, reporting), plus a "what do you want to do?" guide for common situations. Read-only. Invoke as /help.
---
# help (thin wrapper)
The canonical definition of this skill lives in the **opencode** position:
**`.opencode/skills/help/SKILL.md`**
Read that file for the full content. This `.claude/skills/` copy is kept as a
thin pointer for Claude Code compatibility; opencode loads the canonical
definition from `.opencode/skills/` directly.