This is a router skill that figures out which Salesforce mobile SDK you need and hands you off to the right platform-specific guide. It disambiguates between Mobile SDK (for auth, offline sync, SmartStore) and Agentforce SDK (for embedding conversational agents), then routes you to iOS or Android child skills that do the actual work. If you're building a data-driven app with an embedded agent, it sequences both SDKs in the right order. The skill itself doesn't implement anything, it just asks clarifying questions and loads the correct downstream skill from GitHub repos. Honest take: this is workflow plumbing, not magic, but it saves you from guessing wrong and restarting with a different SDK halfway through setup.
npx -y skills add forcedotcom/sf-skills --skill mobile-apps-create --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
wshobson/agents