Okay, good. Thanks for the library recommendation; I'll probably use that in the future where I need to rename/provide multiple things, but given that there's only one I did this instead in order to avoid having another dependency:
(provide do-it)
(define do-it (procedure-rename do-something 'do-i))
I suspect I'm reinventing the wheel and that's what static-rename compiles down to.