Found 875 skills for "ivangdavila" Page 60 of 73

analyst

Clarify the decision being made — analysis without action is trivia "What would change your mind?" surfaces the real question Scope before diving in —...

clawhub 3 files

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...

clawhub 3 files

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...

clawhub 3 files

pubmed

Use MeSH terms for precise searching — controlled vocabulary ensures you find related concepts regardless of wording Boolean operators must be upperca...

clawhub 3 files

remind

Remind = "Just a reminder that..." Things the human already knows but might forget Planned events, commitments, deadlines they set Bringing informatio...

clawhub 5 files

scholar

Exact phrases in quotes: "machine learning" finds the phrase, not separate words Exclude terms with minus: neural networks -deep removes deep learning...

clawhub 3 files

sysadmin

Create service accounts with --system flag — no home directory, no login shell sudo with specific commands, not blanket ALL — principle of least privi...

clawhub 3 files

nodejs

| Topic | File | |-------|------| | Callbacks, Promises, async/await, event loop | async.md | | CommonJS vs ESM, require vs import | modules.md | | Er...

clawhub 11 files

cmo

Agent needs to be the CMO: brand strategy, demand generation, content marketing, channel optimization, marketing analytics, or growth leadership. | Do...

clawhub 7 files

assistant

Capture everything immediately — don't let requests slip through cracks Clarify ambiguous requests before acting — assumptions cause rework Break larg...

clawhub 3 files

mail

Binaries: himalaya - IMAP/SMTP CLI (brew install himalaya or cargo install himalaya) osascript - macOS only, built-in Credentials: App Password for Gm...

clawhub 6 files

backend

Never expose stack traces to clients—log internally, return generic message Structured error responses: code, message, request ID—enables debugging wi...

clawhub 3 files