Plugin init hook

There’s the plugins_loaded hook for normal Plugins and muplugins_loaded, which runs earlier.

My best advice for hooks is making cross file searches for do_action or dump the content of the all hook with $GLOBALS['wp_filter'][ current_filter() ];.