That's a quite complex problem.
You see, as Aironfaar pointed out the system in this mod could be used to mix-and-match your choice of mods, but that would only happen if other modders adopted it too.
As it is currently, adding the line
Dir["./Data/Mods/*.rb"].each {|file| load File.expand_path(file) }
to the Scripts.rxdata file included in another mod will allow it to load the components from mine; this would make it possible to mix the two to an extent, though incompatibility issues are still possible and hard to predict.