Skip to content

Commit 80aff7c

Browse files
gtrabancoclaude
andcommitted
docs(readme): Hermes invocation notes — slash syntax works only in post-install sessions (EN/ES)
Documents the "not a quick/plugin/skill command" error cause (session predates the install), the /reset-then-/bundles check, and the natural-language fallback. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent e74ecd2 commit 80aff7c

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

README.es.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,13 @@ se ignoran en silencio.) Elige el modelo de sesión según la
436436
[tabla de equivalencia](#equivalencia-de-modelos-modelos-no-claude--de-libre-inferencia)
437437
— en NaN.builders, según los picks de arriba.
438438

439+
**Invocación:** Hermes soporta la misma sintaxis slash — `/execute-phase 14 P1`,
440+
`/review-change` — **pero solo en sesiones arrancadas después del install**. Si
441+
ves `error: not a quick/plugin/skill command`, la sesión es anterior al
442+
install: `/reset` (terminal) o reinicia la app de escritorio, y comprueba con
443+
`/bundles` o "What skills do you have?". El lenguaje natural también funciona
444+
siempre: "use the execute-phase skill to implement fix #243".
445+
439446
Sin publicar en npm, sin registro, sin paso de build — `skills` clona el repo y
440447
copia (o enlaza con symlink) las carpetas de skills en el sitio correcto para
441448
cada agente. Las skills **descubren el proyecto destino en tiempo de ejecución**

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,13 @@ skills:
421421
skipped.) Pick your session model per the [model-equivalence table](#model-equivalence-non-claude--free-inference-models)
422422
— on NaN.builders, per the picks above.
423423

424+
**Invoking:** Hermes supports the same slash syntax — `/execute-phase 14 P1`,
425+
`/review-change` — **but only in sessions started after the install**. If you
426+
get `error: not a quick/plugin/skill command`, the session predates the
427+
install: `/reset` (terminal) or restart the desktop app, then check with
428+
`/bundles` or "What skills do you have?". Natural language always works too:
429+
"use the execute-phase skill to implement fix #243".
430+
424431
No npm publish, no registry, no build step — `skills` clones the repo and copies
425432
(or symlinks) the skill folders into the right place for each agent. The skills
426433
**discover the target project at runtime** (agent guide, documentation map,

0 commit comments

Comments
 (0)