In general this seems like a rather standard use case, I can see nothing obviously problematic here.
It depends on the size and number of attachment images that you are talking about here.
JanZelinka wroteFriend said, make 1 big atlas file and then just pick what you need. But this file has a limit. What if we reach it... and might be big for internet connection.
If you reach the limit of the single large atlas, then you will have two or more atlas pages (created automatically), still no problem. Regarding internet connection, a few atlas textures should not be a problem. If they are, then you could create more smaller atlas textures and stream only those that are currently needed.
It also depends on how many items you need to show to the player at a single time - when you can choose from e.g. all character outfits or equipment items, then you will have to stream these to the player anyway, even if only a few are selected and displayed on the combined skin in the end.
When using spine-unity: If you only have few characters active at once, using only a small fraction of your atlas pages, you could repack the atlas at runtime, so the new atlas is only composed of used parts. The spine-unity runtime comes with some Mix and Match
example scenes that demonstrate how you can do this.
For general information about combining skins and the new skin API, you could check out the links in this posting by Nate: Combining Skins