Add proof-social-comms skill for Slack/text/DM proofreading
This commit is contained in:
parent
61a617b086
commit
4a529750c6
2 changed files with 50 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ description: Master index of all skills in your robot assistant system. Your ass
|
|||
| "create a meeting note," "make meeting notes," "add a meeting to my daily note," "set up a meeting note" | **meeting-notes** |
|
||||
| "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** |
|
||||
| "proofread this," "proofread my email," "clean up this dictation," "polish this email" | **proofread-business-writing** |
|
||||
| "polish my LinkedIn post," "clean up my LinkedIn draft," "turn this into a LinkedIn post," "edit my LinkedIn post" | **linkedin-post** |
|
||||
| "use mongodb," "query my database," "add to mongo," "mongo," "database," "docdb" | **mongodb** |
|
||||
|
|
@ -127,6 +128,12 @@ description: Master index of all skills in your robot assistant system. Your ass
|
|||
**File:** `skills/review-voice-notes/SKILL.md`
|
||||
**Dependencies:** `fd` CLI, voice notes at `~/notes/Inbox/voice_notes/`
|
||||
|
||||
### Proof Social Communications
|
||||
**Purpose:** Proofread dictated text for social messages (Slack, text, DM, etc.) to coworkers, friendly customers, and social connections. This is the default proofread skill for messages, slacks, and texts.
|
||||
**Triggers:** "proofread this social message," "polish this DM," "clean up this slack message," "proofread this text," "proofread this message," "proofread this slack"
|
||||
**File:** `skills/proof-social-comms/SKILL.md`
|
||||
**Dependencies:** None
|
||||
|
||||
### Proofread Business Writing
|
||||
**Purpose:** Proofreads dictated text into polished, business-appropriate emails. Applies style rules for tone, punctuation, product name capitalization, and corrects common mis-transcriptions of "Verkada." Appends Connor's email signature.
|
||||
**Triggers:** "proofread this," "proofread my email," "clean up this dictation," "polish this email," "proofread this business writing"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue