add brag-sheet skill

This commit is contained in:
Connor Rhodes 2026-05-12 09:18:15 -05:00
parent 7c4bce7f81
commit 1c33f57557
2 changed files with 79 additions and 0 deletions

View file

@ -38,6 +38,7 @@ description: Master index of all skills in your robot assistant system. Your ass
| "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** |
| "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** |
---
@ -193,6 +194,12 @@ description: Master index of all skills in your robot assistant system. Your ass
**File:** `skills/se-in-the-wild/SKILL.md`
**Dependencies:** None
### Brag Sheet
**Purpose:** Add kudos, congratulations, and accomplishments to a MongoDB collection for use in performance reviews, job applications, etc.
**Triggers:** "add this to my brag sheet," "log this kudos," "save this feedback," "add to brag sheet," "log a win"
**File:** `skills/brag-sheet/SKILL.md`
**Dependencies:** mongodb skill (for database operations), Python with `pymongo`, `uv` CLI
---
## Adding New Skills