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,666 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: react-native-architecture
|
|
3
|
+
description: Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# React Native Architecture
|
|
7
|
+
|
|
8
|
+
Production-ready patterns for React Native development with Expo, including navigation, state management, native modules, and offline-first architecture.
|
|
9
|
+
|
|
10
|
+
## When to Use This Skill
|
|
11
|
+
|
|
12
|
+
- Starting a new React Native or Expo project
|
|
13
|
+
- Implementing complex navigation patterns
|
|
14
|
+
- Integrating native modules and platform APIs
|
|
15
|
+
- Building offline-first mobile applications
|
|
16
|
+
- Optimizing React Native performance
|
|
17
|
+
- Setting up CI/CD for mobile releases
|
|
18
|
+
|
|
19
|
+
## Core Concepts
|
|
20
|
+
|
|
21
|
+
### 1. Project Structure
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
src/
|
|
25
|
+
├── app/ # Expo Router screens
|
|
26
|
+
│ ├── (auth)/ # Auth group
|
|
27
|
+
│ ├── (tabs)/ # Tab navigation
|
|
28
|
+
│ └── _layout.tsx # Root layout
|
|
29
|
+
├── components/
|
|
30
|
+
│ ├── ui/ # Reusable UI components
|
|
31
|
+
│ └── features/ # Feature-specific components
|
|
32
|
+
├── hooks/ # Custom hooks
|
|
33
|
+
├── services/ # API and native services
|
|
34
|
+
├── stores/ # State management
|
|
35
|
+
├── utils/ # Utilities
|
|
36
|
+
└── types/ # TypeScript types
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
### 2. Expo vs Bare React Native
|
|
40
|
+
|
|
41
|
+
| Feature | Expo | Bare RN |
|
|
42
|
+
| ------------------ | -------------- | -------------- |
|
|
43
|
+
| Setup complexity | Low | High |
|
|
44
|
+
| Native modules | EAS Build | Manual linking |
|
|
45
|
+
| OTA updates | Built-in | Manual setup |
|
|
46
|
+
| Build service | EAS | Custom CI |
|
|
47
|
+
| Custom native code | Config plugins | Direct access |
|
|
48
|
+
|
|
49
|
+
## Quick Start
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
# Create new Expo project
|
|
53
|
+
npx create-expo-app@latest my-app -t expo-template-blank-typescript
|
|
54
|
+
|
|
55
|
+
# Install essential dependencies
|
|
56
|
+
npx expo install expo-router expo-status-bar react-native-safe-area-context
|
|
57
|
+
npx expo install @react-native-async-storage/async-storage
|
|
58
|
+
npx expo install expo-secure-store expo-haptics
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
```typescript
|
|
62
|
+
// app/_layout.tsx
|
|
63
|
+
import { Stack } from 'expo-router'
|
|
64
|
+
import { ThemeProvider } from '@/providers/ThemeProvider'
|
|
65
|
+
import { QueryProvider } from '@/providers/QueryProvider'
|
|
66
|
+
|
|
67
|
+
export default function RootLayout() {
|
|
68
|
+
return (
|
|
69
|
+
<QueryProvider>
|
|
70
|
+
<ThemeProvider>
|
|
71
|
+
<Stack screenOptions={{ headerShown: false }}>
|
|
72
|
+
<Stack.Screen name="(tabs)" />
|
|
73
|
+
<Stack.Screen name="(auth)" />
|
|
74
|
+
<Stack.Screen name="modal" options={{ presentation: 'modal' }} />
|
|
75
|
+
</Stack>
|
|
76
|
+
</ThemeProvider>
|
|
77
|
+
</QueryProvider>
|
|
78
|
+
)
|
|
79
|
+
}
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
## Patterns
|
|
83
|
+
|
|
84
|
+
### Pattern 1: Expo Router Navigation
|
|
85
|
+
|
|
86
|
+
```typescript
|
|
87
|
+
// app/(tabs)/_layout.tsx
|
|
88
|
+
import { Tabs } from 'expo-router'
|
|
89
|
+
import { Home, Search, User, Settings } from 'lucide-react-native'
|
|
90
|
+
import { useTheme } from '@/hooks/useTheme'
|
|
91
|
+
|
|
92
|
+
export default function TabLayout() {
|
|
93
|
+
const { colors } = useTheme()
|
|
94
|
+
|
|
95
|
+
return (
|
|
96
|
+
<Tabs
|
|
97
|
+
screenOptions={{
|
|
98
|
+
tabBarActiveTintColor: colors.primary,
|
|
99
|
+
tabBarInactiveTintColor: colors.textMuted,
|
|
100
|
+
tabBarStyle: { backgroundColor: colors.background },
|
|
101
|
+
headerShown: false,
|
|
102
|
+
}}
|
|
103
|
+
>
|
|
104
|
+
<Tabs.Screen
|
|
105
|
+
name="index"
|
|
106
|
+
options={{
|
|
107
|
+
title: 'Home',
|
|
108
|
+
tabBarIcon: ({ color, size }) => <Home size={size} color={color} />,
|
|
109
|
+
}}
|
|
110
|
+
/>
|
|
111
|
+
<Tabs.Screen
|
|
112
|
+
name="search"
|
|
113
|
+
options={{
|
|
114
|
+
title: 'Search',
|
|
115
|
+
tabBarIcon: ({ color, size }) => <Search size={size} color={color} />,
|
|
116
|
+
}}
|
|
117
|
+
/>
|
|
118
|
+
<Tabs.Screen
|
|
119
|
+
name="profile"
|
|
120
|
+
options={{
|
|
121
|
+
title: 'Profile',
|
|
122
|
+
tabBarIcon: ({ color, size }) => <User size={size} color={color} />,
|
|
123
|
+
}}
|
|
124
|
+
/>
|
|
125
|
+
<Tabs.Screen
|
|
126
|
+
name="settings"
|
|
127
|
+
options={{
|
|
128
|
+
title: 'Settings',
|
|
129
|
+
tabBarIcon: ({ color, size }) => <Settings size={size} color={color} />,
|
|
130
|
+
}}
|
|
131
|
+
/>
|
|
132
|
+
</Tabs>
|
|
133
|
+
)
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// app/(tabs)/profile/[id].tsx - Dynamic route
|
|
137
|
+
import { useLocalSearchParams } from 'expo-router'
|
|
138
|
+
|
|
139
|
+
export default function ProfileScreen() {
|
|
140
|
+
const { id } = useLocalSearchParams<{ id: string }>()
|
|
141
|
+
|
|
142
|
+
return <UserProfile userId={id} />
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// Navigation from anywhere
|
|
146
|
+
import { router } from 'expo-router'
|
|
147
|
+
|
|
148
|
+
// Programmatic navigation
|
|
149
|
+
router.push('/profile/123')
|
|
150
|
+
router.replace('/login')
|
|
151
|
+
router.back()
|
|
152
|
+
|
|
153
|
+
// With params
|
|
154
|
+
router.push({
|
|
155
|
+
pathname: '/product/[id]',
|
|
156
|
+
params: { id: '123', referrer: 'home' },
|
|
157
|
+
})
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
### Pattern 2: Authentication Flow
|
|
161
|
+
|
|
162
|
+
```typescript
|
|
163
|
+
// providers/AuthProvider.tsx
|
|
164
|
+
import { createContext, useContext, useEffect, useState } from 'react'
|
|
165
|
+
import { useRouter, useSegments } from 'expo-router'
|
|
166
|
+
import * as SecureStore from 'expo-secure-store'
|
|
167
|
+
|
|
168
|
+
interface AuthContextType {
|
|
169
|
+
user: User | null
|
|
170
|
+
isLoading: boolean
|
|
171
|
+
signIn: (credentials: Credentials) => Promise<void>
|
|
172
|
+
signOut: () => Promise<void>
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
const AuthContext = createContext<AuthContextType | null>(null)
|
|
176
|
+
|
|
177
|
+
export function AuthProvider({ children }: { children: React.ReactNode }) {
|
|
178
|
+
const [user, setUser] = useState<User | null>(null)
|
|
179
|
+
const [isLoading, setIsLoading] = useState(true)
|
|
180
|
+
const segments = useSegments()
|
|
181
|
+
const router = useRouter()
|
|
182
|
+
|
|
183
|
+
// Check authentication on mount
|
|
184
|
+
useEffect(() => {
|
|
185
|
+
checkAuth()
|
|
186
|
+
}, [])
|
|
187
|
+
|
|
188
|
+
// Protect routes
|
|
189
|
+
useEffect(() => {
|
|
190
|
+
if (isLoading) return
|
|
191
|
+
|
|
192
|
+
const inAuthGroup = segments[0] === '(auth)'
|
|
193
|
+
|
|
194
|
+
if (!user && !inAuthGroup) {
|
|
195
|
+
router.replace('/login')
|
|
196
|
+
} else if (user && inAuthGroup) {
|
|
197
|
+
router.replace('/(tabs)')
|
|
198
|
+
}
|
|
199
|
+
}, [user, segments, isLoading])
|
|
200
|
+
|
|
201
|
+
async function checkAuth() {
|
|
202
|
+
try {
|
|
203
|
+
const token = await SecureStore.getItemAsync('authToken')
|
|
204
|
+
if (token) {
|
|
205
|
+
const userData = await api.getUser(token)
|
|
206
|
+
setUser(userData)
|
|
207
|
+
}
|
|
208
|
+
} catch (error) {
|
|
209
|
+
await SecureStore.deleteItemAsync('authToken')
|
|
210
|
+
} finally {
|
|
211
|
+
setIsLoading(false)
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
async function signIn(credentials: Credentials) {
|
|
216
|
+
const { token, user } = await api.login(credentials)
|
|
217
|
+
await SecureStore.setItemAsync('authToken', token)
|
|
218
|
+
setUser(user)
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
async function signOut() {
|
|
222
|
+
await SecureStore.deleteItemAsync('authToken')
|
|
223
|
+
setUser(null)
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
if (isLoading) {
|
|
227
|
+
return <SplashScreen />
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
return (
|
|
231
|
+
<AuthContext.Provider value={{ user, isLoading, signIn, signOut }}>
|
|
232
|
+
{children}
|
|
233
|
+
</AuthContext.Provider>
|
|
234
|
+
)
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
export const useAuth = () => {
|
|
238
|
+
const context = useContext(AuthContext)
|
|
239
|
+
if (!context) throw new Error('useAuth must be used within AuthProvider')
|
|
240
|
+
return context
|
|
241
|
+
}
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
### Pattern 3: Offline-First with React Query
|
|
245
|
+
|
|
246
|
+
```typescript
|
|
247
|
+
// providers/QueryProvider.tsx
|
|
248
|
+
import { QueryClient, QueryClientProvider } from '@tanstack/react-query'
|
|
249
|
+
import { createAsyncStoragePersister } from '@tanstack/query-async-storage-persister'
|
|
250
|
+
import { PersistQueryClientProvider } from '@tanstack/react-query-persist-client'
|
|
251
|
+
import AsyncStorage from '@react-native-async-storage/async-storage'
|
|
252
|
+
import NetInfo from '@react-native-community/netinfo'
|
|
253
|
+
import { onlineManager } from '@tanstack/react-query'
|
|
254
|
+
|
|
255
|
+
// Sync online status
|
|
256
|
+
onlineManager.setEventListener((setOnline) => {
|
|
257
|
+
return NetInfo.addEventListener((state) => {
|
|
258
|
+
setOnline(!!state.isConnected)
|
|
259
|
+
})
|
|
260
|
+
})
|
|
261
|
+
|
|
262
|
+
const queryClient = new QueryClient({
|
|
263
|
+
defaultOptions: {
|
|
264
|
+
queries: {
|
|
265
|
+
gcTime: 1000 * 60 * 60 * 24, // 24 hours
|
|
266
|
+
staleTime: 1000 * 60 * 5, // 5 minutes
|
|
267
|
+
retry: 2,
|
|
268
|
+
networkMode: 'offlineFirst',
|
|
269
|
+
},
|
|
270
|
+
mutations: {
|
|
271
|
+
networkMode: 'offlineFirst',
|
|
272
|
+
},
|
|
273
|
+
},
|
|
274
|
+
})
|
|
275
|
+
|
|
276
|
+
const asyncStoragePersister = createAsyncStoragePersister({
|
|
277
|
+
storage: AsyncStorage,
|
|
278
|
+
key: 'REACT_QUERY_OFFLINE_CACHE',
|
|
279
|
+
})
|
|
280
|
+
|
|
281
|
+
export function QueryProvider({ children }: { children: React.ReactNode }) {
|
|
282
|
+
return (
|
|
283
|
+
<PersistQueryClientProvider
|
|
284
|
+
client={queryClient}
|
|
285
|
+
persistOptions={{ persister: asyncStoragePersister }}
|
|
286
|
+
>
|
|
287
|
+
{children}
|
|
288
|
+
</PersistQueryClientProvider>
|
|
289
|
+
)
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
// hooks/useProducts.ts
|
|
293
|
+
import { useQuery, useMutation, useQueryClient } from '@tanstack/react-query'
|
|
294
|
+
|
|
295
|
+
export function useProducts() {
|
|
296
|
+
return useQuery({
|
|
297
|
+
queryKey: ['products'],
|
|
298
|
+
queryFn: api.getProducts,
|
|
299
|
+
// Use stale data while revalidating
|
|
300
|
+
placeholderData: (previousData) => previousData,
|
|
301
|
+
})
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
export function useCreateProduct() {
|
|
305
|
+
const queryClient = useQueryClient()
|
|
306
|
+
|
|
307
|
+
return useMutation({
|
|
308
|
+
mutationFn: api.createProduct,
|
|
309
|
+
// Optimistic update
|
|
310
|
+
onMutate: async (newProduct) => {
|
|
311
|
+
await queryClient.cancelQueries({ queryKey: ['products'] })
|
|
312
|
+
const previous = queryClient.getQueryData(['products'])
|
|
313
|
+
|
|
314
|
+
queryClient.setQueryData(['products'], (old: Product[]) => [
|
|
315
|
+
...old,
|
|
316
|
+
{ ...newProduct, id: 'temp-' + Date.now() },
|
|
317
|
+
])
|
|
318
|
+
|
|
319
|
+
return { previous }
|
|
320
|
+
},
|
|
321
|
+
onError: (err, newProduct, context) => {
|
|
322
|
+
queryClient.setQueryData(['products'], context?.previous)
|
|
323
|
+
},
|
|
324
|
+
onSettled: () => {
|
|
325
|
+
queryClient.invalidateQueries({ queryKey: ['products'] })
|
|
326
|
+
},
|
|
327
|
+
})
|
|
328
|
+
}
|
|
329
|
+
```
|
|
330
|
+
|
|
331
|
+
### Pattern 4: Native Module Integration
|
|
332
|
+
|
|
333
|
+
```typescript
|
|
334
|
+
// services/haptics.ts
|
|
335
|
+
import * as Haptics from "expo-haptics";
|
|
336
|
+
import { Platform } from "react-native";
|
|
337
|
+
|
|
338
|
+
export const haptics = {
|
|
339
|
+
light: () => {
|
|
340
|
+
if (Platform.OS !== "web") {
|
|
341
|
+
Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Light);
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
medium: () => {
|
|
345
|
+
if (Platform.OS !== "web") {
|
|
346
|
+
Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Medium);
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
heavy: () => {
|
|
350
|
+
if (Platform.OS !== "web") {
|
|
351
|
+
Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Heavy);
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
success: () => {
|
|
355
|
+
if (Platform.OS !== "web") {
|
|
356
|
+
Haptics.notificationAsync(Haptics.NotificationFeedbackType.Success);
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
error: () => {
|
|
360
|
+
if (Platform.OS !== "web") {
|
|
361
|
+
Haptics.notificationAsync(Haptics.NotificationFeedbackType.Error);
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
};
|
|
365
|
+
|
|
366
|
+
// services/biometrics.ts
|
|
367
|
+
import * as LocalAuthentication from "expo-local-authentication";
|
|
368
|
+
|
|
369
|
+
export async function authenticateWithBiometrics(): Promise<boolean> {
|
|
370
|
+
const hasHardware = await LocalAuthentication.hasHardwareAsync();
|
|
371
|
+
if (!hasHardware) return false;
|
|
372
|
+
|
|
373
|
+
const isEnrolled = await LocalAuthentication.isEnrolledAsync();
|
|
374
|
+
if (!isEnrolled) return false;
|
|
375
|
+
|
|
376
|
+
const result = await LocalAuthentication.authenticateAsync({
|
|
377
|
+
promptMessage: "Authenticate to continue",
|
|
378
|
+
fallbackLabel: "Use passcode",
|
|
379
|
+
disableDeviceFallback: false,
|
|
380
|
+
});
|
|
381
|
+
|
|
382
|
+
return result.success;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
// services/notifications.ts
|
|
386
|
+
import * as Notifications from "expo-notifications";
|
|
387
|
+
import { Platform } from "react-native";
|
|
388
|
+
import Constants from "expo-constants";
|
|
389
|
+
|
|
390
|
+
Notifications.setNotificationHandler({
|
|
391
|
+
handleNotification: async () => ({
|
|
392
|
+
shouldShowAlert: true,
|
|
393
|
+
shouldPlaySound: true,
|
|
394
|
+
shouldSetBadge: true,
|
|
395
|
+
}),
|
|
396
|
+
});
|
|
397
|
+
|
|
398
|
+
export async function registerForPushNotifications() {
|
|
399
|
+
let token: string | undefined;
|
|
400
|
+
|
|
401
|
+
if (Platform.OS === "android") {
|
|
402
|
+
await Notifications.setNotificationChannelAsync("default", {
|
|
403
|
+
name: "default",
|
|
404
|
+
importance: Notifications.AndroidImportance.MAX,
|
|
405
|
+
vibrationPattern: [0, 250, 250, 250],
|
|
406
|
+
});
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
const { status: existingStatus } = await Notifications.getPermissionsAsync();
|
|
410
|
+
let finalStatus = existingStatus;
|
|
411
|
+
|
|
412
|
+
if (existingStatus !== "granted") {
|
|
413
|
+
const { status } = await Notifications.requestPermissionsAsync();
|
|
414
|
+
finalStatus = status;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
if (finalStatus !== "granted") {
|
|
418
|
+
return null;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
const projectId = Constants.expoConfig?.extra?.eas?.projectId;
|
|
422
|
+
token = (await Notifications.getExpoPushTokenAsync({ projectId })).data;
|
|
423
|
+
|
|
424
|
+
return token;
|
|
425
|
+
}
|
|
426
|
+
```
|
|
427
|
+
|
|
428
|
+
### Pattern 5: Platform-Specific Code
|
|
429
|
+
|
|
430
|
+
```typescript
|
|
431
|
+
// components/ui/Button.tsx
|
|
432
|
+
import { Platform, Pressable, StyleSheet, Text, ViewStyle } from 'react-native'
|
|
433
|
+
import * as Haptics from 'expo-haptics'
|
|
434
|
+
import Animated, {
|
|
435
|
+
useAnimatedStyle,
|
|
436
|
+
useSharedValue,
|
|
437
|
+
withSpring,
|
|
438
|
+
} from 'react-native-reanimated'
|
|
439
|
+
|
|
440
|
+
const AnimatedPressable = Animated.createAnimatedComponent(Pressable)
|
|
441
|
+
|
|
442
|
+
interface ButtonProps {
|
|
443
|
+
title: string
|
|
444
|
+
onPress: () => void
|
|
445
|
+
variant?: 'primary' | 'secondary' | 'outline'
|
|
446
|
+
disabled?: boolean
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
export function Button({
|
|
450
|
+
title,
|
|
451
|
+
onPress,
|
|
452
|
+
variant = 'primary',
|
|
453
|
+
disabled = false,
|
|
454
|
+
}: ButtonProps) {
|
|
455
|
+
const scale = useSharedValue(1)
|
|
456
|
+
|
|
457
|
+
const animatedStyle = useAnimatedStyle(() => ({
|
|
458
|
+
transform: [{ scale: scale.value }],
|
|
459
|
+
}))
|
|
460
|
+
|
|
461
|
+
const handlePressIn = () => {
|
|
462
|
+
scale.value = withSpring(0.95)
|
|
463
|
+
if (Platform.OS !== 'web') {
|
|
464
|
+
Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Light)
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
const handlePressOut = () => {
|
|
469
|
+
scale.value = withSpring(1)
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
return (
|
|
473
|
+
<AnimatedPressable
|
|
474
|
+
onPress={onPress}
|
|
475
|
+
onPressIn={handlePressIn}
|
|
476
|
+
onPressOut={handlePressOut}
|
|
477
|
+
disabled={disabled}
|
|
478
|
+
style={[
|
|
479
|
+
styles.button,
|
|
480
|
+
styles[variant],
|
|
481
|
+
disabled && styles.disabled,
|
|
482
|
+
animatedStyle,
|
|
483
|
+
]}
|
|
484
|
+
>
|
|
485
|
+
<Text style={[styles.text, styles[`${variant}Text`]]}>{title}</Text>
|
|
486
|
+
</AnimatedPressable>
|
|
487
|
+
)
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
// Platform-specific files
|
|
491
|
+
// Button.ios.tsx - iOS-specific implementation
|
|
492
|
+
// Button.android.tsx - Android-specific implementation
|
|
493
|
+
// Button.web.tsx - Web-specific implementation
|
|
494
|
+
|
|
495
|
+
// Or use Platform.select
|
|
496
|
+
const styles = StyleSheet.create({
|
|
497
|
+
button: {
|
|
498
|
+
paddingVertical: 12,
|
|
499
|
+
paddingHorizontal: 24,
|
|
500
|
+
borderRadius: 8,
|
|
501
|
+
alignItems: 'center',
|
|
502
|
+
...Platform.select({
|
|
503
|
+
ios: {
|
|
504
|
+
shadowColor: '#000',
|
|
505
|
+
shadowOffset: { width: 0, height: 2 },
|
|
506
|
+
shadowOpacity: 0.1,
|
|
507
|
+
shadowRadius: 4,
|
|
508
|
+
},
|
|
509
|
+
android: {
|
|
510
|
+
elevation: 4,
|
|
511
|
+
},
|
|
512
|
+
}),
|
|
513
|
+
},
|
|
514
|
+
primary: {
|
|
515
|
+
backgroundColor: '#007AFF',
|
|
516
|
+
},
|
|
517
|
+
secondary: {
|
|
518
|
+
backgroundColor: '#5856D6',
|
|
519
|
+
},
|
|
520
|
+
outline: {
|
|
521
|
+
backgroundColor: 'transparent',
|
|
522
|
+
borderWidth: 1,
|
|
523
|
+
borderColor: '#007AFF',
|
|
524
|
+
},
|
|
525
|
+
disabled: {
|
|
526
|
+
opacity: 0.5,
|
|
527
|
+
},
|
|
528
|
+
text: {
|
|
529
|
+
fontSize: 16,
|
|
530
|
+
fontWeight: '600',
|
|
531
|
+
},
|
|
532
|
+
primaryText: {
|
|
533
|
+
color: '#FFFFFF',
|
|
534
|
+
},
|
|
535
|
+
secondaryText: {
|
|
536
|
+
color: '#FFFFFF',
|
|
537
|
+
},
|
|
538
|
+
outlineText: {
|
|
539
|
+
color: '#007AFF',
|
|
540
|
+
},
|
|
541
|
+
})
|
|
542
|
+
```
|
|
543
|
+
|
|
544
|
+
### Pattern 6: Performance Optimization
|
|
545
|
+
|
|
546
|
+
```typescript
|
|
547
|
+
// components/ProductList.tsx
|
|
548
|
+
import { FlashList } from '@shopify/flash-list'
|
|
549
|
+
import { memo, useCallback } from 'react'
|
|
550
|
+
|
|
551
|
+
interface ProductListProps {
|
|
552
|
+
products: Product[]
|
|
553
|
+
onProductPress: (id: string) => void
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
// Memoize list item
|
|
557
|
+
const ProductItem = memo(function ProductItem({
|
|
558
|
+
item,
|
|
559
|
+
onPress,
|
|
560
|
+
}: {
|
|
561
|
+
item: Product
|
|
562
|
+
onPress: (id: string) => void
|
|
563
|
+
}) {
|
|
564
|
+
const handlePress = useCallback(() => onPress(item.id), [item.id, onPress])
|
|
565
|
+
|
|
566
|
+
return (
|
|
567
|
+
<Pressable onPress={handlePress} style={styles.item}>
|
|
568
|
+
<FastImage
|
|
569
|
+
source={{ uri: item.image }}
|
|
570
|
+
style={styles.image}
|
|
571
|
+
resizeMode="cover"
|
|
572
|
+
/>
|
|
573
|
+
<Text style={styles.title}>{item.name}</Text>
|
|
574
|
+
<Text style={styles.price}>${item.price}</Text>
|
|
575
|
+
</Pressable>
|
|
576
|
+
)
|
|
577
|
+
})
|
|
578
|
+
|
|
579
|
+
export function ProductList({ products, onProductPress }: ProductListProps) {
|
|
580
|
+
const renderItem = useCallback(
|
|
581
|
+
({ item }: { item: Product }) => (
|
|
582
|
+
<ProductItem item={item} onPress={onProductPress} />
|
|
583
|
+
),
|
|
584
|
+
[onProductPress]
|
|
585
|
+
)
|
|
586
|
+
|
|
587
|
+
const keyExtractor = useCallback((item: Product) => item.id, [])
|
|
588
|
+
|
|
589
|
+
return (
|
|
590
|
+
<FlashList
|
|
591
|
+
data={products}
|
|
592
|
+
renderItem={renderItem}
|
|
593
|
+
keyExtractor={keyExtractor}
|
|
594
|
+
estimatedItemSize={100}
|
|
595
|
+
// Performance optimizations
|
|
596
|
+
removeClippedSubviews={true}
|
|
597
|
+
maxToRenderPerBatch={10}
|
|
598
|
+
windowSize={5}
|
|
599
|
+
// Pull to refresh
|
|
600
|
+
onRefresh={onRefresh}
|
|
601
|
+
refreshing={isRefreshing}
|
|
602
|
+
/>
|
|
603
|
+
)
|
|
604
|
+
}
|
|
605
|
+
```
|
|
606
|
+
|
|
607
|
+
## EAS Build & Submit
|
|
608
|
+
|
|
609
|
+
```json
|
|
610
|
+
// eas.json
|
|
611
|
+
{
|
|
612
|
+
"cli": { "version": ">= 5.0.0" },
|
|
613
|
+
"build": {
|
|
614
|
+
"development": {
|
|
615
|
+
"developmentClient": true,
|
|
616
|
+
"distribution": "internal",
|
|
617
|
+
"ios": { "simulator": true }
|
|
618
|
+
},
|
|
619
|
+
"preview": {
|
|
620
|
+
"distribution": "internal",
|
|
621
|
+
"android": { "buildType": "apk" }
|
|
622
|
+
},
|
|
623
|
+
"production": {
|
|
624
|
+
"autoIncrement": true
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
"submit": {
|
|
628
|
+
"production": {
|
|
629
|
+
"ios": { "appleId": "your@email.com", "ascAppId": "123456789" },
|
|
630
|
+
"android": { "serviceAccountKeyPath": "./google-services.json" }
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
```
|
|
635
|
+
|
|
636
|
+
```bash
|
|
637
|
+
# Build commands
|
|
638
|
+
eas build --platform ios --profile development
|
|
639
|
+
eas build --platform android --profile preview
|
|
640
|
+
eas build --platform all --profile production
|
|
641
|
+
|
|
642
|
+
# Submit to stores
|
|
643
|
+
eas submit --platform ios
|
|
644
|
+
eas submit --platform android
|
|
645
|
+
|
|
646
|
+
# OTA updates
|
|
647
|
+
eas update --branch production --message "Bug fixes"
|
|
648
|
+
```
|
|
649
|
+
|
|
650
|
+
## Best Practices
|
|
651
|
+
|
|
652
|
+
### Do's
|
|
653
|
+
|
|
654
|
+
- **Use Expo** - Faster development, OTA updates, managed native code
|
|
655
|
+
- **FlashList over FlatList** - Better performance for long lists
|
|
656
|
+
- **Memoize components** - Prevent unnecessary re-renders
|
|
657
|
+
- **Use Reanimated** - 60fps animations on native thread
|
|
658
|
+
- **Test on real devices** - Simulators miss real-world issues
|
|
659
|
+
|
|
660
|
+
### Don'ts
|
|
661
|
+
|
|
662
|
+
- **Don't inline styles** - Use StyleSheet.create for performance
|
|
663
|
+
- **Don't fetch in render** - Use useEffect or React Query
|
|
664
|
+
- **Don't ignore platform differences** - Test on both iOS and Android
|
|
665
|
+
- **Don't store secrets in code** - Use environment variables
|
|
666
|
+
- **Don't skip error boundaries** - Mobile crashes are unforgiving
|