If you're building Lightning Web Components for Salesforce Mobile, this handles the boilerplate for tapping into device features like barcode scanners, biometrics, and location services. The skill knows how to import from the lightning/mobileCapabilities module, check availability with isAvailable() so your component degrades gracefully on desktop or mobile web, and wire up the correct error handling. It also navigates the deprecated versus current APIs, which saves you from digging through Salesforce docs every time. From forcedotcom with 709 stars and 1.3K installs, so it's production tested. Honestly just a time saver if you're doing any mobile native work in the Salesforce ecosystem.
npx -y skills add forcedotcom/sf-skills --skill using-mobile-native-capabilities --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
wshobson/agents