Add plannotator extension v0.19.10
This commit is contained in:
23
extensions/plannotator/skills/plannotator-last/SKILL.md
Normal file
23
extensions/plannotator/skills/plannotator-last/SKILL.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: plannotator-last
|
||||
description: Open Plannotator on the latest rendered assistant message and use the returned annotations to revise that message or continue.
|
||||
---
|
||||
|
||||
# Plannotator Last
|
||||
|
||||
Use this skill when the user wants to annotate the latest assistant response in Plannotator.
|
||||
|
||||
Run:
|
||||
|
||||
```bash
|
||||
plannotator last
|
||||
```
|
||||
|
||||
Behavior:
|
||||
|
||||
1. Launch the command with Bash.
|
||||
2. Wait for the annotation session to finish.
|
||||
3. If feedback is returned, incorporate it into the follow-up response.
|
||||
4. If the session closes without feedback, mention that briefly and continue.
|
||||
|
||||
Run the command yourself rather than telling the user to invoke shell syntax manually.
|
||||
@@ -0,0 +1,5 @@
|
||||
interface:
|
||||
display_name: "Plannotator Last"
|
||||
short_description: "Annotate the latest assistant message in Plannotator."
|
||||
policy:
|
||||
allow_implicit_invocation: false
|
||||
Reference in New Issue
Block a user