Making a teleporting skill with RPG Maker Action Combat is super easy. All you need to do is to create Movement Route command and call script:
teleportTo('forward', distance)
Or, you can also replace that with:
dash(distance)
Dash gives a smooth camera effect, which I think is better but will require more work like you gotta make your character transparent On then Off. Try it now