Add confession-script skill for examination of conscience prep

This commit is contained in:
Connor Rhodes 2026-05-01 18:50:24 -05:00
parent 554d5e8f27
commit dff3b0e3e3
2 changed files with 74 additions and 0 deletions

View file

@ -36,6 +36,7 @@ description: Master index of all skills in your robot assistant system. Your ass
| "add this to my book list," "add to my books," "what's on my reading list," "show me my to-read books" | **book-list** |
| "log this expense," "record this receipt," "add this to my work expenses," "mileage for XYZ," "meals for XYZ" | **log-work-expense** |
| "prep for this interview," "prep a tech screen," "prepare for this technical interview," "tech screen prep," "interview prep," "organize my interview feedback," "write up my interview notes," "generate scorecard feedback" | **prep-tech-screen** |
| "proofread this for confession," "organize my confession notes," "clean up my examination of conscience," "prep for confession" | **confession-script** |
---
@ -179,6 +180,12 @@ description: Master index of all skills in your robot assistant system. Your ass
**File:** `skills/prep-tech-screen/SKILL.md`
**Dependencies:** `pdftotext` CLI (for PDF resume extraction), mongodb skill (for querying voice dictations post-interview)
### Confession Script
**Purpose:** Proofreads voice dictation into a structured examination of conscience note using the standard Roman Catholic format (opening prayer, numbered sins, closing script, space for penance). Captures common threads and resolutions.
**Triggers:** "proofread this for confession," "organize my confession notes," "clean up my examination of conscience," "prep for confession," "examination of conscience"
**File:** `skills/confession-script/SKILL.md`
**Dependencies:** None
---
## Adding New Skills