Found 875 skills for "ivangdavila" Page 44 of 73

encryption

Encrypting files, database fields, or app storage Password hashing (bcrypt, argon2) Key management, rotation, derivation TLS/certificate configuration...

clawhub 6 files

gaming

Ask what they've played and loved — genre preferences emerge from history Ask platform and constraints — PC specs, console, handheld, time per session...

clawhub 3 files

philosophy

Context reveals level: terminology, thinkers mentioned, argument structure When unclear, start with intuitions and adjust based on response Never cond...

clawhub 3 files

svelte

Assignment triggers reactivity — arr = arr after push, or use arr = [...arr, item] Array methods don't trigger — arr.push() needs reassignment: arr = ...

clawhub 3 files

studying

This skill auto-evolves. User preferences persist in /studying/memory.md. Create on first use: Empty sections = no preference yet. Observe and fill. L...

clawhub 5 files

oauth

Authorization Code + PKCE: use for all clients—web apps, mobile, SPAs Client Credentials: service-to-service only—no user context Implicit flow: depre...

clawhub 3 files

ads

Starting with daily budgets too low to exit learning phase — platforms need 50+ conversions/week per ad set to optimize properly Spreading budget acro...

clawhub 3 files

dropshipping

Validate demand: Google Trends, TikTok trending, competitor analysis Calculate REAL margins: product + shipping + platform fees (8-15%) + payment fees...

clawhub 6 files

jwt

| Topic | File | |-------|------| | Algorithm selection | algorithms.md | | Token lifecycle | lifecycle.md | | Validation checklist | validation.md | ...

clawhub 7 files

regex

. is greedy—matches as much as possible; .? is lazy—matches minimum Greedy often overshoots: <.> on <a>b</a> matches entire string, not <a> Default qu...

clawhub 3 files

flashcards

One fact per card: Never combine multiple concepts. "What is X?" not "What are X, Y, and Z?" Atomic questions: Break complex topics into smallest test...

clawhub 3 files

video-downloader

Download single videos from user-provided URLs with predictable quality, format, and output paths. On first use, read setup.md for integration guideli...

clawhub 7 files