When you're shipping Lightning Web Components to Salesforce Mobile App Plus or Field Service Mobile App in offline mode, Komaci's static analyzer can fail your priming graph for surprisingly subtle reasons. This skill walks your LWC through the three categories that block offline: legacy lwc:if directives that need migration to if:true/if:false, inline GraphQL queries in @wire decorators that must move to getters, and a suite of ESLint rules from @salesforce/eslint-plugin-lwc-graph-analyzer covering things like private wire properties and getter side effects. It produces a finding report with exact line ranges and code level fixes pulled from the reviewer references, then applies them if you want. Useful when you hit a cryptic priming failure or need to audit a component before mobile rollout.
npx -y skills add forcedotcom/sf-skills --skill mobile-platform-offline-validate --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
wshobson/agents