Skip to content

Releases: TMHSDigital/Mobile-App-Developer-Tools

v1.0.0 - 43 skills, 12 rules

05 Apr 16:15

Choose a tag to compare

Changed

  • Production stable release: 43 skills, 12 rules, 36 MCP tools
  • Added README.md to MCP server package (@tmhs/mobile-mcp) for npm listing
  • Standardized punctuation: replaced em dashes with hyphens across 6 skills, 2 rules, 1 README
  • Fixed CLAUDE.md SnapLog skill count (was "20", corrected to "43")
  • Updated SECURITY.md supported versions
  • Added LICENSE to mcp-server/ and packages/mobile-dev-tools/ for npm tarballs
  • Added keywords to @tmhs/mobile-mcp package.json
  • Fixed README.md symlink example path

v0.12.0 - 43 skills, 12 rules

05 Apr 15:56

Choose a tag to compare

Added

  • 3 new skills: mobile-native-modules (Expo Modules API, Turbo Modules, JSI bridging, native view components, Swift/Kotlin), mobile-config-plugins (config plugin authoring, CNG patterns, Xcode/Gradle automation, modifier previews), mobile-sdk-upgrade (SDK version migration, dependency audit, breaking change detection, rollback strategy, expo-doctor)
  • 1 new rule: mobile-native-compat (flags deprecated native APIs, bridge-only module patterns, New Architecture incompatibilities, sunset React Native APIs)
  • 3 new MCP tools: mobile_createNativeModule, mobile_upgradeSDK, mobile_checkNativeCompat
  • Totals: 43 skills, 12 rules, 36 MCP tools

v0.11.0 - 40 skills, 11 rules

03 Apr 23:21

Choose a tag to compare

Added

  • 3 new skills: mobile-theming (design tokens, dark mode, system appearance detection, NativeWind, Material 3, persistent theme preference), mobile-feature-flags (PostHog, LaunchDarkly, Firebase Remote Config, A/B testing, staged rollouts, kill switches), mobile-accessibility-testing (automated a11y audits, WCAG compliance, screen reader testing, CI integration)
  • 1 new rule: mobile-color-contrast (flags insufficient color contrast, missing dark mode variants, non-semantic color usage, hardcoded colors without theme tokens)
  • 3 new MCP tools: mobile_setupTheming, mobile_auditAccessibility, mobile_setupFeatureFlags
  • Totals: 40 skills, 11 rules, 33 MCP tools

v0.10.0 - 37 skills, 10 rules

03 Apr 22:28

Choose a tag to compare

Added

  • 5 new skills: mobile-security (SSL pinning, code obfuscation, jailbreak/root detection, certificate transparency, secure key storage), mobile-offline-sync (offline-first architecture, WatermelonDB, PowerSync, Drift, conflict resolution, operation queuing), mobile-background-tasks (expo-task-manager, expo-background-fetch, WorkManager, BGTaskScheduler, headless JS, Flutter Workmanager), mobile-debugging (Flipper, React DevTools, Flutter DevTools, memory leak detection, network inspection), mobile-app-monitoring (Sentry Performance, Datadog RUM, Instabug, OpenTelemetry spans, Apdex scoring, session replay)
  • 1 new rule: mobile-security-audit (flags insecure storage, missing SSL pinning, debug flags in release builds, cleartext traffic, hardcoded signing credentials)
  • 4 new MCP tools: mobile_securityAudit, mobile_profilePerformance, mobile_checkOfflineReady, mobile_setupMonitoring
  • Totals: 37 skills, 10 rules, 30 MCP tools

v0.9.0 - 32 skills, 9 rules

03 Apr 21:54

Choose a tag to compare

Added

  • 5 new skills: mobile-animations (Reanimated, Lottie, Rive, Flutter implicit/explicit animations), mobile-maps-location (react-native-maps, google_maps_flutter, expo-location, geofencing, background tracking), mobile-i18n (i18next, flutter_localizations, RTL, pluralization, locale detection), mobile-forms-validation (React Hook Form + Zod, TextFormField, keyboard avoidance, multi-step wizards), mobile-real-time (WebSockets, Supabase Realtime, Socket.IO, SSE, reconnection, presence)
  • 1 new rule: mobile-i18n-strings (flags hardcoded user-facing strings not wrapped in translation functions, string concatenation, missing plurals)
  • 4 new MCP tools: mobile_setupI18n, mobile_addMap, mobile_generateForm, mobile_setupRealtime
  • Totals: 32 skills, 9 rules, 26 MCP tools

v0.8.0 - 32 skills, 9 rules

03 Apr 21:54

Choose a tag to compare

Added

  • 3 new skills: mobile-testing (unit and integration testing with Jest, React Native Testing Library, flutter_test, snapshot testing), mobile-e2e-testing (end-to-end testing with Detox, Maestro, Patrol, device farm setup), mobile-ci-cd (GitHub Actions workflows, EAS Build pipelines, build caching, code signing in CI)
  • 1 new rule: mobile-test-coverage (flags untested components, missing test files, low coverage thresholds, snapshot-only tests)
  • 3 new MCP tools: mobile_runTests, mobile_setupCI, mobile_generateTestFile
  • Totals: 27 skills, 8 rules, 22 MCP tools

v0.7.0 - 24 skills, 7 rules

03 Apr 21:54

Choose a tag to compare

Added

  • 4 new skills: mobile-monetization (in-app purchases, subscriptions, RevenueCat, StoreKit 2), mobile-deep-links (universal links, app links, URL schemes, deferred deep links), mobile-analytics (Sentry, Firebase Crashlytics, PostHog, source maps, GDPR), mobile-ota-updates (EAS Update, channels, staged rollouts, rollback, Shorebird)
  • 1 new rule: mobile-bundle-size (flags large dependencies, unoptimized imports, heavy packages with lighter alternatives)
  • 4 new MCP tools: mobile_submitToPlayStore, mobile_generateScreenshots, mobile_analyzeBundle, mobile_configureOTA
  • Totals: 24 skills, 7 rules, 19 MCP tools

v0.6.0 - 20 skills, 6 rules

03 Apr 18:48

Choose a tag to compare

Added

  • 3 new skills: mobile-app-store-prep (app icons, screenshots, metadata, privacy policy, review guidelines), mobile-ios-submission (EAS Build/Submit, certificates, TestFlight, App Store review), mobile-android-submission (Play Console, signing keys, AAB, service accounts, staged rollouts)
  • 1 new rule: mobile-accessibility (missing a11y labels, small touch targets, images without alt text, color-only indicators for RN + Flutter)
  • 3 new MCP tools: mobile_buildForStore, mobile_validateStoreMetadata, mobile_submitToAppStore
  • Totals: 20 skills, 6 rules, 15 MCP tools

v0.5.0 - 17 skills, 5 rules

03 Apr 18:11

Choose a tag to compare

Added

  • 4 new Flutter skills: mobile-flutter-project-setup (guided flutter create with structure, linting, packages, flavors), mobile-flutter-navigation (GoRouter, shell routes, auth guards, deep links), mobile-flutter-run-on-device (USB/wireless debugging, hot reload, build modes), mobile-flutter-state-management (Riverpod, Bloc, Provider patterns)
  • 1 new rule: mobile-performance (cross-framework performance anti-patterns for React Native and Flutter)
  • Totals: 17 skills, 5 rules, 12 MCP tools

v0.4.0 - 13 skills, 4 rules

03 Apr 18:00

Choose a tag to compare

Added

  • 4 new skills: mobile-auth-setup (Supabase, Firebase, Clerk auth with secure token storage), mobile-push-notifications (expo-notifications, EAS Push, Android channels), mobile-local-storage (AsyncStorage, SQLite, SecureStore, MMKV), mobile-api-integration (REST/GraphQL clients, React Query, offline, retry)
  • 1 new rule: mobile-env-safety (flags hardcoded production endpoints, missing EXPO_PUBLIC_ prefix, server-only secrets in client code)
  • 3 new MCP tools: mobile_addPushNotifications, mobile_configureDeepLinks, mobile_resetDevEnvironment
  • Totals: 13 skills, 4 rules, 12 MCP tools