skip-tool

Guide Skip project setup, mode selection, and CLI usage for iOS and Android.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/asserusama/skip-tool-skill --skill skip-tool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skip-tool
Source: https://github.com/asserusama/skip-tool-skill/tree/main
Command: npx skills add https://github.com/asserusama/skip-tool-skill --skill skip-tool

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Skip projects often require bridging between Swift and Android code, managing dual-platform concerns, and navigating Fuse vs Lite modes. This Skill centralizes guidance to streamline setup, mode selection, CLI usage, directives, building, and component references within a single local resource.

Core Features & Use Cases

  • Guided setup for new and existing Skip projects across Fuse and Lite modes.
  • Mode selection and bridging guidance to configure native vs transpiled modules.
  • Module/component references for SkipUI, SkipFoundation, directives, and building workflows.
  • Offline, local-first reference ensuring no web dependency and fast access.

Quick Start

Initialize or inspect a Skip project with this skill and then consult the references for deeper guidance.

Frequently Asked Questions about skip-tool

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

FAQPage Schema
How do I set up a Skip project for dual-platform iOS and Android development?

Setting up a Skip dual-platform project involves initializing the project structure and selecting between Fuse or Lite modes. This skill provides guided setup, CLI usage directives, and local module references to streamline iOS and Android configuration without external web dependencies.

What is the difference between Skip Fuse and Lite modes?

Skip Fuse and Lite modes differ in how they handle native versus transpiled modules. Fuse mode bridges Swift code directly to Android, while Lite mode offers a lighter configuration, and this skill provides mode selection guidance to configure your dual-platform setup correctly.

How do I reference SkipUI and SkipFoundation modules in my Swift project?

You reference SkipUI and SkipFoundation modules by utilizing the local, self-contained references provided within this skill. It consolidates component guidance and directives for building workflows, ensuring fast offline access without needing external web dependencies.

Can I use Skip development references without an internet connection?

Yes, you can use Skip development references completely offline because this skill is local-first and self-contained. All guidance for CLI usage, directives, and module references is stored locally, ensuring fast access and no web dependency during dual-platform development.

What is the best way to manage Swift to Android bridging in a Skip project?

The best way to manage Swift to Android bridging in a Skip project is by using the mode selection and bridging guidance provided here. It helps configure native versus transpiled modules effectively, centralizing dual-platform concerns into a single local resource.

Why does my Skip project build require specific directives for iOS and Android?

Skip project builds require specific directives to properly manage dual-platform concerns and transpile Swift code for Android. This skill offers local references for directives and building workflows, ensuring correct module configuration and cross-platform execution.