Skip to content

Releases: TMHSDigital/Mobile-App-Developer-Tools

v0.3.0 - 9 skills, 3 rules

03 Apr 17:44

Choose a tag to compare

Added

  • 3 new skills: mobile-camera-integration (expo-camera, photo capture, barcode scanning), mobile-ai-features (AI API integration with backend proxy patterns), mobile-permissions (cross-platform permission handling)
  • 1 new rule: mobile-image-assets (flags oversized images, unoptimized formats, missing density variants)
  • 3 new MCP tools: mobile_addPermission, mobile_integrateAI, mobile_checkBuildHealth
  • Totals: 9 skills, 3 rules, 9 MCP tools

v0.2.0 - 6 skills, 2 rules

03 Apr 17:18

Choose a tag to compare

Added

  • 3 new skills: mobile-navigation-setup (Expo Router patterns), mobile-state-management (Zustand, Jotai, React Query), mobile-component-patterns (reusable component architecture)
  • 1 new rule: mobile-platform-check (flags platform-specific APIs without Platform.OS guards)
  • 3 new MCP tools: mobile_generateScreen, mobile_generateComponent, mobile_installDependency
  • Cursor release process rule at .cursor/rules/release-process.mdc
  • Totals: 6 skills, 2 rules, 6 MCP tools

v0.1.0 - 3 skills, 1 rules

03 Apr 16:54

Choose a tag to compare

Added

  • Plugin scaffold with .cursor-plugin/plugin.json manifest
  • 3 skills: mobile-project-setup, mobile-dev-environment, mobile-run-on-device
  • 1 rule: mobile-secrets (always-on credential detection)
  • 3 MCP tools: mobile_checkDevEnvironment, mobile_scaffoldProject, mobile_runOnDevice
  • NPM package stub (@tmhsdigital/mobile-dev-tools) to reserve the name
  • CI workflows for pytest validation and MCP server build
  • Plugin structure validation (skill frontmatter, rule frontmatter, version consistency)
  • CLAUDE.md for Claude Code compatibility
  • ROADMAP.md with full version plan through v1.0.0