Found 875 skills for "ivangdavila" Page 58 of 73

email-management

On first use, read setup.md for integration guidelines and memory initialization. User needs help processing inbox load, preparing replies, or keeping...

clawhub 11 files

android

adb install -r -t app-debug.apk adb logcat -s "YourApp:" ":E" android { compileSdk 35 defaultConfig { targetSdk 35 // MUST match or Play Console reje...

clawhub 3 files

software-architect

Simple until proven insufficient — complexity is a cost, not a feature Separate what changes from what stays stable — boundaries at change boundaries ...

clawhub 3 files

redis-store

Keys without TTL live forever—set expiry on every cache key: SET key value EX 3600 Can't add TTL after SET without another command—use SETEX or SET .....

clawhub 3 files

react-native

FlatList for any list over 10 items — ScrollView with map loads everything in memory, FlatList virtualizes keyExtractor must return stable unique stri...

clawhub 3 files

latex

Reserved chars need escape: \# \$ \% \& \ \{ \} \textbackslash Tilde as character: \textasciitilde not \ (that's an accent) Caret: \textasciicircum no...

clawhub 3 files

flutter

| Topic | File | |-------|------| | setState, state loss, keys | state.md | | build method, context, GlobalKey | widgets.md | | FutureBuilder, dispose...

clawhub 9 files

blender

Apply scale before export — Ctrl+A → Scale, or objects deform in game engines Apply rotation for correct orientation — especially for rigged models No...

clawhub 3 files

spreadsheet

User needs spreadsheet operations: reading data, writing cells, analyzing tables, generating reports, or tracking structured information across Google...

clawhub 7 files

java

| Topic | File | |-------|------| | Nulls, Optional, autoboxing | nulls.md | | Collections and iteration traps | collections.md | | Generics and type ...

clawhub 11 files

mongodb

User needs MongoDB expertise — from schema design to production optimization. Agent handles document modeling, indexing strategies, aggregation pipeli...

clawhub 7 files

k8s

requests = guaranteed minimum — scheduler uses this for placement limits = maximum allowed — exceeding memory = OOMKilled, CPU = throttled No limits =...

clawhub 3 files