ac-framework 1.9.3 → 1.9.4
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 +26 -0
- package/bin/postinstall.js +13 -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/.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/.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/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/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/.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/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/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/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/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/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/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/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/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/.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/.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/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/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/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/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 +564 -0
- package/src/commands/init.js +72 -0
- package/src/services/dependency-installer.js +98 -0
|
@@ -0,0 +1,871 @@
|
|
|
1
|
+
# React Native Styling Patterns
|
|
2
|
+
|
|
3
|
+
## StyleSheet Fundamentals
|
|
4
|
+
|
|
5
|
+
### Creating Styles
|
|
6
|
+
|
|
7
|
+
```typescript
|
|
8
|
+
import { StyleSheet, ViewStyle, TextStyle, ImageStyle } from "react-native";
|
|
9
|
+
|
|
10
|
+
// Typed styles for better IDE support
|
|
11
|
+
interface Styles {
|
|
12
|
+
container: ViewStyle;
|
|
13
|
+
title: TextStyle;
|
|
14
|
+
image: ImageStyle;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
const styles = StyleSheet.create<Styles>({
|
|
18
|
+
container: {
|
|
19
|
+
flex: 1,
|
|
20
|
+
padding: 16,
|
|
21
|
+
backgroundColor: "#ffffff",
|
|
22
|
+
},
|
|
23
|
+
title: {
|
|
24
|
+
fontSize: 24,
|
|
25
|
+
fontWeight: "700",
|
|
26
|
+
color: "#1f2937",
|
|
27
|
+
},
|
|
28
|
+
image: {
|
|
29
|
+
width: 100,
|
|
30
|
+
height: 100,
|
|
31
|
+
borderRadius: 8,
|
|
32
|
+
},
|
|
33
|
+
});
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
### Combining Styles
|
|
37
|
+
|
|
38
|
+
```typescript
|
|
39
|
+
import { StyleProp, ViewStyle } from 'react-native';
|
|
40
|
+
|
|
41
|
+
interface BoxProps {
|
|
42
|
+
style?: StyleProp<ViewStyle>;
|
|
43
|
+
variant?: 'default' | 'primary' | 'danger';
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
function Box({ style, variant = 'default' }: BoxProps) {
|
|
47
|
+
return (
|
|
48
|
+
<View
|
|
49
|
+
style={[
|
|
50
|
+
styles.base,
|
|
51
|
+
variant === 'primary' && styles.primary,
|
|
52
|
+
variant === 'danger' && styles.danger,
|
|
53
|
+
style, // Allow external style overrides
|
|
54
|
+
]}
|
|
55
|
+
/>
|
|
56
|
+
);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
const styles = StyleSheet.create({
|
|
60
|
+
base: {
|
|
61
|
+
padding: 16,
|
|
62
|
+
borderRadius: 8,
|
|
63
|
+
backgroundColor: '#f3f4f6',
|
|
64
|
+
},
|
|
65
|
+
primary: {
|
|
66
|
+
backgroundColor: '#6366f1',
|
|
67
|
+
},
|
|
68
|
+
danger: {
|
|
69
|
+
backgroundColor: '#ef4444',
|
|
70
|
+
},
|
|
71
|
+
});
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
## Theme System
|
|
75
|
+
|
|
76
|
+
### Theme Context
|
|
77
|
+
|
|
78
|
+
```typescript
|
|
79
|
+
import React, { createContext, useContext, useMemo } from 'react';
|
|
80
|
+
import { useColorScheme } from 'react-native';
|
|
81
|
+
|
|
82
|
+
interface Theme {
|
|
83
|
+
colors: {
|
|
84
|
+
primary: string;
|
|
85
|
+
secondary: string;
|
|
86
|
+
background: string;
|
|
87
|
+
surface: string;
|
|
88
|
+
text: string;
|
|
89
|
+
textSecondary: string;
|
|
90
|
+
border: string;
|
|
91
|
+
error: string;
|
|
92
|
+
success: string;
|
|
93
|
+
};
|
|
94
|
+
spacing: {
|
|
95
|
+
xs: number;
|
|
96
|
+
sm: number;
|
|
97
|
+
md: number;
|
|
98
|
+
lg: number;
|
|
99
|
+
xl: number;
|
|
100
|
+
};
|
|
101
|
+
borderRadius: {
|
|
102
|
+
sm: number;
|
|
103
|
+
md: number;
|
|
104
|
+
lg: number;
|
|
105
|
+
full: number;
|
|
106
|
+
};
|
|
107
|
+
typography: {
|
|
108
|
+
h1: { fontSize: number; fontWeight: string; lineHeight: number };
|
|
109
|
+
h2: { fontSize: number; fontWeight: string; lineHeight: number };
|
|
110
|
+
body: { fontSize: number; fontWeight: string; lineHeight: number };
|
|
111
|
+
caption: { fontSize: number; fontWeight: string; lineHeight: number };
|
|
112
|
+
};
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
const lightTheme: Theme = {
|
|
116
|
+
colors: {
|
|
117
|
+
primary: '#6366f1',
|
|
118
|
+
secondary: '#8b5cf6',
|
|
119
|
+
background: '#ffffff',
|
|
120
|
+
surface: '#f9fafb',
|
|
121
|
+
text: '#1f2937',
|
|
122
|
+
textSecondary: '#6b7280',
|
|
123
|
+
border: '#e5e7eb',
|
|
124
|
+
error: '#ef4444',
|
|
125
|
+
success: '#10b981',
|
|
126
|
+
},
|
|
127
|
+
spacing: {
|
|
128
|
+
xs: 4,
|
|
129
|
+
sm: 8,
|
|
130
|
+
md: 16,
|
|
131
|
+
lg: 24,
|
|
132
|
+
xl: 32,
|
|
133
|
+
},
|
|
134
|
+
borderRadius: {
|
|
135
|
+
sm: 4,
|
|
136
|
+
md: 8,
|
|
137
|
+
lg: 16,
|
|
138
|
+
full: 9999,
|
|
139
|
+
},
|
|
140
|
+
typography: {
|
|
141
|
+
h1: { fontSize: 32, fontWeight: '700', lineHeight: 40 },
|
|
142
|
+
h2: { fontSize: 24, fontWeight: '600', lineHeight: 32 },
|
|
143
|
+
body: { fontSize: 16, fontWeight: '400', lineHeight: 24 },
|
|
144
|
+
caption: { fontSize: 12, fontWeight: '400', lineHeight: 16 },
|
|
145
|
+
},
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
const darkTheme: Theme = {
|
|
149
|
+
...lightTheme,
|
|
150
|
+
colors: {
|
|
151
|
+
primary: '#818cf8',
|
|
152
|
+
secondary: '#a78bfa',
|
|
153
|
+
background: '#111827',
|
|
154
|
+
surface: '#1f2937',
|
|
155
|
+
text: '#f9fafb',
|
|
156
|
+
textSecondary: '#9ca3af',
|
|
157
|
+
border: '#374151',
|
|
158
|
+
error: '#f87171',
|
|
159
|
+
success: '#34d399',
|
|
160
|
+
},
|
|
161
|
+
};
|
|
162
|
+
|
|
163
|
+
const ThemeContext = createContext<Theme>(lightTheme);
|
|
164
|
+
|
|
165
|
+
export function ThemeProvider({ children }: { children: React.ReactNode }) {
|
|
166
|
+
const colorScheme = useColorScheme();
|
|
167
|
+
const theme = useMemo(
|
|
168
|
+
() => (colorScheme === 'dark' ? darkTheme : lightTheme),
|
|
169
|
+
[colorScheme]
|
|
170
|
+
);
|
|
171
|
+
|
|
172
|
+
return (
|
|
173
|
+
<ThemeContext.Provider value={theme}>
|
|
174
|
+
{children}
|
|
175
|
+
</ThemeContext.Provider>
|
|
176
|
+
);
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
export function useTheme() {
|
|
180
|
+
return useContext(ThemeContext);
|
|
181
|
+
}
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
### Using Theme
|
|
185
|
+
|
|
186
|
+
```typescript
|
|
187
|
+
import { useTheme } from './theme';
|
|
188
|
+
|
|
189
|
+
function ThemedCard() {
|
|
190
|
+
const theme = useTheme();
|
|
191
|
+
|
|
192
|
+
return (
|
|
193
|
+
<View
|
|
194
|
+
style={{
|
|
195
|
+
backgroundColor: theme.colors.surface,
|
|
196
|
+
padding: theme.spacing.md,
|
|
197
|
+
borderRadius: theme.borderRadius.lg,
|
|
198
|
+
borderWidth: 1,
|
|
199
|
+
borderColor: theme.colors.border,
|
|
200
|
+
}}
|
|
201
|
+
>
|
|
202
|
+
<Text
|
|
203
|
+
style={{
|
|
204
|
+
...theme.typography.h2,
|
|
205
|
+
color: theme.colors.text,
|
|
206
|
+
marginBottom: theme.spacing.sm,
|
|
207
|
+
}}
|
|
208
|
+
>
|
|
209
|
+
Card Title
|
|
210
|
+
</Text>
|
|
211
|
+
<Text
|
|
212
|
+
style={{
|
|
213
|
+
...theme.typography.body,
|
|
214
|
+
color: theme.colors.textSecondary,
|
|
215
|
+
}}
|
|
216
|
+
>
|
|
217
|
+
Card description text
|
|
218
|
+
</Text>
|
|
219
|
+
</View>
|
|
220
|
+
);
|
|
221
|
+
}
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
## Responsive Design
|
|
225
|
+
|
|
226
|
+
### Screen Dimensions
|
|
227
|
+
|
|
228
|
+
```typescript
|
|
229
|
+
import { Dimensions, useWindowDimensions, PixelRatio } from 'react-native';
|
|
230
|
+
|
|
231
|
+
// Get dimensions once (may be stale after rotation)
|
|
232
|
+
const { width: SCREEN_WIDTH, height: SCREEN_HEIGHT } = Dimensions.get('window');
|
|
233
|
+
|
|
234
|
+
// Responsive scaling
|
|
235
|
+
const guidelineBaseWidth = 375;
|
|
236
|
+
const guidelineBaseHeight = 812;
|
|
237
|
+
|
|
238
|
+
export const scale = (size: number) =>
|
|
239
|
+
(SCREEN_WIDTH / guidelineBaseWidth) * size;
|
|
240
|
+
|
|
241
|
+
export const verticalScale = (size: number) =>
|
|
242
|
+
(SCREEN_HEIGHT / guidelineBaseHeight) * size;
|
|
243
|
+
|
|
244
|
+
export const moderateScale = (size: number, factor = 0.5) =>
|
|
245
|
+
size + (scale(size) - size) * factor;
|
|
246
|
+
|
|
247
|
+
// Hook for dynamic dimensions (handles rotation)
|
|
248
|
+
function ResponsiveComponent() {
|
|
249
|
+
const { width, height } = useWindowDimensions();
|
|
250
|
+
const isLandscape = width > height;
|
|
251
|
+
const isTablet = width >= 768;
|
|
252
|
+
|
|
253
|
+
return (
|
|
254
|
+
<View style={{ flexDirection: isLandscape ? 'row' : 'column' }}>
|
|
255
|
+
{/* Content */}
|
|
256
|
+
</View>
|
|
257
|
+
);
|
|
258
|
+
}
|
|
259
|
+
```
|
|
260
|
+
|
|
261
|
+
### Breakpoint System
|
|
262
|
+
|
|
263
|
+
```typescript
|
|
264
|
+
import { useWindowDimensions } from 'react-native';
|
|
265
|
+
|
|
266
|
+
type Breakpoint = 'sm' | 'md' | 'lg' | 'xl';
|
|
267
|
+
|
|
268
|
+
const breakpoints = {
|
|
269
|
+
sm: 0,
|
|
270
|
+
md: 768,
|
|
271
|
+
lg: 1024,
|
|
272
|
+
xl: 1280,
|
|
273
|
+
};
|
|
274
|
+
|
|
275
|
+
export function useBreakpoint(): Breakpoint {
|
|
276
|
+
const { width } = useWindowDimensions();
|
|
277
|
+
|
|
278
|
+
if (width >= breakpoints.xl) return 'xl';
|
|
279
|
+
if (width >= breakpoints.lg) return 'lg';
|
|
280
|
+
if (width >= breakpoints.md) return 'md';
|
|
281
|
+
return 'sm';
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
export function useResponsiveValue<T>(values: Partial<Record<Breakpoint, T>>): T | undefined {
|
|
285
|
+
const breakpoint = useBreakpoint();
|
|
286
|
+
const breakpointOrder: Breakpoint[] = ['xl', 'lg', 'md', 'sm'];
|
|
287
|
+
const currentIndex = breakpointOrder.indexOf(breakpoint);
|
|
288
|
+
|
|
289
|
+
for (let i = currentIndex; i < breakpointOrder.length; i++) {
|
|
290
|
+
const bp = breakpointOrder[i];
|
|
291
|
+
if (values[bp] !== undefined) {
|
|
292
|
+
return values[bp];
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
return undefined;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
// Usage
|
|
300
|
+
function ResponsiveGrid() {
|
|
301
|
+
const columns = useResponsiveValue({ sm: 1, md: 2, lg: 3, xl: 4 }) ?? 1;
|
|
302
|
+
|
|
303
|
+
return (
|
|
304
|
+
<View style={{ flexDirection: 'row', flexWrap: 'wrap' }}>
|
|
305
|
+
{items.map((item) => (
|
|
306
|
+
<View key={item.id} style={{ width: `${100 / columns}%` }}>
|
|
307
|
+
<ItemCard item={item} />
|
|
308
|
+
</View>
|
|
309
|
+
))}
|
|
310
|
+
</View>
|
|
311
|
+
);
|
|
312
|
+
}
|
|
313
|
+
```
|
|
314
|
+
|
|
315
|
+
## Layout Components
|
|
316
|
+
|
|
317
|
+
### Container
|
|
318
|
+
|
|
319
|
+
```typescript
|
|
320
|
+
import { View, ViewStyle, StyleProp } from 'react-native';
|
|
321
|
+
import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
|
322
|
+
import { useTheme } from './theme';
|
|
323
|
+
|
|
324
|
+
interface ContainerProps {
|
|
325
|
+
children: React.ReactNode;
|
|
326
|
+
style?: StyleProp<ViewStyle>;
|
|
327
|
+
edges?: ('top' | 'bottom' | 'left' | 'right')[];
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
export function Container({ children, style, edges = ['top', 'bottom'] }: ContainerProps) {
|
|
331
|
+
const insets = useSafeAreaInsets();
|
|
332
|
+
const theme = useTheme();
|
|
333
|
+
|
|
334
|
+
return (
|
|
335
|
+
<View
|
|
336
|
+
style={[
|
|
337
|
+
{
|
|
338
|
+
flex: 1,
|
|
339
|
+
backgroundColor: theme.colors.background,
|
|
340
|
+
paddingTop: edges.includes('top') ? insets.top : 0,
|
|
341
|
+
paddingBottom: edges.includes('bottom') ? insets.bottom : 0,
|
|
342
|
+
paddingLeft: edges.includes('left') ? insets.left : 0,
|
|
343
|
+
paddingRight: edges.includes('right') ? insets.right : 0,
|
|
344
|
+
},
|
|
345
|
+
style,
|
|
346
|
+
]}
|
|
347
|
+
>
|
|
348
|
+
{children}
|
|
349
|
+
</View>
|
|
350
|
+
);
|
|
351
|
+
}
|
|
352
|
+
```
|
|
353
|
+
|
|
354
|
+
### Stack Components
|
|
355
|
+
|
|
356
|
+
```typescript
|
|
357
|
+
import { View, ViewStyle, StyleProp } from 'react-native';
|
|
358
|
+
|
|
359
|
+
interface StackProps {
|
|
360
|
+
children: React.ReactNode;
|
|
361
|
+
spacing?: number;
|
|
362
|
+
style?: StyleProp<ViewStyle>;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
export function VStack({ children, spacing = 8, style }: StackProps) {
|
|
366
|
+
return (
|
|
367
|
+
<View style={[{ gap: spacing }, style]}>
|
|
368
|
+
{children}
|
|
369
|
+
</View>
|
|
370
|
+
);
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
export function HStack({ children, spacing = 8, style }: StackProps) {
|
|
374
|
+
return (
|
|
375
|
+
<View style={[{ flexDirection: 'row', alignItems: 'center', gap: spacing }, style]}>
|
|
376
|
+
{children}
|
|
377
|
+
</View>
|
|
378
|
+
);
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
// Usage
|
|
382
|
+
function Example() {
|
|
383
|
+
return (
|
|
384
|
+
<VStack spacing={16}>
|
|
385
|
+
<HStack spacing={8}>
|
|
386
|
+
<Avatar />
|
|
387
|
+
<VStack spacing={2}>
|
|
388
|
+
<Text style={styles.name}>John Doe</Text>
|
|
389
|
+
<Text style={styles.email}>john@example.com</Text>
|
|
390
|
+
</VStack>
|
|
391
|
+
</HStack>
|
|
392
|
+
<Button title="Edit Profile" />
|
|
393
|
+
</VStack>
|
|
394
|
+
);
|
|
395
|
+
}
|
|
396
|
+
```
|
|
397
|
+
|
|
398
|
+
### Spacer
|
|
399
|
+
|
|
400
|
+
```typescript
|
|
401
|
+
import { View } from 'react-native';
|
|
402
|
+
|
|
403
|
+
interface SpacerProps {
|
|
404
|
+
size?: number;
|
|
405
|
+
flex?: number;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export function Spacer({ size, flex }: SpacerProps) {
|
|
409
|
+
if (flex) {
|
|
410
|
+
return <View style={{ flex }} />;
|
|
411
|
+
}
|
|
412
|
+
return <View style={{ height: size, width: size }} />;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
// Usage
|
|
416
|
+
<HStack>
|
|
417
|
+
<Text>Left</Text>
|
|
418
|
+
<Spacer flex={1} />
|
|
419
|
+
<Text>Right</Text>
|
|
420
|
+
</HStack>
|
|
421
|
+
```
|
|
422
|
+
|
|
423
|
+
## Shadow Styles
|
|
424
|
+
|
|
425
|
+
### Cross-Platform Shadows
|
|
426
|
+
|
|
427
|
+
```typescript
|
|
428
|
+
import { Platform, ViewStyle } from "react-native";
|
|
429
|
+
|
|
430
|
+
export function createShadow(elevation: number, color = "#000000"): ViewStyle {
|
|
431
|
+
if (Platform.OS === "android") {
|
|
432
|
+
return { elevation };
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
// iOS shadow mapping based on elevation
|
|
436
|
+
const shadowMap: Record<number, ViewStyle> = {
|
|
437
|
+
1: {
|
|
438
|
+
shadowColor: color,
|
|
439
|
+
shadowOffset: { width: 0, height: 1 },
|
|
440
|
+
shadowOpacity: 0.18,
|
|
441
|
+
shadowRadius: 1,
|
|
442
|
+
},
|
|
443
|
+
2: {
|
|
444
|
+
shadowColor: color,
|
|
445
|
+
shadowOffset: { width: 0, height: 2 },
|
|
446
|
+
shadowOpacity: 0.2,
|
|
447
|
+
shadowRadius: 2,
|
|
448
|
+
},
|
|
449
|
+
4: {
|
|
450
|
+
shadowColor: color,
|
|
451
|
+
shadowOffset: { width: 0, height: 2 },
|
|
452
|
+
shadowOpacity: 0.22,
|
|
453
|
+
shadowRadius: 4,
|
|
454
|
+
},
|
|
455
|
+
8: {
|
|
456
|
+
shadowColor: color,
|
|
457
|
+
shadowOffset: { width: 0, height: 4 },
|
|
458
|
+
shadowOpacity: 0.25,
|
|
459
|
+
shadowRadius: 8,
|
|
460
|
+
},
|
|
461
|
+
16: {
|
|
462
|
+
shadowColor: color,
|
|
463
|
+
shadowOffset: { width: 0, height: 8 },
|
|
464
|
+
shadowOpacity: 0.3,
|
|
465
|
+
shadowRadius: 16,
|
|
466
|
+
},
|
|
467
|
+
};
|
|
468
|
+
|
|
469
|
+
return shadowMap[elevation] || shadowMap[4];
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
// Predefined shadow styles
|
|
473
|
+
export const shadows = {
|
|
474
|
+
sm: createShadow(2),
|
|
475
|
+
md: createShadow(4),
|
|
476
|
+
lg: createShadow(8),
|
|
477
|
+
xl: createShadow(16),
|
|
478
|
+
};
|
|
479
|
+
|
|
480
|
+
// Usage
|
|
481
|
+
const styles = StyleSheet.create({
|
|
482
|
+
card: {
|
|
483
|
+
backgroundColor: "#ffffff",
|
|
484
|
+
borderRadius: 12,
|
|
485
|
+
padding: 16,
|
|
486
|
+
...shadows.md,
|
|
487
|
+
},
|
|
488
|
+
});
|
|
489
|
+
```
|
|
490
|
+
|
|
491
|
+
## Typography System
|
|
492
|
+
|
|
493
|
+
### Text Components
|
|
494
|
+
|
|
495
|
+
```typescript
|
|
496
|
+
import { Text as RNText, TextStyle, StyleProp, TextProps as RNTextProps } from 'react-native';
|
|
497
|
+
import { useTheme } from './theme';
|
|
498
|
+
|
|
499
|
+
type Variant = 'h1' | 'h2' | 'h3' | 'body' | 'bodySmall' | 'caption' | 'label';
|
|
500
|
+
type Color = 'primary' | 'secondary' | 'text' | 'textSecondary' | 'error' | 'success';
|
|
501
|
+
|
|
502
|
+
interface TextProps extends RNTextProps {
|
|
503
|
+
variant?: Variant;
|
|
504
|
+
color?: Color;
|
|
505
|
+
weight?: 'normal' | 'medium' | 'semibold' | 'bold';
|
|
506
|
+
align?: 'left' | 'center' | 'right';
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
const variantStyles: Record<Variant, TextStyle> = {
|
|
510
|
+
h1: { fontSize: 32, lineHeight: 40, fontWeight: '700' },
|
|
511
|
+
h2: { fontSize: 24, lineHeight: 32, fontWeight: '600' },
|
|
512
|
+
h3: { fontSize: 20, lineHeight: 28, fontWeight: '600' },
|
|
513
|
+
body: { fontSize: 16, lineHeight: 24, fontWeight: '400' },
|
|
514
|
+
bodySmall: { fontSize: 14, lineHeight: 20, fontWeight: '400' },
|
|
515
|
+
caption: { fontSize: 12, lineHeight: 16, fontWeight: '400' },
|
|
516
|
+
label: { fontSize: 14, lineHeight: 20, fontWeight: '500' },
|
|
517
|
+
};
|
|
518
|
+
|
|
519
|
+
const weightStyles: Record<string, TextStyle> = {
|
|
520
|
+
normal: { fontWeight: '400' },
|
|
521
|
+
medium: { fontWeight: '500' },
|
|
522
|
+
semibold: { fontWeight: '600' },
|
|
523
|
+
bold: { fontWeight: '700' },
|
|
524
|
+
};
|
|
525
|
+
|
|
526
|
+
export function Text({
|
|
527
|
+
variant = 'body',
|
|
528
|
+
color = 'text',
|
|
529
|
+
weight,
|
|
530
|
+
align,
|
|
531
|
+
style,
|
|
532
|
+
...props
|
|
533
|
+
}: TextProps) {
|
|
534
|
+
const theme = useTheme();
|
|
535
|
+
|
|
536
|
+
return (
|
|
537
|
+
<RNText
|
|
538
|
+
style={[
|
|
539
|
+
variantStyles[variant],
|
|
540
|
+
{ color: theme.colors[color] },
|
|
541
|
+
weight && weightStyles[weight],
|
|
542
|
+
align && { textAlign: align },
|
|
543
|
+
style,
|
|
544
|
+
]}
|
|
545
|
+
{...props}
|
|
546
|
+
/>
|
|
547
|
+
);
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
// Usage
|
|
551
|
+
<Text variant="h1">Heading</Text>
|
|
552
|
+
<Text variant="body" color="textSecondary">Body text</Text>
|
|
553
|
+
<Text variant="label" weight="semibold">Label</Text>
|
|
554
|
+
```
|
|
555
|
+
|
|
556
|
+
## Button Styles
|
|
557
|
+
|
|
558
|
+
### Customizable Button
|
|
559
|
+
|
|
560
|
+
```typescript
|
|
561
|
+
import { Pressable, StyleSheet, ActivityIndicator } from 'react-native';
|
|
562
|
+
import Animated, {
|
|
563
|
+
useSharedValue,
|
|
564
|
+
useAnimatedStyle,
|
|
565
|
+
withSpring,
|
|
566
|
+
} from 'react-native-reanimated';
|
|
567
|
+
import { useTheme } from './theme';
|
|
568
|
+
|
|
569
|
+
type Variant = 'filled' | 'outlined' | 'ghost';
|
|
570
|
+
type Size = 'sm' | 'md' | 'lg';
|
|
571
|
+
|
|
572
|
+
interface ButtonProps {
|
|
573
|
+
title: string;
|
|
574
|
+
onPress: () => void;
|
|
575
|
+
variant?: Variant;
|
|
576
|
+
size?: Size;
|
|
577
|
+
disabled?: boolean;
|
|
578
|
+
loading?: boolean;
|
|
579
|
+
leftIcon?: React.ReactNode;
|
|
580
|
+
rightIcon?: React.ReactNode;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
const AnimatedPressable = Animated.createAnimatedComponent(Pressable);
|
|
584
|
+
|
|
585
|
+
export function Button({
|
|
586
|
+
title,
|
|
587
|
+
onPress,
|
|
588
|
+
variant = 'filled',
|
|
589
|
+
size = 'md',
|
|
590
|
+
disabled = false,
|
|
591
|
+
loading = false,
|
|
592
|
+
leftIcon,
|
|
593
|
+
rightIcon,
|
|
594
|
+
}: ButtonProps) {
|
|
595
|
+
const theme = useTheme();
|
|
596
|
+
const scale = useSharedValue(1);
|
|
597
|
+
|
|
598
|
+
const animatedStyle = useAnimatedStyle(() => ({
|
|
599
|
+
transform: [{ scale: scale.value }],
|
|
600
|
+
}));
|
|
601
|
+
|
|
602
|
+
const sizeStyles = {
|
|
603
|
+
sm: { paddingVertical: 8, paddingHorizontal: 12, fontSize: 14 },
|
|
604
|
+
md: { paddingVertical: 12, paddingHorizontal: 16, fontSize: 16 },
|
|
605
|
+
lg: { paddingVertical: 16, paddingHorizontal: 24, fontSize: 18 },
|
|
606
|
+
};
|
|
607
|
+
|
|
608
|
+
const variantStyles = {
|
|
609
|
+
filled: {
|
|
610
|
+
backgroundColor: theme.colors.primary,
|
|
611
|
+
textColor: '#ffffff',
|
|
612
|
+
},
|
|
613
|
+
outlined: {
|
|
614
|
+
backgroundColor: 'transparent',
|
|
615
|
+
borderWidth: 1,
|
|
616
|
+
borderColor: theme.colors.primary,
|
|
617
|
+
textColor: theme.colors.primary,
|
|
618
|
+
},
|
|
619
|
+
ghost: {
|
|
620
|
+
backgroundColor: 'transparent',
|
|
621
|
+
textColor: theme.colors.primary,
|
|
622
|
+
},
|
|
623
|
+
};
|
|
624
|
+
|
|
625
|
+
const currentVariant = variantStyles[variant];
|
|
626
|
+
const currentSize = sizeStyles[size];
|
|
627
|
+
|
|
628
|
+
return (
|
|
629
|
+
<AnimatedPressable
|
|
630
|
+
style={[
|
|
631
|
+
styles.base,
|
|
632
|
+
{
|
|
633
|
+
backgroundColor: currentVariant.backgroundColor,
|
|
634
|
+
borderWidth: currentVariant.borderWidth,
|
|
635
|
+
borderColor: currentVariant.borderColor,
|
|
636
|
+
paddingVertical: currentSize.paddingVertical,
|
|
637
|
+
paddingHorizontal: currentSize.paddingHorizontal,
|
|
638
|
+
opacity: disabled ? 0.5 : 1,
|
|
639
|
+
},
|
|
640
|
+
animatedStyle,
|
|
641
|
+
]}
|
|
642
|
+
onPress={onPress}
|
|
643
|
+
onPressIn={() => { scale.value = withSpring(0.97); }}
|
|
644
|
+
onPressOut={() => { scale.value = withSpring(1); }}
|
|
645
|
+
disabled={disabled || loading}
|
|
646
|
+
>
|
|
647
|
+
{loading ? (
|
|
648
|
+
<ActivityIndicator color={currentVariant.textColor} />
|
|
649
|
+
) : (
|
|
650
|
+
<>
|
|
651
|
+
{leftIcon}
|
|
652
|
+
<Text
|
|
653
|
+
style={{
|
|
654
|
+
color: currentVariant.textColor,
|
|
655
|
+
fontSize: currentSize.fontSize,
|
|
656
|
+
fontWeight: '600',
|
|
657
|
+
marginHorizontal: leftIcon || rightIcon ? 8 : 0,
|
|
658
|
+
}}
|
|
659
|
+
>
|
|
660
|
+
{title}
|
|
661
|
+
</Text>
|
|
662
|
+
{rightIcon}
|
|
663
|
+
</>
|
|
664
|
+
)}
|
|
665
|
+
</AnimatedPressable>
|
|
666
|
+
);
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
const styles = StyleSheet.create({
|
|
670
|
+
base: {
|
|
671
|
+
flexDirection: 'row',
|
|
672
|
+
alignItems: 'center',
|
|
673
|
+
justifyContent: 'center',
|
|
674
|
+
borderRadius: 8,
|
|
675
|
+
},
|
|
676
|
+
});
|
|
677
|
+
```
|
|
678
|
+
|
|
679
|
+
## Form Styles
|
|
680
|
+
|
|
681
|
+
### Input Component
|
|
682
|
+
|
|
683
|
+
```typescript
|
|
684
|
+
import { useState } from 'react';
|
|
685
|
+
import {
|
|
686
|
+
View,
|
|
687
|
+
TextInput,
|
|
688
|
+
StyleSheet,
|
|
689
|
+
TextInputProps,
|
|
690
|
+
Pressable,
|
|
691
|
+
} from 'react-native';
|
|
692
|
+
import { useTheme } from './theme';
|
|
693
|
+
|
|
694
|
+
interface InputProps extends TextInputProps {
|
|
695
|
+
label?: string;
|
|
696
|
+
error?: string;
|
|
697
|
+
leftIcon?: React.ReactNode;
|
|
698
|
+
rightIcon?: React.ReactNode;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
export function Input({
|
|
702
|
+
label,
|
|
703
|
+
error,
|
|
704
|
+
leftIcon,
|
|
705
|
+
rightIcon,
|
|
706
|
+
style,
|
|
707
|
+
...props
|
|
708
|
+
}: InputProps) {
|
|
709
|
+
const theme = useTheme();
|
|
710
|
+
const [isFocused, setIsFocused] = useState(false);
|
|
711
|
+
|
|
712
|
+
const borderColor = error
|
|
713
|
+
? theme.colors.error
|
|
714
|
+
: isFocused
|
|
715
|
+
? theme.colors.primary
|
|
716
|
+
: theme.colors.border;
|
|
717
|
+
|
|
718
|
+
return (
|
|
719
|
+
<View style={styles.container}>
|
|
720
|
+
{label && (
|
|
721
|
+
<Text style={[styles.label, { color: theme.colors.text }]}>
|
|
722
|
+
{label}
|
|
723
|
+
</Text>
|
|
724
|
+
)}
|
|
725
|
+
<View
|
|
726
|
+
style={[
|
|
727
|
+
styles.inputContainer,
|
|
728
|
+
{
|
|
729
|
+
borderColor,
|
|
730
|
+
backgroundColor: theme.colors.surface,
|
|
731
|
+
},
|
|
732
|
+
]}
|
|
733
|
+
>
|
|
734
|
+
{leftIcon && <View style={styles.icon}>{leftIcon}</View>}
|
|
735
|
+
<TextInput
|
|
736
|
+
style={[
|
|
737
|
+
styles.input,
|
|
738
|
+
{ color: theme.colors.text },
|
|
739
|
+
style,
|
|
740
|
+
]}
|
|
741
|
+
placeholderTextColor={theme.colors.textSecondary}
|
|
742
|
+
onFocus={() => setIsFocused(true)}
|
|
743
|
+
onBlur={() => setIsFocused(false)}
|
|
744
|
+
{...props}
|
|
745
|
+
/>
|
|
746
|
+
{rightIcon && <View style={styles.icon}>{rightIcon}</View>}
|
|
747
|
+
</View>
|
|
748
|
+
{error && (
|
|
749
|
+
<Text style={[styles.error, { color: theme.colors.error }]}>
|
|
750
|
+
{error}
|
|
751
|
+
</Text>
|
|
752
|
+
)}
|
|
753
|
+
</View>
|
|
754
|
+
);
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
const styles = StyleSheet.create({
|
|
758
|
+
container: {
|
|
759
|
+
marginBottom: 16,
|
|
760
|
+
},
|
|
761
|
+
label: {
|
|
762
|
+
fontSize: 14,
|
|
763
|
+
fontWeight: '500',
|
|
764
|
+
marginBottom: 6,
|
|
765
|
+
},
|
|
766
|
+
inputContainer: {
|
|
767
|
+
flexDirection: 'row',
|
|
768
|
+
alignItems: 'center',
|
|
769
|
+
borderWidth: 1,
|
|
770
|
+
borderRadius: 8,
|
|
771
|
+
paddingHorizontal: 12,
|
|
772
|
+
},
|
|
773
|
+
input: {
|
|
774
|
+
flex: 1,
|
|
775
|
+
paddingVertical: 12,
|
|
776
|
+
fontSize: 16,
|
|
777
|
+
},
|
|
778
|
+
icon: {
|
|
779
|
+
marginHorizontal: 4,
|
|
780
|
+
},
|
|
781
|
+
error: {
|
|
782
|
+
fontSize: 12,
|
|
783
|
+
marginTop: 4,
|
|
784
|
+
},
|
|
785
|
+
});
|
|
786
|
+
```
|
|
787
|
+
|
|
788
|
+
## List Styles
|
|
789
|
+
|
|
790
|
+
### FlatList with Styling
|
|
791
|
+
|
|
792
|
+
```typescript
|
|
793
|
+
import { FlatList, View, StyleSheet } from 'react-native';
|
|
794
|
+
|
|
795
|
+
interface Item {
|
|
796
|
+
id: string;
|
|
797
|
+
title: string;
|
|
798
|
+
subtitle: string;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
function StyledList({ items }: { items: Item[] }) {
|
|
802
|
+
return (
|
|
803
|
+
<FlatList
|
|
804
|
+
data={items}
|
|
805
|
+
keyExtractor={(item) => item.id}
|
|
806
|
+
renderItem={({ item, index }) => (
|
|
807
|
+
<View
|
|
808
|
+
style={[
|
|
809
|
+
styles.item,
|
|
810
|
+
index === 0 && styles.firstItem,
|
|
811
|
+
index === items.length - 1 && styles.lastItem,
|
|
812
|
+
]}
|
|
813
|
+
>
|
|
814
|
+
<Text style={styles.itemTitle}>{item.title}</Text>
|
|
815
|
+
<Text style={styles.itemSubtitle}>{item.subtitle}</Text>
|
|
816
|
+
</View>
|
|
817
|
+
)}
|
|
818
|
+
ItemSeparatorComponent={() => <View style={styles.separator} />}
|
|
819
|
+
ListHeaderComponent={() => (
|
|
820
|
+
<Text style={styles.header}>List Header</Text>
|
|
821
|
+
)}
|
|
822
|
+
ListEmptyComponent={() => (
|
|
823
|
+
<View style={styles.empty}>
|
|
824
|
+
<Text>No items found</Text>
|
|
825
|
+
</View>
|
|
826
|
+
)}
|
|
827
|
+
contentContainerStyle={styles.listContent}
|
|
828
|
+
/>
|
|
829
|
+
);
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
const styles = StyleSheet.create({
|
|
833
|
+
listContent: {
|
|
834
|
+
padding: 16,
|
|
835
|
+
},
|
|
836
|
+
item: {
|
|
837
|
+
backgroundColor: '#ffffff',
|
|
838
|
+
padding: 16,
|
|
839
|
+
},
|
|
840
|
+
firstItem: {
|
|
841
|
+
borderTopLeftRadius: 12,
|
|
842
|
+
borderTopRightRadius: 12,
|
|
843
|
+
},
|
|
844
|
+
lastItem: {
|
|
845
|
+
borderBottomLeftRadius: 12,
|
|
846
|
+
borderBottomRightRadius: 12,
|
|
847
|
+
},
|
|
848
|
+
itemTitle: {
|
|
849
|
+
fontSize: 16,
|
|
850
|
+
fontWeight: '600',
|
|
851
|
+
marginBottom: 4,
|
|
852
|
+
},
|
|
853
|
+
itemSubtitle: {
|
|
854
|
+
fontSize: 14,
|
|
855
|
+
color: '#6b7280',
|
|
856
|
+
},
|
|
857
|
+
separator: {
|
|
858
|
+
height: 1,
|
|
859
|
+
backgroundColor: '#e5e7eb',
|
|
860
|
+
},
|
|
861
|
+
header: {
|
|
862
|
+
fontSize: 20,
|
|
863
|
+
fontWeight: '700',
|
|
864
|
+
marginBottom: 16,
|
|
865
|
+
},
|
|
866
|
+
empty: {
|
|
867
|
+
alignItems: 'center',
|
|
868
|
+
padding: 32,
|
|
869
|
+
},
|
|
870
|
+
});
|
|
871
|
+
```
|