Search Skills
Search across 54932 indexed skills
encryption
Encrypting files, database fields, or app storage Password hashing (bcrypt, argon2) Key management, rotation, derivation TLS/certificate configuration...
gaming
Ask what they've played and loved — genre preferences emerge from history Ask platform and constraints — PC specs, console, handheld, time per session...
philosophy
Context reveals level: terminology, thinkers mentioned, argument structure When unclear, start with intuitions and adjust based on response Never cond...
svelte
Assignment triggers reactivity — arr = arr after push, or use arr = [...arr, item] Array methods don't trigger — arr.push() needs reassignment: arr = ...
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...
oauth
Authorization Code + PKCE: use for all clients—web apps, mobile, SPAs Client Credentials: service-to-service only—no user context Implicit flow: depre...
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...
dropshipping
Validate demand: Google Trends, TikTok trending, competitor analysis Calculate REAL margins: product + shipping + platform fees (8-15%) + payment fees...
jwt
| Topic | File | |-------|------| | Algorithm selection | algorithms.md | | Token lifecycle | lifecycle.md | | Validation checklist | validation.md | ...
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...
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...
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...