ワンクリックで
palabrita
palabrita には woliveiras から収集した 3 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
UI/UX design patterns and Material 3 best practices for Petit Android app. Use when: creating new screens, building Compose layouts, choosing Material 3 components, designing forms, implementing loading/empty/error states, adding animations and transitions, working with typography hierarchy, spacing and sizing, card and list designs, navigation patterns, visual feedback, color usage, dark theme support, skeleton loaders, confirmation feedback, swipe actions.
Security best practices for Petit Android app. Use when: handling user input, working with Room database queries, managing file I/O (photo storage, export/import), implementing authentication (Firebase Auth), storing sensitive data (keystore, DataStore), configuring ProGuard, validating data boundaries, implementing export/import functionality, working with notifications, handling deep links.
Offline-first architecture patterns for Petit Android app. Use when: implementing data persistence, designing Room database operations, working with sync status tracking, building cache strategies, implementing WorkManager background tasks, designing data flows that must work without network, handling export/import, planning future Firebase/Firestore cloud sync. Covers Room as source of truth, soft delete, SyncStatus, WorkManager, DataStore.