const factory SkillResponseDto({ required int id, required String name, required String slug, String? detail, }) = _SkillResponseDto;