This handles the full deployment pipeline for Salesforce UI bundles, and the real value is in getting the sequence right. It'll authenticate your org, build the bundle, deploy metadata, assign permission sets, optionally import data, then fetch the GraphQL schema and run codegen. The order matters because you can't introspect custom objects before they're deployed, and you won't see fields in the schema if the user lacks permissions. It automatically discovers permission sets in your project and either assigns them or asks you first. If you're working with UI bundles and tired of remembering which step comes before schema fetch, this codifies the canonical flow so you don't have to think about it.
npx skills add https://github.com/forcedotcom/sf-skills --skill deploying-ui-bundle