Split and rename webapp skills to single-purpose webapplication skills @W-21338965@#126
Open
k-j-kim wants to merge 2 commits intoforcedotcom:mainfrom
Open
Split and rename webapp skills to single-purpose webapplication skills @W-21338965@#126k-j-kim wants to merge 2 commits intoforcedotcom:mainfrom
k-j-kim wants to merge 2 commits intoforcedotcom:mainfrom
Conversation
Extract the deployment sequence into a new deploying-webapp skill so each webapp skill describes exactly one actionable goal. This improves agent skill selection accuracy by eliminating multi-concern descriptions. - generating-webapp-metadata: now focused on scaffolding, bundle config, CSP - deploying-webapp: new skill for the 7-step deployment sequence
Rename all 7 webapp skill directories to use the full "webapplication" entity name. Update frontmatter name fields, cross-skill references, and descriptive prose. Package names and CLI commands are preserved as-is since those are actual identifiers.
This was referenced Mar 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
generating-webapp-metadatainto two single-purpose skills:generating-webapplication-metadata(scaffolding, bundle config, CSP) anddeploying-webapplication(7-step deployment sequence)-webapp-to-webapplication-to use the full entity namenamefields, cross-skill references, and descriptive prose throughout@salesforce/webapp-*) and CLI commands (sf webapp generate,--webapp-dir)Test plan
generating-webapplication-uireferenced from metadata skill)@W-21338965@