mirror of
https://github.com/mattpocock/skills.git
synced 2026-07-29 11:02:41 +07:00
refine: Update terminology from Commands/Skills to User-invoked/Model-invoked and enhance documentation
This commit is contained in:
@@ -2,17 +2,17 @@
|
||||
|
||||
General workflow tools, not code-specific.
|
||||
|
||||
## Commands
|
||||
## User-invoked
|
||||
|
||||
User-invoked entry points (`disable-model-invocation: true`).
|
||||
Reachable only when you type them (`disable-model-invocation: true`).
|
||||
|
||||
- **[grill-me](./grill-me/SKILL.md)** — Get relentlessly interviewed about a plan or design until every branch of the decision tree is resolved.
|
||||
- **[handoff](./handoff/SKILL.md)** — Compact the current conversation into a handoff document so another agent can continue the work.
|
||||
- **[teach](./teach/SKILL.md)** — Teach the user a new skill or concept over multiple sessions, using the current directory as a stateful teaching workspace.
|
||||
- **[writing-great-skills](./writing-great-skills/SKILL.md)** — Reference for writing and editing skills well: the vocabulary and principles that make a skill predictable.
|
||||
|
||||
## Skills
|
||||
## Model-invoked
|
||||
|
||||
Model- or user-invocable (rich trigger phrasing so the model can reach for them).
|
||||
Model- or user-reachable (rich trigger phrasing so the model can reach for them).
|
||||
|
||||
- **[grilling](./grilling/SKILL.md)** — Interview the user relentlessly about a plan or design until every branch of the decision tree is resolved.
|
||||
|
||||
Reference in New Issue
Block a user