Check if this skill depends on another skill
bool dependsOn(String skillName) { return dependencies.contains(skillName); }