Moving windows like this is already built into macOS but it's hidden behind a flag for some reason:
defaults write -g NSWindowShouldDragOnGesture -bool true
You can then use Control+Command+Click to move windows from anywhere inside them. Sadly this doesn't provide resizing.