JFYI, they just released GitHub CLI which renders creating repo in PSC organization to a one liner:

c:> gh repo create Planet-Source-Code/test --public -y

This creates both remote and local repo named "test" under current directory.

cheers,
</wqw>