How to Register My Mod's Skills - Alphablackwolf/SkillPrestige GitHub Wiki
Creating a class in your solution that implements the SkillPrestige ISkillMod interface will automatically register your new skill with the skill prestige mod.
The luck skill mod has built in handling in this project already, and the cooking skill mod adapter project here handles the cooking skill and can be used as an example of how to register your skill mod.