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.5.0",
5
-
"description": "Mobile app development for Cursor, Claude Code, and MCP-compatible editors. 17 skills covering React Native/Expo and Flutter - project setup, navigation, device deployment, state management, components, camera, AI, permissions, auth, push, storage, APIs - plus 5 rules. Companion MCP server provides 12 tools.",
4
+
"version": "0.6.0",
5
+
"description": "Mobile app development for Cursor, Claude Code, and MCP-compatible editors. 20 skills covering React Native/Expo and Flutter - project setup through app store submission - plus 6 rules. Companion MCP server provides 15 tools.",
Copy file name to clipboardExpand all lines: CLAUDE.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@ 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.5.0**. It helps developers go from zero to a running mobile app on their phone. Supports React Native/Expo and Flutter with **17 skills**, **5 rules**, and a companion MCP server exposing **12 tools**.
7
+
The **Mobile App Developer Tools** Cursor plugin is at **v0.6.0**. It helps developers go from zero to a published app in the stores. Supports React Native/Expo and Flutter with **20 skills**, **6 rules**, and a companion MCP server exposing **15 tools**.
8
8
9
9
## Plugin Architecture
10
10
11
11
```
12
12
.cursor-plugin/plugin.json - Plugin manifest
13
13
skills/<skill-name>/SKILL.md - AI workflow definitions
14
14
rules/<rule-name>.mdc - Code quality and security rules
15
-
mcp-server/ - MCP server with 12 tools
15
+
mcp-server/ - MCP server with 15 tools
16
16
packages/mobile-dev-tools/ - NPM package (stub for name claim)
17
17
```
18
18
19
-
## Skills (17 total)
19
+
## Skills (20 total)
20
20
21
21
### React Native / Expo
22
22
@@ -35,6 +35,8 @@ packages/mobile-dev-tools/ - NPM package (stub for name claim)
35
35
| mobile-push-notifications | expo-notifications, EAS Push, Android channels, deep link on tap, local notifications |
36
36
| mobile-local-storage | AsyncStorage, expo-sqlite, expo-secure-store, MMKV; migrations and data cleanup |
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, run, and debug mobile apps without leaving the IDE. Currently at **v0.5.0** with seventeen skills (React Native/Expo + Flutter), five rules, and twelve 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.6.0** with twenty skills (React Native/Expo + Flutter), six rules, and fifteen live MCP tools.
39
39
40
40
<br>
41
41
<table>
@@ -46,9 +46,9 @@ Mobile App Developer Tools is a **Cursor** plugin by **TMHSDigital** that packag
|`mobile-env-safety`|`.ts`, `.tsx`, `.json`| Hardcoded production endpoints, missing `EXPO_PUBLIC_` prefix, server-only secrets in client code |
227
241
|`mobile-performance`|`.ts`, `.tsx`, `.dart`| Inline styles, missing list keys, ScrollView for long lists (RN); missing const constructors, inline widgets (Flutter) |
242
+
|`mobile-accessibility`|`.ts`, `.tsx`, `.dart`| Missing a11y labels on interactive elements, small touch targets, images without alt text, color-only indicators |
Copy file name to clipboardExpand all lines: mcp-server/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@tmhs/mobile-mcp",
3
-
"version": "0.5.0",
3
+
"version": "0.6.0",
4
4
"description": "MCP server for mobile app development - 12 tools for environment checks, project scaffolding, device deployment, screen/component generation, dependency installation, permissions, AI integration, build health, push notifications, deep links, and dev environment reset.",
0 commit comments