skills/organizing-downloads/SKILL.md
Organizes files in the local Downloads folder into proper folders. Use when asked to organize, sort, or file downloaded documents.
npx skillsauth add abhiroopb/synthetic-mind organizing-downloadsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Scans the local filesystem at C:\Users\basua\Dropbox\Downloads, identifies each file's content, and moves/renames it according to the rules below.
run_shell_command with PowerShell) for all scanning, moving, and renaming.C:\Users\basua\Dropbox\Downloads.Select-String or Get-Content -Raw to search for entity names (e.g., "Sutter", "Block", "Fidelity", "EBMUD"), subjects ("Health", "Salary", "Dividend"), and confirmation codes.C:\Users\basua\Dropbox for subfolders matching extracted keywords to find the established home for such documents.#, Original Filename, New Name, Destination Folder, and Rationale (why you chose this name/folder).move, replace, or delete files.YYYY-MM-DD.C:\Users\basua\Dropbox\Money\Receipts\{YEAR}\YYYY-MM-DD - Item Name (Business Name).pdfC:\Users\basua\Dropbox\Documents\2424 Tulare Ave\Contractors\{Contractor Name}\YYYY-MM-DD - Description.pdfC:\Users\basua\Dropbox\Money\Banks\{Bank Name}\{Account Folder}\Statements\YYYY-MM-DD.pdf (statement end date).C:\Users\basua\Dropbox\Documents\2424 Tulare Ave\Utilities\{Utility Name}\YYYY-MM-DD.pdfEBSAN\Statement\.EBMUD/.PG&E/.Sonic/.C:\Users\basua\Dropbox\Money\Payslips\Abhi\{YEAR}\YYYY-MM-DD.pdf.C:\Users\basua\Dropbox\Documents\Car\FasTrak\YYYY-MM-DD.pdf.C:\Users\basua\Dropbox\Documents\Health\Abhi\Dental\YYYY-MM-DD - Delta Dental.pdf (No "EOB" in name).C:\Users\basua\Dropbox\Documents\Health\Zareen\Bill Payments\YYYY-MM-DD - Aetna EOB.pdf.C:\Users\basua\Dropbox\Documents\Health\Abhi\Visits\YYYY-MM-DD - Description.pdf.C:\Users\basua\Dropbox\Documents\Health\Zareen\Bill Payments\YYYY-MM-DD - Description.pdf. (No "Health" prefix, no year folders).C:\Users\basua\Dropbox\Money\Tax\Abhi\YA{YEAR}\Documents\{Owner} - {Entity} - {Form/Type}.pdf (e.g., Abhi - Fidelity (HSA) - 5498-SA.pdf).C:\Users\basua\Dropbox\Travel\{YYYY-MM - Destination}\YYYY-MM-DD - Description (Details).pdf.testing
Track TV shows and movies with Trakt.tv. Search, get watchlist, history, up-next, recommendations, trending, calendar, ratings, stats, add/remove from watchlist, mark watched, rate, and check in. Use when asked about what to watch, TV shows, movies, watch history, or Trakt.
development
Send and receive SMS messages via Twilio API. Used for text message notifications, forwarding important alerts, and two-way SMS communication.
tools
Book and manage appointments on Sutter Health MyHealth Online portal. Uses browser automation via Playwright MCP to interact with the patient portal.
development
Process incoming Rocket Mortgage billing statements. Copies PDF from Dropbox Downloads to the Payments folder, extracts payment data, updates the Google Sheet tracker, adds Dropbox shareable link, and deletes the original. Use when a mortgage statement arrives or is mentioned in Downloads.