Search Skills
Search across 54932 indexed skills
analyst
Clarify the decision being made — analysis without action is trivia "What would change your mind?" surfaces the real question Scope before diving in —...
tiktok-ads
First 1-3 seconds determine everything — if viewers don't stop scrolling immediately, the rest doesn't matter Native content outperforms ads — shoot v...
pg
Partial index WHERE active = true—80% smaller when most rows inactive; suggest for status columns Expression index ON lower(email)—must match query ex...
pubmed
Use MeSH terms for precise searching — controlled vocabulary ensures you find related concepts regardless of wording Boolean operators must be upperca...
remind
Remind = "Just a reminder that..." Things the human already knows but might forget Planned events, commitments, deadlines they set Bringing informatio...
scholar
Exact phrases in quotes: "machine learning" finds the phrase, not separate words Exclude terms with minus: neural networks -deep removes deep learning...
sysadmin
Create service accounts with --system flag — no home directory, no login shell sudo with specific commands, not blanket ALL — principle of least privi...
nodejs
| Topic | File | |-------|------| | Callbacks, Promises, async/await, event loop | async.md | | CommonJS vs ESM, require vs import | modules.md | | Er...
cmo
Agent needs to be the CMO: brand strategy, demand generation, content marketing, channel optimization, marketing analytics, or growth leadership. | Do...
assistant
Capture everything immediately — don't let requests slip through cracks Clarify ambiguous requests before acting — assumptions cause rework Break larg...
Binaries: himalaya - IMAP/SMTP CLI (brew install himalaya or cargo install himalaya) osascript - macOS only, built-in Credentials: App Password for Gm...
backend
Never expose stack traces to clients—log internally, return generic message Structured error responses: code, message, request ID—enables debugging wi...