I'm new to Moodle, and going to be developing a moodle theme.
I'm looking for a plugin to automatically generate content and users for me. Does anyone know if such a plugin exists?
I don't think such a plugin exists, but you can download "free" courses (i.e. content) here: http://hub.moodle.org/.
I use these courses from time to time as testing material.
My colleague at Moodle HQ, Frédéric Massart has created an authentication module for Moodle (auth_mdk) which automatically creates user accounts and enrols them to every course when you use a prefix to the username. https://github.com/FMCorz/moodle-auth_mdk.
Fred is on holiday at the moment, but was going to add it to the plugins directory.
NOTE: its not suitable for production sites!