mcp-to-mobilelisted
Install: claude install-skill nuwansamaranayake/AiGNITEClaudeAssets
# mcp-to-mobile
## Purpose
Convert an existing AiGNITE MCP server into a paid consumer mobile app in one orchestrated pipeline. Compose the other seven skills in the suite into a single command.
## When to trigger
Trigger on these user phrases. Match loosely.
- "turn this MCP into an app"
- "wrap my MCP server as a mobile app"
- "build a consumer app for [MCP name]"
- "mobile front end for [MCP product]"
- "consumer app from MCP"
- "MCP to mobile"
## Inputs to collect
1. MCP server URL, or one of the AiGNITE shortcuts: `beacon-gom`, `regscope`, `recallwatch`, `floodpulse`, `airshield`, `cosmic-nexus`.
2. Target app name (defaults to a derived form).
3. Target bundle ID (defaults to `com.aignite.<slug>`).
4. Whether to include subscription billing (default yes).
5. Whether to include push notifications (default yes for alert-style MCPs, off for request-response).
## Behavior
### Step 1: list tools
- Resolve the shortcut to a URL using [references/aignite-mcp-catalog.md](references/aignite-mcp-catalog.md).
- Call the MCP server's `tools/list` endpoint.
- Print the full tool list.
- Apply the public-safe whitelist for the chosen MCP server. The whitelist lives in the catalog.
### Step 2: select screens
- Show the user the filtered tool list.
- Ask the user to pick which tools become user-facing screens.
- Default to all read-only tools.
- Refuse to expose any tool not on the public-safe whitelist.
### Step 3: scaffold the project
Call `mobile-app-scaffold` with the