my.skill1 = handle(you);
...
you = ptr_for_handle(my.skill1);

Is this what you want? ^^