web-to-mobile

Convert an existing web project into an Expo mobile app with wired authentication.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/TekLabsVN/claude-skills --skill web-to-mobile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-to-mobile
Source: https://github.com/TekLabsVN/claude-skills/tree/main/web-to-mobile
Command: npx skills add https://github.com/TekLabsVN/claude-skills --skill web-to-mobile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts an existing web project into a production-ready Expo mobile app by deeply analyzing the repo, mapping APIs and user flows to mobile screens, and scaffolding a full project with wired authentication.

Core Features & Use Cases

  • Deep codebase analysis to map web APIs to mobile screens and flows.
  • Generation of a mobile-spec document for owner review and GO signal.
  • End-to-end mobile scaffold with wired authentication and explicit TODO markers for remaining API calls.

Quick Start

Provide a web project and say "build me a mobile app" to start the three-phase process.

Frequently Asked Questions about web-to-mobile

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a web app into an Expo mobile app?

You can generate an Expo mobile app from a web project by providing your codebase and saying build me a mobile app. The process analyzes your APIs, maps user flows to screens, and scaffolds a full project with wired authentication.

Can I create a native mobile companion from an existing backend API surface?

Yes, you can create a native mobile companion from an existing backend API surface. The Skill maps your backend APIs to mobile screens and scaffolds a full Expo project with token storage and server-state tooling.

Do I need an Expo-enabled project to scaffold a mobile app from my web codebase?

Yes, an Expo-enabled project and a defined API surface are required to scaffold a mobile app from your web codebase. This ensures proper design-system alignment, navigation, and server-state tooling integration.

What is the process for mapping web APIs to mobile screens?

Mapping web APIs to mobile screens involves a deep codebase analysis to understand user flows, followed by generating a mobile-spec document for owner review before scaffolding the final Expo app.

How does authentication wiring work when scaffolding a mobile app from a backend?

Authentication wiring is handled end-to-end during scaffold generation, using token storage to secure sessions while leaving explicit TODO markers for remaining API calls.