This is the skill you want active when a UI bundle needs to read, write, or refresh Salesforce records through the platform SDK. It covers the full GraphQL data layer: schema lookups, query and mutation authoring (preferably via the graphiti CLI), caching behavior (on by default for 300 seconds on WebApp), and the two refresh modes. The workflow spine is clean, routing you to reads, writes, metadata queries, or cache control, with depth pushed into linked references. One critical gotcha: sdk.graphql is optional on non-WebApp surfaces, so the skill enforces an explicit guard-versus-assertion decision before you write any query call. It also handles migration from the old callable SDK form, though the default path is always the current API for new work.
npx -y skills add forcedotcom/sf-skills --skill experience-ui-bundle-salesforce-data-access --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar