Interesting, that means the game doesn't enforce the defined MAX_SKILL of 100, and apparently it doesn't check against integer overflow either.
To get more than 255, you'd need to change the type of the variables that store the abilities/skills
Edit:
Oh, and change the battlescape events accordingly, and check what else I'm forgetting.