This is a routing skill that figures out whether you need Salesforce's Mobile SDK or Agentforce SDK, then sends you to the right platform-specific guide. It doesn't build anything itself. Instead, it asks clarifying questions about your use case (offline sync and auth versus embedded agent chat) and your platform (iOS or Android), then hands you off to a child skill with actual implementation steps. The disambiguation logic is sensible: if you're doing data-driven features, you get Mobile SDK first; if you're embedding conversational AI, you get Agentforce SDK. Saves you from digging through the wrong documentation, though you could probably make the same routing decision yourself if you already know Salesforce's mobile tooling landscape.
npx -y skills add forcedotcom/sf-skills --skill building-mobile-apps --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
wshobson/agents