I have a wordpress theme that supports skins. The theme owner can choose from multiple skins by name via a dropdown menu. Each of the skins resides in its own folder under the main theme's styles directory. Its basically just a css file and some images that overide the main theme style.css to restyle the site.
I would like to show a theme description field in my theme options panel that's specific to the currently active skin. I'm looking for suggestions on where to store this data initially inside the skin folder, so that it can be transferred over to the site when the skin is first installed into the theme for use. Alternately, I might just use a predictable naming convention and store a skin-description.png file that I can load directly from the skin folder when needed.
The basic installation procedure to add a skin to my theme is simply an upload widget that takes a zip file and extracts it to the theme's style directory.