cross-platform-engineeringlisted
Install: claude install-skill PhoenixNest/AGENT-GLOBAL-BASE
# Cross-Platform Engineering
Router skill for the `cross-platform-engineering` domain. Explore `references/` for specific sub-skills.
## Available Sub-Skills
| Skill File | Description |
| ----------------------------------------------------------------------------- | --------------------------------------------------------------- |
| `cross-platform-architecture.md` | Shared architecture patterns, module boundaries |
| `flutter-component-library,-rtl-support,-material-design,-custom-painters.md` | Flutter components, RTL, Material Design |
| `flutter-implementation.md` | Flutter development patterns |
| `flutter-native-integration.md` | MethodChannel, EventChannel, biometric auth, push notifications |
| `flutter-performance-patterns.md` | Frame profiling, RepaintBoundary, raster cache |
| `flutter-testing-automation.md` | Widget tests, golden tests, Patrol integration tests |
| `kmp-architecture.md` | Shared Module Design, Expect/Actual, KMP ViewModel |
| `kmp-