update se-note skill: remove code block requirement, add output/file workflow, support direct-from-user context

This commit is contained in:
Connor Rhodes 2026-04-15 10:01:03 -05:00
parent 4719c9f025
commit dc26b7fb40
2 changed files with 16 additions and 10 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** |
| "review voice notes," "what voice notes do I have," "show me today's voice notes," "review my dictations" | **review-voice-notes** |
| "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** |
---
@ -129,6 +130,12 @@ description: Master index of all skills in your robot assistant system. Your ass
**File:** `skills/proofread-business-writing/SKILL.md`
**Dependencies:** None
### LinkedIn Post
**Purpose:** Polish dictated drafts into publish-ready LinkedIn posts that build a personal brand around trust, relationships, and collaborative problem-solving.
**Triggers:** "polish my LinkedIn post," "clean up my LinkedIn draft," "turn this into a LinkedIn post," "edit my LinkedIn post"
**File:** `skills/linkedin-post/SKILL.md`
**Dependencies:** None
---
## Adding New Skills