Add send-to-support skill and update skill index

This commit is contained in:
Connor Rhodes 2026-05-12 09:35:27 -05:00
parent 1c33f57557
commit 37e767101e
2 changed files with 51 additions and 0 deletions

View file

@ -39,6 +39,7 @@ description: Master index of all skills in your robot assistant system. Your ass
| "proofread this for confession," "organize my confession notes," "clean up my examination of conscience," "prep for confession" | **confession-script** |
| "write a field post," "se in the wild," "site visit post," "customer visit writeup," "onsite recap," "field post" | **se-in-the-wild** |
| "add this to my brag sheet," "log this kudos," "save this feedback," "add to brag sheet," "log a win" | **brag-sheet** |
| "support punt," "forward to support," "send to support," "punt this to support," "hand off to support" | **send-to-support** |
---
@ -200,6 +201,12 @@ description: Master index of all skills in your robot assistant system. Your ass
**File:** `skills/brag-sheet/SKILL.md`
**Dependencies:** mongodb skill (for database operations), Python with `pymongo`, `uv` CLI
### Send to Support
**Purpose:** Convert a customer email thread into a concise internal Slack message for the technical support team, with a top-level summary and a threaded reply with full technical context.
**Triggers:** "support punt," "forward to support," "send to support," "punt this to support," "hand off to support"
**File:** `skills/send-to-support/SKILL.md`
**Dependencies:** None
---
## Adding New Skills