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.7.0",
5
-
"description": "Mobile app development for Cursor, Claude Code, and MCP-compatible editors. 24 skills covering React Native/Expo and Flutter - project setup through app store submission, monetization, analytics, and OTA updates - plus 7 rules. Companion MCP server provides 19 tools.",
4
+
"version": "0.9.0",
5
+
"description": "Mobile app development for Cursor, Claude Code, and MCP-compatible editors. 32 skills covering React Native/Expo and Flutter - project setup through app store submission, monetization, analytics, OTA updates, testing, CI/CD, animations, maps, i18n, forms, and real-time - plus 9 rules. Companion MCP server provides 26 tools.",
Copy file name to clipboardExpand all lines: CLAUDE.md
+22-5Lines changed: 22 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.7.0**. It helps developers go from zero to a published app in the stores. Supports React Native/Expo and Flutter with **24 skills**, **7 rules**, and a companion MCP server exposing **19 tools**.
7
+
The **Mobile App Developer Tools** Cursor plugin is at **v0.9.0**. It helps developers go from zero to a published app in the stores. Supports React Native/Expo and Flutter with **32 skills**, **9 rules**, and a companion MCP server exposing **26 tools**.
8
8
9
9
## Demo App
10
10
@@ -16,11 +16,11 @@ The **Mobile App Developer Tools** Cursor plugin is at **v0.7.0**. It helps deve
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 19 tools
19
+
mcp-server/ - MCP server with 26 tools
20
20
packages/mobile-dev-tools/ - NPM package (stub for name claim)
21
21
```
22
22
23
-
## Skills (24 total)
23
+
## Skills (32 total)
24
24
25
25
### React Native / Expo
26
26
@@ -60,8 +60,16 @@ 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.7.0** with twenty-four skills (React Native/Expo + Flutter), seven rules, and nineteen 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.9.0** with thirty-two skills (React Native/Expo + Flutter), nine rules, and twenty-six live MCP tools.
39
39
40
40
**What you get**
41
41
42
42
| Layer | Role |
43
43
| --- | --- |
44
-
|**Skills**|24 guided workflows for React Native/Expo and Flutter: project setup through monetization, analytics, and OTA updates |
|**MCP**|19 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 |
44
+
|**Skills**|32 guided workflows for React Native/Expo and Flutter: project setup through monetization, analytics, OTA updates, testing, CI/CD, animations, maps, i18n, forms, and real-time|
|**MCP**|26 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|
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 (19)"]
64
+
C -->|Yes| D["mobile-mcp tools (26)"]
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 24 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 32 skills - from project scaffolding and navigation to camera capture, AI descriptions, local storage, and push notifications.
@@ -231,17 +239,25 @@ All 24 skills are production-ready. Names match the folder under `skills/`.
231
239
|`mobile-deep-links`| "Make shared links like example.com/recipe/42 open in my app" |
232
240
|`mobile-analytics`| "Set up crash reporting with Sentry and event tracking with PostHog" |
233
241
|`mobile-ota-updates`| "Push a bug fix to production without going through app review" |
242
+
|`mobile-testing`| "Add unit tests for my components and hooks" |
243
+
|`mobile-e2e-testing`| "Set up Maestro E2E tests for my login flow" |
244
+
|`mobile-ci-cd`| "Create a GitHub Actions workflow that tests on PR and builds on merge" |
245
+
|`mobile-animations`| "Add a fade-in animation when cards appear and swipe-to-dismiss" |
246
+
|`mobile-maps-location`| "Show a map with the user's location and let them drop pins" |
247
+
|`mobile-i18n`| "Add English and Spanish language support with proper pluralization" |
248
+
|`mobile-forms-validation`| "Build a registration form with email, password, and validation" |
249
+
|`mobile-real-time`| "Add live chat with typing indicators using Supabase Realtime" |
234
250
235
251
</details>
236
252
237
253
---
238
254
239
255
## Rules
240
256
241
-
All 7 rules are production-ready.
257
+
All 9 rules are production-ready.
242
258
243
259
<details>
244
-
<summary><strong>All 7 rules</strong></summary>
260
+
<summary><strong>All 9 rules</strong></summary>
245
261
246
262
| Rule | Scope | What it catches |
247
263
| --- | --- | --- |
@@ -252,6 +268,8 @@ All 7 rules are production-ready.
252
268
|`mobile-performance`|`.ts`, `.tsx`, `.dart`| Inline styles, missing list keys, ScrollView for long lists (RN); missing const constructors, inline widgets (Flutter) |
253
269
|`mobile-accessibility`|`.ts`, `.tsx`, `.dart`| Missing a11y labels on interactive elements, small touch targets, images without alt text, color-only indicators |
254
270
|`mobile-bundle-size`|`.ts`, `.tsx`, `.json`, `.dart`| Large dependencies (moment, lodash, aws-sdk), unoptimized imports, heavy packages with lighter alternatives |
271
+
|`mobile-test-coverage`|`.ts`, `.tsx`, `.dart`| Untested components and screens, missing test files, low coverage thresholds, snapshot-only testing |
272
+
|`mobile-i18n-strings`|`.ts`, `.tsx`, `.dart`| Hardcoded user-facing strings not wrapped in a translation function, string concatenation for sentences, missing plural forms |
0 commit comments