docs: document /plan skill

This commit is contained in:
teknium1
2026-03-14 21:14:34 -07:00
parent 248279823d
commit 6dbb09c9cc
3 changed files with 7 additions and 1 deletions

View File

@@ -24,11 +24,14 @@ Every installed skill is automatically available as a slash command:
/gif-search funny cats
/axolotl help me fine-tune Llama 3 on my dataset
/github-pr-workflow create a PR for the auth refactor
/plan design a rollout for migrating our auth provider
# Just the skill name loads it and lets the agent ask what you need:
/excalidraw
```
The bundled `plan` skill is a good example of a skill-backed slash command with custom behavior. Running `/plan [request]` tells Hermes to inspect context if needed, write a markdown implementation plan instead of executing the task, and save the result under `~/.hermes/plans/`.
You can also interact with skills through natural conversation:
```bash