This is the skill you want when you're deploying Salesforce metadata, not writing it. It owns the sf CLI v2 deployment workflow: dry runs, manifest deploys, quick deploys after validation, scratch org setup, and CI/CD pipeline structure. The built-in dependency sequencing (objects first, then permission sets, then Apex, then Flows as draft) prevents most of the cross-reference failures that waste your afternoon. It pushes you to validate before deploying and gives you concrete troubleshooting paths for common errors like missing dependencies or test failures. The skill stays in its lane: it won't write your Apex or build your LWC components, but it will get them deployed correctly and tell you what broke if they don't.
npx skills add https://github.com/forcedotcom/sf-skills --skill deploying-metadata