setup
Initialize the skill: validate environment variables, check packages, initialize API clients, and prepare resources. Called once when the skill is loaded.
This is an abstract method — you must implement it in every SkillBase subclass.
Returns
bool — True if setup succeeded, False to indicate the skill should not
be loaded.