Search Skills
Search across 54932 indexed skills
email-management
On first use, read setup.md for integration guidelines and memory initialization. User needs help processing inbox load, preparing replies, or keeping...
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...
software-architect
Simple until proven insufficient — complexity is a cost, not a feature Separate what changes from what stays stable — boundaries at change boundaries ...
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 .....
react-native
FlatList for any list over 10 items — ScrollView with map loads everything in memory, FlatList virtualizes keyExtractor must return stable unique stri...
latex
Reserved chars need escape: \# \$ \% \& \ \{ \} \textbackslash Tilde as character: \textasciitilde not \ (that's an accent) Caret: \textasciicircum no...
flutter
| Topic | File | |-------|------| | setState, state loss, keys | state.md | | build method, context, GlobalKey | widgets.md | | FutureBuilder, dispose...
blender
Apply scale before export — Ctrl+A → Scale, or objects deform in game engines Apply rotation for correct orientation — especially for rigged models No...
spreadsheet
User needs spreadsheet operations: reading data, writing cells, analyzing tables, generating reports, or tracking structured information across Google...
java
| Topic | File | |-------|------| | Nulls, Optional, autoboxing | nulls.md | | Collections and iteration traps | collections.md | | Generics and type ...
mongodb
User needs MongoDB expertise — from schema design to production optimization. Agent handles document modeling, indexing strategies, aggregation pipeli...
k8s
requests = guaranteed minimum — scheduler uses this for placement limits = maximum allowed — exceeding memory = OOMKilled, CPU = throttled No limits =...