create new skill: prep-tech-screen

This commit is contained in:
Connor Rhodes 2026-04-23 09:06:17 -05:00
parent b60f5d8c47
commit d34bd7d27c
3 changed files with 501 additions and 0 deletions

View file

@ -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** |
| "prep for this interview," "prep a tech screen," "prepare for this technical interview," "tech screen prep," "interview prep" | **prep-tech-screen** |
---
@ -165,6 +166,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)
### Prep Tech Screen
**Purpose:** Prepare interview questions for a Verkada Enterprise Solutions Engineer peer technical interview. Reads a candidate's resume, cross-references the Peer Tech Screen Guide, and produces a structured meeting note with checkboxed questions organized by scorecard category. Links the meeting note in the daily note.
**Triggers:** "prep for this interview," "prep a tech screen," "prepare for this technical interview," "tech screen prep," "interview prep"
**File:** `skills/prep-tech-screen/SKILL.md`
**Dependencies:** `pdftotext` CLI (for PDF resume extraction)
---
## Adding New Skills