Please report new issues athttps://github.com/DOCGroup
there is really no need to put the direct proxy methods in their own class, they can be part of the regular skeleton class and should be moved there
Probably even better is to move the normal static _skel methods and the direct proxy skel methods to a nested class of the regular skeleton class. That way the user will only see the real methods and all static _skel methods are an implementation detail