If you can help or wish to become one of the maintainers - just start helping.
You can find more RVM related projects at
RVM Github organization.
Using RVM inside GNU Screen
RVM should work out of the box with screen as long as you have your profiles configured correctly. The easiest way to ensure it's working is to make screen use a login shell by placing the following in your ~/.screenrc file:
shell -${SHELL}
Read the explanation of what Shell login means if in doubt or advised by other sites to not use it.