What problem does it solve?
This skill automates the local web and mobile app lifecycle by orchestrating the bundled ii-app Rust CLI to initialize, restart, monitor, and manage projects without MCP tools.
Core Features & Use Cases
- Initialize web and mobile projects from bundled templates via ii-app web init and ii-app mobile init
- Restart, inspect, and log web servers with ii-app web restart, web view-log, and web status; manage Expo mobile sessions with ii-app mobile restart and view-log
- Create git checkpoints and capture project state with ii-app web checkpoint and related workflows
- Support deterministic workflows with workspace caches, build steps, and safe cleanup on startup failures
- Handle Stripe webhook setup via ii-app stripe register-webhook as part of development workflows
- Work across a workspace where templates, caches, and sessions are coordinated by the skill
Quick Start
Initialize a web project with ii-app web init <template_id> and monitor progress with ii-app web status.