When you need to build a complete Salesforce Lightning app from a natural language description, this orchestrates the whole process in the right dependency order. It handles everything from custom objects and fields through tabs, FlexiPages, and permission sets, calling the specialized skills for each metadata type while making sure objects exist before fields, fields before tabs, tabs before the app container. The key insight here is the strict enforcement of loading skills AND calling salesforce-api-context before generating anything, which prevents the deployment failures you get when you skip validation. If you're just creating one object or one page, use those specific skills instead. This is for when someone says "build me a project management app" and you need to coordinate a dozen interdependent components.
npx -y skills add forcedotcom/sf-skills --skill platform-lightning-app-coordinate --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills