Add proof-social-comms skill for Slack/text/DM proofreading

This commit is contained in:
Connor Rhodes 2026-04-19 12:11:24 -05:00
parent 61a617b086
commit 4a529750c6
2 changed files with 50 additions and 0 deletions

View file

@ -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** | | "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** | | "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** | | "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** | | "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** | | "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** | | "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` **File:** `skills/review-voice-notes/SKILL.md`
**Dependencies:** `fd` CLI, voice notes at `~/notes/Inbox/voice_notes/` **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 ### 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. **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" **Triggers:** "proofread this," "proofread my email," "clean up this dictation," "polish this email," "proofread this business writing"

View file

@ -0,0 +1,43 @@
---
name: proof-social-comms
description: Proofread dictated text for social messages (Slack, text, DM, etc.) to coworkers, friendly customers, and social connections.
triggers:
- proofread this social message
- polish this DM
- clean up this slack message
- proofread my social
- proof social comm
- proofread this text
- proofread this message
- proofread this slack
- clean up this text
---
# Proof Social Communications
Proofread dictated text so that it is appropriate to send as a social message to a coworker, friendly customer, or social connection.
## Style
### Don't use a prescriptive tone
Avoid being too prescriptive in your tone. We don't want to tell the recipient what to do. We want to make recommendations as a consultant.
Instead of: "We should..."
Say: "We will want to..."
## Punctuation Rules
**Prefer multiple sentences instead of semicolons**
Instead of: "It was great seeing you earlier this week; thank you for hosting us."
Say: "It was great seeing you earlier this week. Thank you for hosting us!"
**Use commas instead of em dashes**
Instead of: "The three hikers — exhausted, hungry, and cold — finally reached the summit as the sun began to set."
Say: "The three hikers, exhausted, hungry, and cold, finally reached the summit as the sun began to set."
## Text Formatting Rules
- Do not bold any text.