mirror of
https://github.com/mattpocock/skills.git
synced 2026-07-29 19:12:34 +07:00
19 lines
1018 B
Markdown
19 lines
1018 B
Markdown
# Productivity
|
|
|
|
General workflow tools, not code-specific.
|
|
|
|
## User-invoked
|
|
|
|
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.
|
|
|
|
## Model-invoked
|
|
|
|
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.
|