Add log-work-expense skill to skill index
This commit is contained in:
parent
e667cf0e39
commit
ac1b4f83f3
4 changed files with 161 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ description: Master index of all skills in your robot assistant system. Your ass
|
|||
| "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** |
|
||||
| "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** |
|
||||
|
||||
---
|
||||
|
|
@ -166,6 +167,12 @@ description: Master index of all skills in your robot assistant system. Your ass
|
|||
**File:** `skills/book-list/SKILL.md`
|
||||
**Dependencies:** mongodb skill (for database operations)
|
||||
|
||||
### Log Work Expense
|
||||
**Purpose:** Log work expenses (meals, mileage, etc.) into MongoDB (`wip.work_expenses`). Classifies receipt/odometer images via vision model, uploads to S2, and inserts via script.
|
||||
**Triggers:** "log this expense," "record this receipt," "add this to my work expenses," "mileage for XYZ," "meals for XYZ"
|
||||
**File:** `skills/log-work-expense/SKILL.md`
|
||||
**Dependencies:** mongodb skill (for database operations), S2 upload endpoint, `classify_image.py` and `log_expense.py` scripts
|
||||
|
||||
### Prep Tech Screen
|
||||
**Purpose:** Two-phase skill for Verkada Enterprise SE peer technical interviews. Phase 1 prepares interview questions by reading the candidate's resume, cross-referencing the Peer Tech Screen Guide, and producing a structured meeting note with checkboxed questions. Phase 2 organizes post-interview feedback into the Greenhouse scorecard format by pulling from the interviewer's voice dictation, meeting notes, and interview transcript (in priority order).
|
||||
**Triggers:** "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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue