-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
35 lines (35 loc) · 1.24 KB
/
plugin.json
File metadata and controls
35 lines (35 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "mobile-app-developer-tools",
"displayName": "Mobile App Developer Tools",
"version": "1.0.0",
"description": "Mobile app development for Cursor, Claude Code, and MCP-compatible editors. 43 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, accessibility testing, native modules, config plugins, and SDK upgrades - plus 12 rules. Companion MCP server provides 36 tools.",
"author": {
"name": "TMHSDigital",
"url": "https://github.com/TMHSDigital"
},
"homepage": "https://github.com/TMHSDigital/Mobile-App-Developer-Tools",
"repository": "https://github.com/TMHSDigital/Mobile-App-Developer-Tools",
"license": "CC-BY-NC-ND-4.0",
"keywords": [
"mobile",
"react-native",
"expo",
"flutter",
"ios",
"android",
"app-development",
"mobile-dev",
"cursor-plugin",
"mcp"
],
"category": "developer-tools",
"tags": [
"mobile",
"expo",
"react-native",
"flutter"
],
"logo": "assets/logo.png",
"skills": "./skills/",
"rules": "./rules/"
}