Can my entire team develop with Skuid?

Skuid supports distributed development. Skuid SFX pages can be exported as XML files through page packs or the skuid-sfdx Salesforce CLI plugin, and they can then be stored in source control software, such as git. Because of this, any developer building with Skuid can work in their own development site.

When a developer is assigned an issue or task, they can pull down the latest code from a central source code repository, like Github, and make the appropriate changes. These changes would then be pushed as a branch to the source code repository, reviewed in a test environment and, if accepted, merged with the master branch.

For more information, see skuid-sfdx docs