When saving a PowerPoint Addin, although the slides are still there, they are no longer accessible. (there is no "Slides" collection of the "AddIns" object)

You save the shapes in a source PPT file that you reference from your addin but then you are stuck with opening and closing a source file.

A better way is to define the shape as a custom class in the addin and create an instance each time you want one.