afv-library/skills/.synced-template-skills.json
k-j-kim 6ab99f7368
Add webapp skills from template, sync script updates
- Rename skill folders from salesforce-webapp-* to *-webapp-* convention
- Update sync-template-skills.js: set SKILL.md front matter name to dest folder
- Remove sync-template-skills workflow and pin-template-deps script
- Add .synced-template-skills.json manifest, deploying-webapp-to-salesforce skill
- Replace salesforce-webapp-designing-webapp-ui-ux with designing-webapp-ui-ux

Made-with: Cursor
2026-03-18 15:06:58 -07:00

27 lines
888 B
JSON

{
"package": "@salesforce/webapp-template-app-react-sample-b2e-experimental",
"version": "1.107.3",
"syncedDirs": [
"accessing-webapp-data",
"building-webapp-analytics-charts",
"building-webapp-data-visualization",
"building-webapp-interactive-map",
"building-webapp-react-components",
"building-webapp-weather-widget",
"configuring-webapp-csp-trusted-sites",
"configuring-webapp-metadata",
"creating-webapp",
"deploying-webapp-to-salesforce",
"designing-webapp-ui-ux",
"exploring-webapp-graphql-schema",
"fetching-webapp-rest-api",
"generating-webapp-graphql-mutation-query",
"generating-webapp-graphql-read-query",
"implementing-webapp-file-upload",
"installing-webapp-features",
"integrating-webapp-agentforce-conversation-client",
"integrating-webapp-unsplash-images",
"using-webapp-graphql"
]
}