v0.1.0 — Initial Release & Minor Updates
WebToMobile v0.1.0
First public release of the WebToMobile plugin/skills for Claude Code, Cursor, and Codex.
What It Does
WebToMobile gives AI coding agents six slash commands that cover the full lifecycle of converting a website into a native mobile app — and completing or reviewing one that already exists.
| Command | What it does |
|---|---|
/web-to-mobile |
Audit a website or web repo, write a migration plan, implement in Expo React Native |
/mobile-resume |
Audit an unfinished mobile app, plan what's left, implement remaining work |
/mobile-scan |
Run lint, typecheck, tests, and build — produce a structured QA report |
/mobile-review |
Read targeted source files and produce a severity-tagged senior review |
/mobile-audit |
Standalone mobile app audit — no plan or build commitment |
/mobile-qa |
Final verification of a mobile app against its approved plan |
Two Input Tiers
URL only → UI/UX planning only. We infer layout, navigation, and visual direction from public pages. We cannot see your logic, state, or anything behind a login.
GitHub repo or local path → Full port. We reuse real logic, map every route, detect what needs rewriting, audit auth and storage, and produce a real implementation plan.
URL gets you a faithful interface. Repo gets you a faithful app.
Install
Claude Code (global):
git clone https://github.com/suntay44/web-to-mobile-magic-plugin
cd web-to-mobile-magic-plugin
node scripts/install.mjs