Add MongoDB skill to skills folder and update skill index

This commit is contained in:
Connor Rhodes 2026-04-19 01:32:28 +00:00
parent dc26b7fb40
commit e487b28c44
3 changed files with 158 additions and 0 deletions

View file

@ -29,6 +29,7 @@ description: Master index of all skills in your robot assistant system. Your ass
| "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** |
| "use mongodb," "query my database," "add to mongo," "mongo," "database," "docdb" | **mongodb** |
---
@ -136,6 +137,12 @@ description: Master index of all skills in your robot assistant system. Your ass
**File:** `skills/linkedin-post/SKILL.md`
**Dependencies:** None
### MongoDB
**Purpose:** Interact with the MongoDB instance at docdb.connorrhodes.com. Use this skill whenever the user wants to query, insert, update, or delete data in MongoDB, list databases or collections, explore schema, run aggregations, or do anything involving their database.
**Triggers:** "use mongodb," "query my database," "add to mongo," "mongo," "database," "docdb"
**File:** `skills/mongodb/SKILL.md`
**Dependencies:** Python with `pymongo`, `uv` CLI for dependency management
---
## Adding New Skills