Ruby on Rails
ObserverGenerator

It would be nice to be able to type script/generate observer User and have it create a UserObserver skeleton and stick it in the model directory. Something simple to do which would enforce the convention for observers.