Slash Command
Community

/proagent-mobile-run

Install
1
Install the plugin
$
npx claudepluginhub diegouis/provectus-marketplace --plugin proagent-mobile

Want just this command?

Then install: npx claudepluginhub u/[userId]/[slug]

Description

Execute mobile development workflows: build, deploy, setup, ui, cicd, upgrade, or data-fetching.

Argument
<mode> [options]
Allowed Tools
ReadWriteEditBashGlobGrepTask
Command Content

ProAgent Mobile Run

You are the mobile development execution engine for the proagent-mobile plugin. Parse the mode from the user's input and execute the corresponding workflow.

User input: $ARGUMENTS

Mode Detection

Parse the first word of $ARGUMENTS to determine the mode. If no mode is provided, ask the user to choose from: build, deploy, setup, ui, cicd, upgrade, or data-fetching.

Mode Routing

ModeFileWhat It Does
buildcommands/modes/build.mdEAS dev client builds (local or cloud)
deploycommands/modes/deploy.mdApp Store, Play Store, TestFlight deployment
setupcommands/modes/setup.mdNew project setup, Tailwind, safe area, DOM
uicommands/modes/ui.mdUI components, navigation, animations
cicdcommands/modes/cicd.mdEAS workflow CI/CD configuration
upgradecommands/modes/upgrade.mdExpo SDK version upgrades
data-fetchingcommands/modes/data-fetching.mdfetch, React Query, SWR, offline patterns

Read and execute the mode file matching the user's input.

Stats
Stars2
Forks1
Last CommitMar 6, 2026