Add create-project-note skill
This commit is contained in:
parent
fdcc687364
commit
cf0ef1b441
2 changed files with 45 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ description: Master index of all skills in your robot assistant system. Your ass
|
|||
| "submit an expense," "navan expense," "file an expense," "upload receipt" | **navan-expense** |
|
||||
| "update the SE radar report," "add a column to the SE report," "edit the vNotes report," "run the SE radar report," "check SE validation stage," "update technical validation" | **update-salesforce-tech-validation** |
|
||||
| "create a meeting note," "make meeting notes," "add a meeting to my daily note," "set up a meeting note" | **meeting-notes** |
|
||||
| "create a project note," "make a project note," "new project note" | **create-project-note** |
|
||||
| "summarize account notes," "summarize meeting notes," "prepare account summary," "executive summary," "write an SE note" | **se-note** |
|
||||
| "review voice notes," "what voice notes do I have," "show me today's voice notes," "review my dictations" | **review-voice-notes** |
|
||||
| "proofread this social message," "polish this DM," "clean up this slack message," "proofread this text," "proofread this message," "proofread this slack" | **proof-social-comms** |
|
||||
|
|
@ -134,6 +135,12 @@ description: Master index of all skills in your robot assistant system. Your ass
|
|||
**File:** `skills/meeting-notes/SKILL.md`
|
||||
**Dependencies:** None
|
||||
|
||||
### Create Project Note
|
||||
**Purpose:** Create a new project note in the `proj/` folder with proper frontmatter conventions.
|
||||
**Triggers:** "create a project note," "make a project note," "new project note"
|
||||
**File:** `skills/create-project-note/SKILL.md`
|
||||
**Dependencies:** None
|
||||
|
||||
### Review Voice Notes
|
||||
**Purpose:** Query MongoDB for voice notes matching a given date, present them as a numbered summary table, and act on whichever ones the user selects by number.
|
||||
**Triggers:** "review voice notes," "what voice notes do I have," "show me today's voice notes," "review my dictations"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue