发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Touch Psychology Reference
> Deep dive into mobile touch interaction, Fitts' Law for touch, thumb zone anatomy, gesture psychology, and haptic feedback. > **This is the mobile equivalent of ux-psychology.md - CRITICAL for all mobile work.**
iOS Platform Guidelines
> Human Interface Guidelines (HIG) essentials, iOS design conventions, SF Pro typography, and native patterns. > **Read this file when building for iPhone/iPad.**
Android Platform Guidelines
> Material Design 3 essentials, Android design conventions, Roboto typography, and native patterns. > **Read this file when building for Android devices.**
Mobile Typography Reference
> Type scale, system fonts, Dynamic Type, accessibility, and dark mode typography. > **Typography failures are the #1 cause of unreadable mobile apps.**
Mobile Testing Patterns
> **Mobile testing is NOT web testing. Different constraints, different strategies.** > This file teaches WHEN to use each testing approach and WHY. > **Code examples are minimal - focus on decision-making.**
Mobile Performance Reference
> Deep dive into React Native and Flutter performance optimization, 60fps animations, memory management, and battery considerations. > **This file covers the #1 area where AI-generated code FAILS.**
Mobile Navigation Reference
> Navigation patterns, deep linking, back handling, and tab/stack/drawer decisions. > **Navigation is the skeleton of your app—get it wrong and everything feels broken.**
Mobile Design Thinking
> **This file prevents AI from using memorized patterns and forces genuine thinking.** > Mechanisms to prevent standard AI training defaults in mobile development. > **The mobile equivalent of frontend's layout decomposition approach.**
Mobile Debugging Guide
> **Stop console.log() debugging!** > Mobile apps have complex native layers. Text logs are not enough. > **This file teaches effective mobile debugging strategies.**
Mobile Color System Reference
> OLED optimization, dark mode, battery-aware colors, and outdoor visibility. > **Color on mobile isn't just aesthetics—it's battery life and usability.**
Mobile Backend Patterns
> **This file covers backend/API patterns SPECIFIC to mobile clients.** > Generic backend patterns are in `nodejs-best-practices` and `api-patterns`. > **Mobile backend is NOT the same as web backend. Different constraints, different patterns.**
Mobile Decision Trees
> Framework selection, state management, storage strategy, and context-based decisions. > **These are THINKING guides, not copy-paste answers.**