mobile-apps-create

Route Salesforce mobile app requests to the correct implementation skill.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill mobile-apps-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-apps-create
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/mobile-apps-create
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill mobile-apps-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly route Salesforce mobile app requests to the correct implementation path, avoiding confusion between iOS, Android, Mobile SDK, and Agentforce SDK workflows.

Core Features & Use Cases

  • SDK Family Disambiguation: Distinguishes between Mobile SDK needs like authentication, sync, offline storage, and push notifications versus Agentforce SDK needs like embedded chat and conversational agents.
  • Platform Routing: Directs requests to the correct platform-specific child skill for Swift iOS or Kotlin Android development.
  • Combined App Planning: Handles hybrid scenarios where a Salesforce-connected app also needs an embedded agent, ensuring the setup order stays correct.
  • Use Case: A developer wants to add Salesforce login, offline record sync, and an Agentforce chat panel to a mobile app, and this Skill routes them to the right sequence of child skills.

Quick Start

Describe your Salesforce mobile app goal, such as building an iOS app with Salesforce login and offline sync, and let this Skill route you to the correct child skill.

Frequently Asked Questions about mobile-apps-create

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

FAQPage Schema
How do I add Salesforce login and offline sync to a native iOS or Android app?

Salesforce mobile SDK integration for native iOS and Android apps requires platform-specific setup for authentication and offline sync. This Skill routes your request to the correct child skill to handle dependencies and initialization order for Swift or Kotlin projects.

What is the difference between Salesforce Mobile SDK and Agentforce SDK for mobile development?

Salesforce Mobile SDK handles authentication, offline record sync, and push notifications, whereas Agentforce SDK manages embedded chat and conversational agents. This Skill disambiguates the SDK family to route your app to the proper implementation workflow.

Can I combine Salesforce authentication with an Agentforce chat panel in the same mobile app?

Yes, you can build a combined Salesforce mobile experience with authentication and an Agentforce chat panel. This Skill handles hybrid app planning by routing you to the correct sequence of child skills to maintain proper setup order.

What's the best way to set up Salesforce Mobile SDK initialization for native platforms?

Setting up Salesforce Mobile SDK requires precise platform disambiguation to ensure correct initialization order. This Skill routes your native iOS or Android project to the appropriate child skill to manage setup, dependencies, and initialization.

Does the Salesforce Mobile SDK routing support both Swift and Kotlin development?

Yes, Salesforce Mobile SDK routing supports native iOS and Android development. The Skill directs requests to the correct platform-specific child skill for Swift iOS or Kotlin Android based on your project requirements.