This is your orchestration layer for building complete React UI bundles on Salesforce from scratch. It chains together scaffolding, feature installation, data access, frontend generation, and deployment in the right order so you don't have to think about dependencies. The key discipline here is grounding every Salesforce object and field against the actual org before writing queries, which prevents the usual trap of hand-stubbing types from guessed schema. It knows when to spin up an Experience Site versus a Custom Application, handles CSP trusted sites, and runs the full seven-step deploy sequence including post-deploy permissions and schema codegen. Use it when someone says "build me a React app" and you need end-to-end coordination, not when you're editing a single component in an existing bundle.
npx -y skills add forcedotcom/sf-skills --skill experience-ui-bundle-app-coordinate --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