Multiple instances of one skeleton

Lets supose, I design one skeleton with all animations,bones,bounding boxes,etc…in spine…

And if I want to have multiple characters in corona using that skeleton and animations…how do I do it?

Do I load one skeleton for each character and store them in a  table to update later, or can I reuse de bones and animation for the other characters?