ac-framework 1.9.3 β 1.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -0
- package/README.md +34 -0
- package/bin/postinstall.js +15 -1
- package/framework/mobile_development/.agent/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.agent/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.agent/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.agent/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.agent/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.agent/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.agent/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.agent/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.agent/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.agent/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.agent/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.agent/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.agent/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.agent/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.agent/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.agent/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.agent/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.agent/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.agent/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.agent/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.agent/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.agent/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.agent/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.agent/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.agent/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.agent/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.agent/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.agent/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.agent/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.agent/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.agent/workflows/ac-lite.md +70 -179
- package/framework/mobile_development/.agent/workflows/ac.md +226 -410
- package/framework/mobile_development/.amazonq/prompts/ac-lite.md +70 -179
- package/framework/mobile_development/.amazonq/prompts/ac.md +226 -410
- package/framework/mobile_development/.amazonq/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.amazonq/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.amazonq/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.amazonq/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.amazonq/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.amazonq/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.amazonq/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.amazonq/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.amazonq/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.amazonq/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.amazonq/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.amazonq/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.amazonq/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.amazonq/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.amazonq/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.amazonq/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.amazonq/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.amazonq/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.amazonq/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.amazonq/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.amazonq/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.amazonq/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.amazonq/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.amazonq/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.amazonq/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.amazonq/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.amazonq/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.amazonq/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.amazonq/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.amazonq/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.antigravity/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.antigravity/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.antigravity/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.antigravity/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.antigravity/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.antigravity/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.antigravity/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.antigravity/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.antigravity/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.antigravity/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.antigravity/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.antigravity/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.antigravity/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.antigravity/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.antigravity/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.antigravity/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.antigravity/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.antigravity/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.antigravity/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.antigravity/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.antigravity/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.antigravity/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.antigravity/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.antigravity/workflows/ac-lite.md +70 -179
- package/framework/mobile_development/.antigravity/workflows/ac.md +226 -410
- package/framework/mobile_development/.augment/commands/ac-lite.md +70 -179
- package/framework/mobile_development/.augment/commands/ac.md +226 -410
- package/framework/mobile_development/.augment/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.augment/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.augment/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.augment/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.augment/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.augment/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.augment/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.augment/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.augment/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.augment/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.augment/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.augment/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.augment/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.augment/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.augment/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.augment/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.augment/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.augment/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.augment/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.augment/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.augment/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.augment/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.augment/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.augment/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.augment/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.augment/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.augment/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.augment/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.augment/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.augment/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.claude/commands/opsx/ac-lite.md +70 -179
- package/framework/mobile_development/.claude/commands/opsx/ac.md +226 -410
- package/framework/mobile_development/.claude/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.claude/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.claude/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.claude/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.claude/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.claude/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.claude/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.claude/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.claude/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.claude/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.claude/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.claude/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.claude/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.claude/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.claude/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.claude/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.claude/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.claude/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.claude/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.claude/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.claude/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.claude/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.claude/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.claude/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.claude/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.claude/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.claude/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.claude/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.claude/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.claude/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.cline/commands/opsx/ac-lite.md +70 -179
- package/framework/mobile_development/.cline/commands/opsx/ac.md +226 -410
- package/framework/mobile_development/.cline/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.cline/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.cline/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.cline/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.cline/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.cline/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.cline/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.cline/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.cline/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.cline/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.cline/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.cline/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.cline/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.cline/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.cline/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.cline/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.cline/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.cline/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.cline/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.cline/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.cline/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.cline/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.cline/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.cline/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.cline/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.cline/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.cline/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.cline/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.cline/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.cline/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.clinerules/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.clinerules/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.clinerules/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.clinerules/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.clinerules/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.clinerules/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.clinerules/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.clinerules/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.clinerules/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.clinerules/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.clinerules/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.clinerules/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.clinerules/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.clinerules/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.clinerules/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.clinerules/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.clinerules/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.clinerules/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.clinerules/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.clinerules/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.clinerules/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.clinerules/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.clinerules/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.clinerules/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.clinerules/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.clinerules/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.clinerules/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.clinerules/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.clinerules/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.clinerules/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.clinerules/workflows/ac-lite.md +70 -179
- package/framework/mobile_development/.clinerules/workflows/ac.md +226 -410
- package/framework/mobile_development/.codebuddy/commands/opsx/ac-lite.md +70 -179
- package/framework/mobile_development/.codebuddy/commands/opsx/ac.md +226 -410
- package/framework/mobile_development/.codebuddy/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.codebuddy/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.codebuddy/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.codebuddy/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.codebuddy/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.codebuddy/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.codebuddy/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.codebuddy/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.codebuddy/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.codex/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.codex/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.codex/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.codex/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.codex/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.codex/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.codex/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.codex/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.codex/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.codex/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.codex/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.codex/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.codex/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.codex/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.codex/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.codex/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.codex/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.codex/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.codex/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.codex/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.codex/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.codex/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.codex/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.codex/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.codex/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.codex/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.codex/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.codex/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.codex/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.codex/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.continue/prompts/ac-lite.md +70 -179
- package/framework/mobile_development/.continue/prompts/ac.md +226 -410
- package/framework/mobile_development/.continue/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.continue/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.continue/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.continue/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.continue/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.continue/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.continue/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.continue/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.continue/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.continue/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.continue/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.continue/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.continue/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.continue/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.continue/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.continue/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.continue/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.continue/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.continue/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.continue/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.continue/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.continue/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.continue/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.continue/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.continue/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.continue/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.continue/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.continue/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.continue/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.continue/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.cospec/openspec/commands/ac-lite.md +70 -179
- package/framework/mobile_development/.cospec/openspec/commands/ac.md +226 -410
- package/framework/mobile_development/.cospec/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.cospec/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.cospec/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.cospec/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.cospec/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.cospec/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.cospec/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.cospec/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.cospec/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.cospec/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.cospec/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.cospec/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.cospec/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.cospec/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.cospec/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.cospec/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.cospec/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.cospec/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.cospec/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.cospec/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.cospec/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.cospec/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.cospec/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.cospec/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.cospec/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.cospec/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.cospec/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.cospec/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.cospec/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.cospec/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.crush/commands/opsx/ac-lite.md +70 -179
- package/framework/mobile_development/.crush/commands/opsx/ac.md +226 -410
- package/framework/mobile_development/.crush/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.crush/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.crush/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.crush/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.crush/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.crush/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.crush/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.crush/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.crush/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.crush/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.crush/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.crush/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.crush/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.crush/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.crush/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.crush/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.crush/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.crush/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.crush/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.crush/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.crush/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.crush/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.crush/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.crush/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.crush/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.crush/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.crush/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.crush/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.crush/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.crush/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.cursor/commands/ac-lite.md +70 -179
- package/framework/mobile_development/.cursor/commands/ac.md +226 -410
- package/framework/mobile_development/.cursor/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.cursor/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.cursor/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.cursor/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.cursor/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.cursor/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.cursor/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.cursor/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.cursor/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.cursor/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.cursor/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.cursor/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.cursor/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.cursor/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.cursor/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.cursor/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.cursor/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.cursor/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.cursor/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.cursor/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.cursor/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.cursor/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.cursor/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.cursor/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.cursor/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.cursor/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.cursor/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.cursor/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.cursor/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.cursor/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.factory/commands/ac-lite.md +70 -179
- package/framework/mobile_development/.factory/commands/ac.md +226 -410
- package/framework/mobile_development/.factory/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.factory/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.factory/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.factory/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.factory/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.factory/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.factory/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.factory/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.factory/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.factory/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.factory/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.factory/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.factory/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.factory/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.factory/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.factory/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.factory/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.factory/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.factory/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.factory/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.factory/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.factory/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.factory/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.factory/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.factory/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.factory/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.factory/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.factory/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.factory/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.factory/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.gemini/commands/opsx/ac-lite.md +70 -179
- package/framework/mobile_development/.gemini/commands/opsx/ac.md +226 -410
- package/framework/mobile_development/.gemini/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.gemini/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.gemini/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.gemini/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.gemini/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.gemini/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.gemini/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.gemini/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.gemini/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.gemini/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.gemini/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.gemini/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.gemini/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.gemini/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.gemini/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.gemini/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.gemini/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.gemini/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.gemini/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.gemini/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.gemini/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.gemini/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.gemini/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.gemini/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.gemini/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.gemini/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.gemini/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.gemini/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.gemini/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.gemini/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.github/prompts/ac-lite.md +70 -179
- package/framework/mobile_development/.github/prompts/ac.md +226 -410
- package/framework/mobile_development/.github/prompts/ac.prompt.md +282 -177
- package/framework/mobile_development/.github/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.github/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.github/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.github/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.github/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.github/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.github/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.github/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.github/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.github/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.github/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.github/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.github/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.github/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.github/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.github/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.github/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.github/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.github/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.github/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.github/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.github/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.github/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.github/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.github/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.github/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.github/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.github/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.github/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.github/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.iflow/commands/ac-lite.md +70 -179
- package/framework/mobile_development/.iflow/commands/ac.md +226 -410
- package/framework/mobile_development/.iflow/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.iflow/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.iflow/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.iflow/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.iflow/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.iflow/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.iflow/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.iflow/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.iflow/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.iflow/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.iflow/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.iflow/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.iflow/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.iflow/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.iflow/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.iflow/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.iflow/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.iflow/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.iflow/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.iflow/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.iflow/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.iflow/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.iflow/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.iflow/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.iflow/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.iflow/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.iflow/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.iflow/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.iflow/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.iflow/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.kilocode/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.kilocode/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.kilocode/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.kilocode/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.kilocode/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.kilocode/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.kilocode/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.kilocode/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.kilocode/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.kilocode/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.kilocode/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.kilocode/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.kilocode/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.kilocode/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.kilocode/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.kilocode/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.kilocode/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.kilocode/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.kilocode/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.kilocode/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.kilocode/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.kilocode/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.kilocode/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.kilocode/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.kilocode/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.kilocode/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.kilocode/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.kilocode/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.kilocode/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.kilocode/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.kilocode/workflows/ac-lite.md +70 -179
- package/framework/mobile_development/.kilocode/workflows/ac.md +226 -410
- package/framework/mobile_development/.kimi/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.kimi/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.kimi/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.kimi/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.kimi/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.kimi/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.kimi/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.kimi/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.kimi/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.kimi/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.kimi/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.kimi/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.kimi/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.kimi/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.kimi/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.kimi/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.kimi/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.kimi/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.kimi/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.kimi/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.kimi/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.kimi/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.kimi/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.kimi/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.kimi/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.kimi/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.kimi/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.kimi/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.kimi/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.kimi/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.kimi/workflows/ac-lite.md +70 -179
- package/framework/mobile_development/.kimi/workflows/ac.md +226 -410
- package/framework/mobile_development/.opencode/command/ac-lite.md +70 -179
- package/framework/mobile_development/.opencode/command/ac.md +226 -410
- package/framework/mobile_development/.opencode/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.opencode/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.opencode/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.opencode/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.opencode/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.opencode/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.opencode/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.opencode/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.opencode/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.opencode/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.opencode/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.opencode/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.opencode/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.opencode/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.opencode/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.opencode/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.opencode/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.opencode/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.opencode/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.opencode/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.opencode/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.opencode/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.opencode/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.opencode/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.opencode/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.opencode/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.opencode/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.opencode/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.opencode/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.opencode/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.qoder/commands/opsx/ac-lite.md +70 -179
- package/framework/mobile_development/.qoder/commands/opsx/ac.md +226 -410
- package/framework/mobile_development/.qoder/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.qoder/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.qoder/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.qoder/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.qoder/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.qoder/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.qoder/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.qoder/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.qoder/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.qoder/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.qoder/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.qoder/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.qoder/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.qoder/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.qoder/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.qoder/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.qoder/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.qoder/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.qoder/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.qoder/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.qoder/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.qoder/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.qoder/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.qoder/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.qoder/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.qoder/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.qoder/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.qoder/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.qoder/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.qoder/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.qwen/commands/ac-lite.md +70 -179
- package/framework/mobile_development/.qwen/commands/ac.md +226 -410
- package/framework/mobile_development/.qwen/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.qwen/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.qwen/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.qwen/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.qwen/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.qwen/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.qwen/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.qwen/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.qwen/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.qwen/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.qwen/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.qwen/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.qwen/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.qwen/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.qwen/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.qwen/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.qwen/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.qwen/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.qwen/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.qwen/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.qwen/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.qwen/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.qwen/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.qwen/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.qwen/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.qwen/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.qwen/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.qwen/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.qwen/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.qwen/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.roo/commands/ac-lite.md +70 -179
- package/framework/mobile_development/.roo/commands/ac.md +226 -410
- package/framework/mobile_development/.roo/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.roo/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.roo/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.roo/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.roo/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.roo/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.roo/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.roo/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.roo/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.roo/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.roo/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.roo/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.roo/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.roo/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.roo/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.roo/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.roo/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.roo/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.roo/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.roo/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.roo/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.roo/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.roo/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.roo/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.roo/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.roo/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.roo/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.roo/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.roo/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.roo/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.trae/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.trae/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.trae/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.trae/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.trae/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.trae/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.trae/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.trae/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.trae/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.trae/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.trae/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.trae/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.trae/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.trae/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.trae/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.trae/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.trae/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.trae/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.trae/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.trae/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.trae/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.trae/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.trae/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.trae/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.trae/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.trae/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.trae/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.trae/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.trae/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.trae/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.windsurf/skills/flutter-expert/SKILL.md +197 -0
- package/framework/mobile_development/.windsurf/skills/ios-developer/SKILL.md +217 -0
- package/framework/mobile_development/.windsurf/skills/mobile-android-design/SKILL.md +433 -0
- package/framework/mobile_development/.windsurf/skills/mobile-android-design/references/android-navigation.md +698 -0
- package/framework/mobile_development/.windsurf/skills/mobile-android-design/references/compose-components.md +796 -0
- package/framework/mobile_development/.windsurf/skills/mobile-android-design/references/material3-theming.md +604 -0
- package/framework/mobile_development/.windsurf/skills/mobile-design/SKILL.md +289 -0
- package/framework/mobile_development/.windsurf/skills/mobile-design/decision-trees.md +516 -0
- package/framework/mobile_development/.windsurf/skills/mobile-design/mobile-backend.md +491 -0
- package/framework/mobile_development/.windsurf/skills/mobile-design/mobile-color-system.md +420 -0
- package/framework/mobile_development/.windsurf/skills/mobile-design/mobile-debugging.md +122 -0
- package/framework/mobile_development/.windsurf/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/framework/mobile_development/.windsurf/skills/mobile-design/mobile-navigation.md +458 -0
- package/framework/mobile_development/.windsurf/skills/mobile-design/mobile-performance.md +767 -0
- package/framework/mobile_development/.windsurf/skills/mobile-design/mobile-testing.md +356 -0
- package/framework/mobile_development/.windsurf/skills/mobile-design/mobile-typography.md +433 -0
- package/framework/mobile_development/.windsurf/skills/mobile-design/platform-android.md +666 -0
- package/framework/mobile_development/.windsurf/skills/mobile-design/platform-ios.md +561 -0
- package/framework/mobile_development/.windsurf/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/framework/mobile_development/.windsurf/skills/mobile-design/touch-psychology.md +537 -0
- package/framework/mobile_development/.windsurf/skills/mobile-ios-design/SKILL.md +259 -0
- package/framework/mobile_development/.windsurf/skills/mobile-ios-design/references/hig-patterns.md +529 -0
- package/framework/mobile_development/.windsurf/skills/mobile-ios-design/references/ios-navigation.md +556 -0
- package/framework/mobile_development/.windsurf/skills/mobile-ios-design/references/swiftui-components.md +575 -0
- package/framework/mobile_development/.windsurf/skills/react-native-architecture/SKILL.md +666 -0
- package/framework/mobile_development/.windsurf/skills/react-native-design/SKILL.md +432 -0
- package/framework/mobile_development/.windsurf/skills/react-native-design/references/navigation-patterns.md +832 -0
- package/framework/mobile_development/.windsurf/skills/react-native-design/references/reanimated-patterns.md +775 -0
- package/framework/mobile_development/.windsurf/skills/react-native-design/references/styling-patterns.md +871 -0
- package/framework/mobile_development/.windsurf/skills/react-state-management/SKILL.md +430 -0
- package/framework/mobile_development/.windsurf/workflows/ac-lite.md +70 -179
- package/framework/mobile_development/.windsurf/workflows/ac.md +226 -410
- package/framework/mobile_development/AGENTS.md +205 -416
- package/framework/mobile_development/CLAUDE.md +205 -416
- package/framework/mobile_development/GEMINI.md +205 -416
- package/framework/mobile_development/copilot-instructions.md +205 -416
- package/framework/new_project/.opencode/command/ac.md +27 -0
- package/framework/new_project/AGENTS.md +27 -0
- package/framework/web_development/.opencode/command/ac.md +27 -0
- package/framework/web_development/AGENTS.md +27 -0
- package/package.json +1 -1
- package/src/agents/constants.js +8 -0
- package/src/agents/opencode-client.js +46 -0
- package/src/agents/orchestrator.js +179 -0
- package/src/agents/role-prompts.js +48 -0
- package/src/agents/scheduler.js +22 -0
- package/src/agents/state-store.js +240 -0
- package/src/cli.js +2 -0
- package/src/commands/agents.js +633 -0
- package/src/commands/init.js +105 -0
- package/src/mcp/collab-server.js +198 -0
- package/src/services/dependency-installer.js +98 -0
- package/src/services/mcp-installer.js +82 -54
|
@@ -0,0 +1,420 @@
|
|
|
1
|
+
# Mobile Color System Reference
|
|
2
|
+
|
|
3
|
+
> OLED optimization, dark mode, battery-aware colors, and outdoor visibility.
|
|
4
|
+
> **Color on mobile isn't just aestheticsβit's battery life and usability.**
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## 1. Mobile Color Fundamentals
|
|
9
|
+
|
|
10
|
+
### Why Mobile Color is Different
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
DESKTOP: MOBILE:
|
|
14
|
+
βββ LCD screens (backlit) βββ OLED common (self-emissive)
|
|
15
|
+
βββ Controlled lighting βββ Outdoor, bright sun
|
|
16
|
+
βββ Stable power βββ Battery matters
|
|
17
|
+
βββ Personal preference βββ System-wide dark mode
|
|
18
|
+
βββ Static viewing βββ Variable angles, motion
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
### Mobile Color Priorities
|
|
22
|
+
|
|
23
|
+
| Priority | Why |
|
|
24
|
+
|----------|-----|
|
|
25
|
+
| **1. Readability** | Outdoor, variable lighting |
|
|
26
|
+
| **2. Battery efficiency** | OLED = dark mode saves power |
|
|
27
|
+
| **3. System integration** | Dark/light mode support |
|
|
28
|
+
| **4. Semantics** | Error, success, warning colors |
|
|
29
|
+
| **5. Brand** | After functional requirements |
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## 2. OLED Considerations
|
|
34
|
+
|
|
35
|
+
### How OLED Differs
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
LCD (Liquid Crystal Display):
|
|
39
|
+
βββ Backlight always on
|
|
40
|
+
βββ Black = backlight through dark filter
|
|
41
|
+
βββ Energy use = constant
|
|
42
|
+
βββ Dark mode = no battery savings
|
|
43
|
+
|
|
44
|
+
OLED (Organic LED):
|
|
45
|
+
βββ Each pixel emits own light
|
|
46
|
+
βββ Black = pixel OFF (zero power)
|
|
47
|
+
βββ Energy use = brighter pixels use more
|
|
48
|
+
βββ Dark mode = significant battery savings
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
### Battery Savings with OLED
|
|
52
|
+
|
|
53
|
+
```
|
|
54
|
+
Color energy consumption (relative):
|
|
55
|
+
|
|
56
|
+
#000000 (True Black) ββββββββββ 0%
|
|
57
|
+
#1A1A1A (Near Black) ββββββββββ ~15%
|
|
58
|
+
#333333 (Dark Gray) ββββββββββ ~30%
|
|
59
|
+
#666666 (Medium Gray) ββββββββββ ~50%
|
|
60
|
+
#FFFFFF (White) ββββββββββ 100%
|
|
61
|
+
|
|
62
|
+
Saturated colors also use significant power:
|
|
63
|
+
βββ Blue pixels: Most efficient
|
|
64
|
+
βββ Green pixels: Medium
|
|
65
|
+
βββ Red pixels: Least efficient
|
|
66
|
+
βββ Desaturated colors save more
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
### True Black vs Near Black
|
|
70
|
+
|
|
71
|
+
```
|
|
72
|
+
#000000 (True Black):
|
|
73
|
+
βββ Maximum battery savings
|
|
74
|
+
βββ Can cause "black smear" on scroll
|
|
75
|
+
βββ Sharp contrast (may be harsh)
|
|
76
|
+
βββ Used by Apple in pure dark mode
|
|
77
|
+
|
|
78
|
+
#121212 or #1A1A1A (Near Black):
|
|
79
|
+
βββ Still good battery savings
|
|
80
|
+
βββ Smoother scrolling (no smear)
|
|
81
|
+
βββ Slightly softer on eyes
|
|
82
|
+
βββ Material Design recommendation
|
|
83
|
+
|
|
84
|
+
RECOMMENDATION: #000000 for backgrounds, #0D0D0D-#1A1A1A for surfaces
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
## 3. Dark Mode Design
|
|
90
|
+
|
|
91
|
+
### Dark Mode Benefits
|
|
92
|
+
|
|
93
|
+
```
|
|
94
|
+
Users enable dark mode for:
|
|
95
|
+
βββ Battery savings (OLED)
|
|
96
|
+
βββ Reduced eye strain (low light)
|
|
97
|
+
βββ Personal preference
|
|
98
|
+
βββ AMOLED aesthetic
|
|
99
|
+
βββ Accessibility (light sensitivity)
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
### Dark Mode Color Strategy
|
|
103
|
+
|
|
104
|
+
```
|
|
105
|
+
LIGHT MODE DARK MODE
|
|
106
|
+
ββββββββββ βββββββββ
|
|
107
|
+
Background: #FFFFFF β #000000 or #121212
|
|
108
|
+
Surface: #F5F5F5 β #1E1E1E
|
|
109
|
+
Surface 2: #EEEEEE β #2C2C2C
|
|
110
|
+
|
|
111
|
+
Primary: #1976D2 β #90CAF9 (lighter)
|
|
112
|
+
Text: #212121 β #E0E0E0 (not pure white)
|
|
113
|
+
Secondary: #757575 β #9E9E9E
|
|
114
|
+
|
|
115
|
+
Elevation in dark mode:
|
|
116
|
+
βββ Higher = slightly lighter surface
|
|
117
|
+
βββ 0dp β 0% overlay
|
|
118
|
+
βββ 4dp β 9% overlay
|
|
119
|
+
βββ 8dp β 12% overlay
|
|
120
|
+
βββ Creates depth without shadows
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
### Text Colors in Dark Mode
|
|
124
|
+
|
|
125
|
+
| Role | Light Mode | Dark Mode |
|
|
126
|
+
|------|------------|-----------|
|
|
127
|
+
| Primary | #000000 (Black) | #E8E8E8 (Not pure white) |
|
|
128
|
+
| Secondary | #666666 | #B0B0B0 |
|
|
129
|
+
| Disabled | #9E9E9E | #6E6E6E |
|
|
130
|
+
| Links | #1976D2 | #8AB4F8 |
|
|
131
|
+
|
|
132
|
+
### Color Inversion Rules
|
|
133
|
+
|
|
134
|
+
```
|
|
135
|
+
DON'T just invert colors:
|
|
136
|
+
βββ Saturated colors become eye-burning
|
|
137
|
+
βββ Semantic colors lose meaning
|
|
138
|
+
βββ Brand colors may break
|
|
139
|
+
βββ Contrast ratios change unpredictably
|
|
140
|
+
|
|
141
|
+
DO create intentional dark palette:
|
|
142
|
+
βββ Desaturate primary colors
|
|
143
|
+
βββ Use lighter tints for emphasis
|
|
144
|
+
βββ Maintain semantic color meanings
|
|
145
|
+
βββ Check contrast ratios independently
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
---
|
|
149
|
+
|
|
150
|
+
## 4. Outdoor Visibility
|
|
151
|
+
|
|
152
|
+
### The Sunlight Problem
|
|
153
|
+
|
|
154
|
+
```
|
|
155
|
+
Screen visibility outdoors:
|
|
156
|
+
βββ Bright sun washes out low contrast
|
|
157
|
+
βββ Glare reduces readability
|
|
158
|
+
βββ Polarized sunglasses affect
|
|
159
|
+
βββ Users shield screen with hand
|
|
160
|
+
|
|
161
|
+
Affected elements:
|
|
162
|
+
βββ Light gray text on white
|
|
163
|
+
βββ Subtle color differences
|
|
164
|
+
βββ Low opacity overlays
|
|
165
|
+
βββ Pastel colors
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
### High Contrast Strategies
|
|
169
|
+
|
|
170
|
+
```
|
|
171
|
+
For outdoor visibility:
|
|
172
|
+
|
|
173
|
+
MINIMUM CONTRAST RATIOS:
|
|
174
|
+
βββ Normal text: 4.5:1 (WCAG AA)
|
|
175
|
+
βββ Large text: 3:1 (WCAG AA)
|
|
176
|
+
βββ Recommended: 7:1+ (AAA)
|
|
177
|
+
|
|
178
|
+
AVOID:
|
|
179
|
+
βββ #999 on #FFF (fails AA)
|
|
180
|
+
βββ #BBB on #FFF (fails)
|
|
181
|
+
βββ Pale colors on light backgrounds
|
|
182
|
+
βββ Subtle gradients for critical info
|
|
183
|
+
|
|
184
|
+
DO:
|
|
185
|
+
βββ Use system semantic colors
|
|
186
|
+
βββ Test in bright environment
|
|
187
|
+
βββ Provide high contrast mode
|
|
188
|
+
βββ Use solid colors for critical UI
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
## 5. Semantic Colors
|
|
194
|
+
|
|
195
|
+
### Consistent Meaning
|
|
196
|
+
|
|
197
|
+
| Semantic | Meaning | iOS Default | Android Default |
|
|
198
|
+
|----------|---------|-------------|-----------------|
|
|
199
|
+
| Error | Problems, destruction | #FF3B30 | #B3261E |
|
|
200
|
+
| Success | Completion, positive | #34C759 | #4CAF50 |
|
|
201
|
+
| Warning | Attention, caution | #FF9500 | #FFC107 |
|
|
202
|
+
| Info | Information | #007AFF | #2196F3 |
|
|
203
|
+
|
|
204
|
+
### Semantic Color Rules
|
|
205
|
+
|
|
206
|
+
```
|
|
207
|
+
NEVER use semantic colors for:
|
|
208
|
+
βββ Branding (confuses meaning)
|
|
209
|
+
βββ Decoration (reduces impact)
|
|
210
|
+
βββ Arbitrary styling
|
|
211
|
+
βββ Status indicators (use icons too)
|
|
212
|
+
|
|
213
|
+
ALWAYS:
|
|
214
|
+
βββ Pair with icons (colorblind users)
|
|
215
|
+
βββ Maintain across light/dark modes
|
|
216
|
+
βββ Keep consistent throughout app
|
|
217
|
+
βββ Follow platform conventions
|
|
218
|
+
```
|
|
219
|
+
|
|
220
|
+
### Error State Colors
|
|
221
|
+
|
|
222
|
+
```
|
|
223
|
+
Error states need:
|
|
224
|
+
βββ Red-ish color (semantic)
|
|
225
|
+
βββ High contrast against background
|
|
226
|
+
βββ Icon reinforcement
|
|
227
|
+
βββ Clear text explanation
|
|
228
|
+
|
|
229
|
+
iOS:
|
|
230
|
+
βββ Light: #FF3B30
|
|
231
|
+
βββ Dark: #FF453A
|
|
232
|
+
|
|
233
|
+
Android:
|
|
234
|
+
βββ Light: #B3261E
|
|
235
|
+
βββ Dark: #F2B8B5 (on error container)
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
---
|
|
239
|
+
|
|
240
|
+
## 6. Dynamic Color (Android)
|
|
241
|
+
|
|
242
|
+
### Material You
|
|
243
|
+
|
|
244
|
+
```
|
|
245
|
+
Android 12+ Dynamic Color:
|
|
246
|
+
|
|
247
|
+
User's wallpaper β Color extraction β App theme
|
|
248
|
+
|
|
249
|
+
Your app automatically gets:
|
|
250
|
+
βββ Primary (from wallpaper dominant)
|
|
251
|
+
βββ Secondary (complementary)
|
|
252
|
+
βββ Tertiary (accent)
|
|
253
|
+
βββ Surface colors (neutral, derived)
|
|
254
|
+
βββ On-colors (text on each)
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
### Supporting Dynamic Color
|
|
258
|
+
|
|
259
|
+
```kotlin
|
|
260
|
+
// Jetpack Compose
|
|
261
|
+
MaterialTheme(
|
|
262
|
+
colorScheme = dynamicColorScheme()
|
|
263
|
+
?: staticColorScheme() // Fallback for older Android
|
|
264
|
+
)
|
|
265
|
+
|
|
266
|
+
// React Native
|
|
267
|
+
// Limited support - consider react-native-material-you
|
|
268
|
+
```
|
|
269
|
+
|
|
270
|
+
### Fallback Colors
|
|
271
|
+
|
|
272
|
+
```
|
|
273
|
+
When dynamic color unavailable:
|
|
274
|
+
βββ Android < 12
|
|
275
|
+
βββ User disabled
|
|
276
|
+
βββ Non-supporting launchers
|
|
277
|
+
|
|
278
|
+
Provide static color scheme:
|
|
279
|
+
βββ Define your brand colors
|
|
280
|
+
βββ Test in both modes
|
|
281
|
+
βββ Match dynamic color roles
|
|
282
|
+
βββ Support light + dark
|
|
283
|
+
```
|
|
284
|
+
|
|
285
|
+
---
|
|
286
|
+
|
|
287
|
+
## 7. Color Accessibility
|
|
288
|
+
|
|
289
|
+
### Colorblind Considerations
|
|
290
|
+
|
|
291
|
+
```
|
|
292
|
+
~8% of men, ~0.5% of women are colorblind
|
|
293
|
+
|
|
294
|
+
Types:
|
|
295
|
+
βββ Protanopia (red weakness)
|
|
296
|
+
βββ Deuteranopia (green weakness)
|
|
297
|
+
βββ Tritanopia (blue weakness)
|
|
298
|
+
βββ Monochromacy (rare, no color)
|
|
299
|
+
|
|
300
|
+
Design rules:
|
|
301
|
+
βββ Never rely on color alone
|
|
302
|
+
βββ Use patterns, icons, text
|
|
303
|
+
βββ Test with simulation tools
|
|
304
|
+
βββ Avoid red/green distinctions only
|
|
305
|
+
```
|
|
306
|
+
|
|
307
|
+
### Contrast Testing Tools
|
|
308
|
+
|
|
309
|
+
```
|
|
310
|
+
Use these to verify:
|
|
311
|
+
βββ Built-in accessibility inspector (Xcode)
|
|
312
|
+
βββ Accessibility Scanner (Android)
|
|
313
|
+
βββ Contrast ratio calculators
|
|
314
|
+
βββ Colorblind simulation
|
|
315
|
+
βββ Test on actual devices in sunlight
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
### Sufficient Contrast
|
|
319
|
+
|
|
320
|
+
```
|
|
321
|
+
WCAG Guidelines:
|
|
322
|
+
|
|
323
|
+
AA (Minimum)
|
|
324
|
+
βββ Normal text: 4.5:1
|
|
325
|
+
βββ Large text (18pt+): 3:1
|
|
326
|
+
βββ UI components: 3:1
|
|
327
|
+
|
|
328
|
+
AAA (Enhanced)
|
|
329
|
+
βββ Normal text: 7:1
|
|
330
|
+
βββ Large text: 4.5:1
|
|
331
|
+
|
|
332
|
+
Mobile recommendation: Meet AA, aim for AAA
|
|
333
|
+
```
|
|
334
|
+
|
|
335
|
+
---
|
|
336
|
+
|
|
337
|
+
## 8. Color Anti-Patterns
|
|
338
|
+
|
|
339
|
+
### β Common Mistakes
|
|
340
|
+
|
|
341
|
+
| Mistake | Problem | Fix |
|
|
342
|
+
|---------|---------|-----|
|
|
343
|
+
| **Light gray on white** | Invisible outdoors | Min 4.5:1 contrast |
|
|
344
|
+
| **Pure white in dark mode** | Eye strain | Use #E0E0E0-#F0F0F0 |
|
|
345
|
+
| **Same saturation dark mode** | Garish, glowing | Desaturate colors |
|
|
346
|
+
| **Red/green only indicator** | Colorblind users can't see | Add icons |
|
|
347
|
+
| **Semantic colors for brand** | Confusing meaning | Use neutral for brand |
|
|
348
|
+
| **Ignoring system dark mode** | Jarring experience | Support both modes |
|
|
349
|
+
|
|
350
|
+
### β AI Color Mistakes
|
|
351
|
+
|
|
352
|
+
```
|
|
353
|
+
AI tends to:
|
|
354
|
+
βββ Use same colors for light/dark
|
|
355
|
+
βββ Ignore OLED battery implications
|
|
356
|
+
βββ Skip contrast calculations
|
|
357
|
+
βββ Default to purple/violet (BANNED)
|
|
358
|
+
βββ Use low contrast "aesthetic" grays
|
|
359
|
+
βββ Not test in outdoor conditions
|
|
360
|
+
βββ Forget colorblind users
|
|
361
|
+
|
|
362
|
+
RULE: Design for the worst case.
|
|
363
|
+
Test in bright sunlight, with colorblindness simulation.
|
|
364
|
+
```
|
|
365
|
+
|
|
366
|
+
---
|
|
367
|
+
|
|
368
|
+
## 9. Color System Checklist
|
|
369
|
+
|
|
370
|
+
### Before Choosing Colors
|
|
371
|
+
|
|
372
|
+
- [ ] Light and dark mode variants defined?
|
|
373
|
+
- [ ] Contrast ratios checked (4.5:1+)?
|
|
374
|
+
- [ ] OLED battery considered (dark mode)?
|
|
375
|
+
- [ ] Semantic colors follow conventions?
|
|
376
|
+
- [ ] Colorblind-safe (not color-only indicators)?
|
|
377
|
+
|
|
378
|
+
### Before Release
|
|
379
|
+
|
|
380
|
+
- [ ] Tested in bright sunlight?
|
|
381
|
+
- [ ] Tested dark mode on OLED device?
|
|
382
|
+
- [ ] System dark mode respected?
|
|
383
|
+
- [ ] Dynamic color supported (Android)?
|
|
384
|
+
- [ ] Error/success/warning consistent?
|
|
385
|
+
- [ ] All text meets contrast requirements?
|
|
386
|
+
|
|
387
|
+
---
|
|
388
|
+
|
|
389
|
+
## 10. Quick Reference
|
|
390
|
+
|
|
391
|
+
### Dark Mode Backgrounds
|
|
392
|
+
|
|
393
|
+
```
|
|
394
|
+
True black (OLED max savings): #000000
|
|
395
|
+
Near black (Material): #121212
|
|
396
|
+
Surface 1: #1E1E1E
|
|
397
|
+
Surface 2: #2C2C2C
|
|
398
|
+
Surface 3: #3C3C3C
|
|
399
|
+
```
|
|
400
|
+
|
|
401
|
+
### Text on Dark
|
|
402
|
+
|
|
403
|
+
```
|
|
404
|
+
Primary: #E0E0E0 to #ECECEC
|
|
405
|
+
Secondary: #A0A0A0 to #B0B0B0
|
|
406
|
+
Disabled: #606060 to #707070
|
|
407
|
+
```
|
|
408
|
+
|
|
409
|
+
### Contrast Ratios
|
|
410
|
+
|
|
411
|
+
```
|
|
412
|
+
Small text: 4.5:1 (minimum)
|
|
413
|
+
Large text: 3:1 (minimum)
|
|
414
|
+
UI elements: 3:1 (minimum)
|
|
415
|
+
Ideal: 7:1 (AAA)
|
|
416
|
+
```
|
|
417
|
+
|
|
418
|
+
---
|
|
419
|
+
|
|
420
|
+
> **Remember:** Color on mobile must work in the worst conditionsβbright sun, tired eyes, colorblindness, low battery. Pretty colors that fail these tests are useless colors.
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
# Mobile Debugging Guide
|
|
2
|
+
|
|
3
|
+
> **Stop console.log() debugging!**
|
|
4
|
+
> Mobile apps have complex native layers. Text logs are not enough.
|
|
5
|
+
> **This file teaches effective mobile debugging strategies.**
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## π§ MOBILE DEBUGGING MINDSET
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
Web Debugging: Mobile Debugging:
|
|
13
|
+
ββββββββββββββββ ββββββββββββββββ
|
|
14
|
+
β Browser β β JS Bridge β
|
|
15
|
+
β DevTools β β Native UI β
|
|
16
|
+
β Network Tab β β GPU/Memory β
|
|
17
|
+
ββββββββββββββββ β Threads β
|
|
18
|
+
ββββββββββββββββ
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
**Key Differences:**
|
|
22
|
+
1. **Native Layer:** JS code works, but app crashes? It's likely native (Java/Obj-C).
|
|
23
|
+
2. **Deployment:** You can't just "refresh". State gets lost or stuck.
|
|
24
|
+
3. **Network:** SSL Pinning, proxy settings are harder.
|
|
25
|
+
4. **Device Logs:** `adb logcat` and `Console.app` are your truth.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## π« AI DEBUGGING ANTI-PATTERNS
|
|
30
|
+
|
|
31
|
+
| β Default | β
Mobile-Correct |
|
|
32
|
+
|------------|-------------------|
|
|
33
|
+
| "Add console.logs" | Use Flipper / Reactotron |
|
|
34
|
+
| "Check network tab" | Use Charles Proxy / Proxyman |
|
|
35
|
+
| "It works on simulator" | **Test on Real Device** (HW specific bugs) |
|
|
36
|
+
| "Reinstall node_modules" | **Clean Native Build** (Gradle/Pod cache) |
|
|
37
|
+
| Ignored native logs | Read `logcat` / Xcode logs |
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## 1. The Toolset
|
|
42
|
+
|
|
43
|
+
### β‘ React Native & Expo
|
|
44
|
+
|
|
45
|
+
| Tool | Purpose | Best For |
|
|
46
|
+
|------|---------|----------|
|
|
47
|
+
| **Reactotron** | State/API/Redux | JS side debugging |
|
|
48
|
+
| **Flipper** | Layout/Network/db | Native + JS bridge |
|
|
49
|
+
| **Expo Tools** | Element inspector | Quick UI checks |
|
|
50
|
+
|
|
51
|
+
### π οΈ Native Layer (The Deep Dive)
|
|
52
|
+
|
|
53
|
+
| Tool | Platform | Command | Why Use? |
|
|
54
|
+
|------|----------|---------|----------|
|
|
55
|
+
| **Logcat** | Android | `adb logcat` | Native crashes, ANRs |
|
|
56
|
+
| **Console** | iOS | via Xcode | Native exceptions, memory |
|
|
57
|
+
| **Layout Insp.** | Android | Android Studio | UI hierarchy bugs |
|
|
58
|
+
| **View Insp.** | iOS | Xcode | UI hierarchy bugs |
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## 2. Common Debugging Workflows
|
|
63
|
+
|
|
64
|
+
### π΅οΈ "The App Just Crashed" (Red Screen vs Crash to Home)
|
|
65
|
+
|
|
66
|
+
**Scenario A: Red Screen (JS Error)**
|
|
67
|
+
- **Cause:** Undefined is not an object, import error.
|
|
68
|
+
- **Fix:** Read the stack trace on screen. It's usually clear.
|
|
69
|
+
|
|
70
|
+
**Scenario B: Crash to Home Screen (Native Crash)**
|
|
71
|
+
- **Cause:** Native module failure, memory OOM, permission usage without declaration.
|
|
72
|
+
- **Tools:**
|
|
73
|
+
- **Android:** `adb logcat *:E` (Filter for Errors)
|
|
74
|
+
- **iOS:** Open Xcode β Window β Devices β View Device Logs
|
|
75
|
+
|
|
76
|
+
> **π‘ Pro Tip:** If app crashes immediately on launch, it's almost 100% a native configuration issue (Info.plist, AndroidManifest.xml).
|
|
77
|
+
|
|
78
|
+
### π "API Request Failed" (Network)
|
|
79
|
+
|
|
80
|
+
**Web:** Open Chrome DevTools β Network.
|
|
81
|
+
**Mobile:** *You usually can't see this easily.*
|
|
82
|
+
|
|
83
|
+
**Solution 1: Reactotron/Flipper**
|
|
84
|
+
- View network requests in the monitoring app.
|
|
85
|
+
|
|
86
|
+
**Solution 2: Proxy (Charles/Proxyman)**
|
|
87
|
+
- **Hard but powerful.** See ALL traffic even from native SDKs.
|
|
88
|
+
- Requires installing SSL cert on device.
|
|
89
|
+
|
|
90
|
+
### π’ "The UI is Laggy" (Performance)
|
|
91
|
+
|
|
92
|
+
**Don't guess.** measure.
|
|
93
|
+
- **React Native:** Performance Monitor (Shake menu).
|
|
94
|
+
- **Android:** "Profile GPU Rendering" in Developer Options.
|
|
95
|
+
- **Issues:**
|
|
96
|
+
- **JS FPS drop:** Heavy calculation in JS thread.
|
|
97
|
+
- **UI FPS drop:** Too many views, intricate hierarchy, heavy images.
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
## 3. Platform-Specific Nightmares
|
|
102
|
+
|
|
103
|
+
### Android
|
|
104
|
+
- **Gradle Sync Fail:** Usually Java version mismatch or duplicate classes.
|
|
105
|
+
- **Emulator Network:** Emulator `localhost` is `10.0.2.2`, NOT `127.0.0.1`.
|
|
106
|
+
- **Cached Builds:** `./gradlew clean` is your best friend.
|
|
107
|
+
|
|
108
|
+
### iOS
|
|
109
|
+
- **Pod Issues:** `pod deintegrate && pod install`.
|
|
110
|
+
- **Signing Errors:** Check Team ID and Bundle Identifier.
|
|
111
|
+
- **Cache:** Xcode β Product β Clean Build Folder.
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
115
|
+
## π DEBUGGING CHECKLIST
|
|
116
|
+
|
|
117
|
+
- [ ] **Is it a JS or Native crash?** (Red screen or home screen?)
|
|
118
|
+
- [ ] **Did you clean build?** (Native caches are aggressive)
|
|
119
|
+
- [ ] **Are you on a real device?** (Simulators hide concurrency bugs)
|
|
120
|
+
- [ ] **Did you check the native logs?** (Not just terminal output)
|
|
121
|
+
|
|
122
|
+
> **Remember:** If JavaScript looks perfect but the app fails, look closer at the Native side.
|