diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/superpowers/specs/2026-08-25-skills-design.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/superpowers/specs/2026-08-25-skills-design.md b/docs/superpowers/specs/2026-08-25-skills-design.md index 20a3c0f..99baee6 100644 --- a/docs/superpowers/specs/2026-08-25-skills-design.md +++ b/docs/superpowers/specs/2026-08-25-skills-design.md @@ -13,8 +13,9 @@ with `name` and `description`, then the instructions. This adds a skills subsystem: llamachat reads that directory, lets the model load a skill on demand through a tool call, and lets the user load one by typing `/name` or mentioning the name naturally. A loaded skill's text stays -in context for the whole conversation in chat mode, and for the single reply -in one-shot mode. +in context for the whole conversation in chat mode. One-shot mode keeps it +in memory (never in history) until New or the chip is clicked, so a skill +loaded in a scratch window stays active for the rest of it. ## Skills directory and format |
