socialkit are you talking about from the development side, or user side? If on the dev side and you mean "run the plugin in sketch every time you save the code in VSCode", simply use npm watch
or npm start
as specified in the package.json.
If you want to run a plugin in Sketch every time a user saves a Sketch document, you may want to explore actions: https://developer.sketch.com/plugins/actions