I use custom powershell functions to make my life easier.
Example:
# custom function > function build {cmd /c build.ps1} # invoke the function >
One solution for you is to put all your functions in a psm1 file and create a module. That way you can import the module and have all the commands in a nice module.