You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cursor-plugin/plugin.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
{
2
2
"name": "mobile-app-developer-tools",
3
3
"displayName": "Mobile App Developer Tools",
4
-
"version": "0.10.0",
5
-
"description": "Mobile app development for Cursor, Claude Code, and MCP-compatible editors. 37 skills covering React Native/Expo and Flutter - project setup through app store submission, monetization, analytics, OTA updates, testing, CI/CD, animations, maps, i18n, forms, real-time, security, offline sync, background tasks, debugging, and production monitoring- plus 10 rules. Companion MCP server provides 30 tools.",
4
+
"version": "0.11.0",
5
+
"description": "Mobile app development for Cursor, Claude Code, and MCP-compatible editors. 40 skills covering React Native/Expo and Flutter - project setup through app store submission, monetization, analytics, OTA updates, testing, CI/CD, animations, maps, i18n, forms, real-time, security, offline sync, background tasks, debugging, production monitoring, theming, feature flags, and accessibility testing - plus 11 rules. Companion MCP server provides 33 tools.",
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [0.11.0] - 2026-04-03
6
+
7
+
### Added
8
+
9
+
-**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)
10
+
-**1 new rule**: `mobile-color-contrast` (flags insufficient color contrast, missing dark mode variants, non-semantic color usage, hardcoded colors without theme tokens)
11
+
-**3 new MCP tools**: `mobile_setupTheming`, `mobile_auditAccessibility`, `mobile_setupFeatureFlags`
Copy file name to clipboardExpand all lines: CLAUDE.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
The **Mobile App Developer Tools** Cursor plugin is at **v0.10.0**. It helps developers go from zero to a published app in the stores. Supports React Native/Expo and Flutter with **37 skills**, **10 rules**, and a companion MCP server exposing **30 tools**.
7
+
The **Mobile App Developer Tools** Cursor plugin is at **v0.11.0**. It helps developers go from zero to a published app in the stores. Supports React Native/Expo and Flutter with **40 skills**, **11 rules**, and a companion MCP server exposing **33 tools**.
8
8
9
9
## Demo App
10
10
@@ -16,11 +16,11 @@ The **Mobile App Developer Tools** Cursor plugin is at **v0.10.0**. It helps dev
16
16
.cursor-plugin/plugin.json - Plugin manifest
17
17
skills/<skill-name>/SKILL.md - AI workflow definitions
18
18
rules/<rule-name>.mdc - Code quality and security rules
19
-
mcp-server/ - MCP server with 30 tools
19
+
mcp-server/ - MCP server with 33 tools
20
20
packages/mobile-dev-tools/ - NPM package (stub for name claim)
21
21
```
22
22
23
-
## Skills (37 total)
23
+
## Skills (40 total)
24
24
25
25
### React Native / Expo
26
26
@@ -73,8 +73,11 @@ packages/mobile-dev-tools/ - NPM package (stub for name claim)
Mobile App Developer Tools is a **Cursor** plugin by **TMHSDigital** that packages agent skills, editor rules, and a TypeScript **MCP server** (`mcp-server/`) so you can scaffold, build, and ship mobile apps without leaving the IDE. Currently at **v0.10.0** with thirty-seven skills (React Native/Expo + Flutter), ten rules, and thirty live MCP tools.
38
+
Mobile App Developer Tools is a **Cursor** plugin by **TMHSDigital** that packages agent skills, editor rules, and a TypeScript **MCP server** (`mcp-server/`) so you can scaffold, build, and ship mobile apps without leaving the IDE. Currently at **v0.11.0** with forty skills (React Native/Expo + Flutter), eleven rules, and thirty-three live MCP tools.
39
39
40
40
**What you get**
41
41
42
42
| Layer | Role |
43
43
| --- | --- |
44
-
|**Skills**|37 guided workflows for React Native/Expo and Flutter: project setup through monetization, analytics, OTA updates, testing, CI/CD, animations, maps, i18n, forms, real-time, security, offline sync, background tasks, debugging, and production monitoring |
|**MCP**|33 tools: env checks, scaffolding, device deploy, screen/component gen, permissions, AI, build health, push, deep links, store builds, metadata validation, App Store + Play Store submission, screenshots, bundle analysis, OTA config, test runner, CI setup, test file generation, i18n setup, map integration, form generation, real-time client, security audit, performance profiling, offline readiness, APM monitoring, theming, accessibility audit, feature flags|
47
47
48
48
**Quick facts**
49
49
@@ -61,7 +61,7 @@ Mobile App Developer Tools is a **Cursor** plugin by **TMHSDigital** that packag
61
61
flowchart LR
62
62
A[User asks mobile dev question] --> B[Cursor loads a Skill]
63
63
B --> C{MCP server configured?}
64
-
C -->|Yes| D["mobile-mcp tools (30)"]
64
+
C -->|Yes| D["mobile-mcp tools (33)"]
65
65
C -->|No| E[Docs-only guidance]
66
66
D --> F[Local env checks / scaffolding]
67
67
E --> G[Answer in chat or code edits]
@@ -144,15 +144,15 @@ Open Cursor and ask:
144
144
145
145
## Demo App
146
146
147
-
See the plugin in action: **[SnapLog](https://github.com/TMHSDigital/Demo-Mobile-App)** is a photo journal app built entirely using these skills and MCP tools. It exercises 16 of the 37 skills - from project scaffolding and navigation to camera capture, AI descriptions, local storage, and push notifications.
147
+
See the plugin in action: **[SnapLog](https://github.com/TMHSDigital/Demo-Mobile-App)** is a photo journal app built entirely using these skills and MCP tools. It exercises 16 of the 40 skills - from project scaffolding and navigation to camera capture, AI descriptions, local storage, and push notifications.
|`mobile-accessibility-testing`| Automated a11y audits, WCAG 2.1 AA compliance, screen reader testing (VoiceOver/TalkBack), CI integration |
215
218
216
219
</details>
217
220
@@ -257,17 +260,20 @@ All 37 skills are production-ready. Names match the folder under `skills/`.
257
260
|`mobile-background-tasks`| "Sync data every 15 minutes even when the app is closed" |
258
261
|`mobile-debugging`| "My app is getting slower over time - help me find the memory leak" |
259
262
|`mobile-app-monitoring`| "Set up production monitoring with Sentry so I know when things break" |
263
+
|`mobile-theming`| "Add dark mode support with design tokens and system appearance detection" |
264
+
|`mobile-feature-flags`| "Set up feature flags with PostHog so I can do staged rollouts" |
265
+
|`mobile-accessibility-testing`| "Run an accessibility audit on my app and fix any WCAG violations" |
260
266
261
267
</details>
262
268
263
269
---
264
270
265
271
## Rules
266
272
267
-
All 10 rules are production-ready.
273
+
All 11 rules are production-ready.
268
274
269
275
<details>
270
-
<summary><strong>All 10 rules</strong></summary>
276
+
<summary><strong>All 11 rules</strong></summary>
271
277
272
278
| Rule | Scope | What it catches |
273
279
| --- | --- | --- |
@@ -281,6 +287,7 @@ All 10 rules are production-ready.
281
287
|`mobile-test-coverage`|`.ts`, `.tsx`, `.dart`| Untested components and screens, missing test files, low coverage thresholds, snapshot-only testing |
282
288
|`mobile-i18n-strings`|`.ts`, `.tsx`, `.dart`| Hardcoded user-facing strings not wrapped in a translation function, string concatenation for sentences, missing plural forms |
|`mobile-color-contrast`|`.ts`, `.tsx`, `.dart`| Insufficient color contrast ratios, missing dark mode variants, non-semantic color usage, hardcoded colors without theme tokens |
|`mobile_checkOfflineReady`| Validate offline-first readiness: local database, network status listener, query caching, mutation queue. |
351
358
|`mobile_setupMonitoring`| Configure APM with Sentry Performance or Datadog RUM. Generate monitoring module with error capture, tracing, and release health. |
359
+
|`mobile_setupTheming`| Initialize design token system with light/dark themes, semantic colors, spacing, typography, and persistent theme preference. |
360
+
|`mobile_auditAccessibility`| Scan project for a11y violations: missing labels, small touch targets, images without alt text, color-only indicators. Reports WCAG level. |
361
+
|`mobile_setupFeatureFlags`| Add typed feature flag provider with default values, remote sync, and provider integration (PostHog, LaunchDarkly, Firebase). |
352
362
353
363
</details>
354
364
@@ -414,8 +424,8 @@ Full details in [ROADMAP.md](ROADMAP.md).
Copy file name to clipboardExpand all lines: mcp-server/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "@tmhs/mobile-mcp",
3
-
"version": "0.10.0",
4
-
"description": "MCP server for mobile app development - 30 tools for environment checks, project scaffolding, device deployment, screen/component generation, dependency installation, permissions, AI integration, build health, push notifications, deep links, dev environment reset, store builds, metadata validation, App Store submission, Play Store submission, screenshot capture, bundle analysis, OTA update configuration, test execution, CI/CD setup, test file generation, i18n setup, map integration, form generation, real-time client setup, security auditing, performance profiling, offline readiness checks, and APM monitoring setup.",
3
+
"version": "0.11.0",
4
+
"description": "MCP server for mobile app development - 33 tools for environment checks, project scaffolding, device deployment, screen/component generation, dependency installation, permissions, AI integration, build health, push notifications, deep links, dev environment reset, store builds, metadata validation, App Store submission, Play Store submission, screenshot capture, bundle analysis, OTA update configuration, test execution, CI/CD setup, test file generation, i18n setup, map integration, form generation, real-time client setup, security auditing, performance profiling, offline readiness checks, APM monitoring setup, theming setup, accessibility auditing, and feature flag configuration.",
0 commit comments