I want retrive the node skill, which dont have predicate SIMILAR_SKILL

Something like this, but I feel your question is incomplete…

{
   var(func:type(Skill)) @filter(NOT has(SIMILAR_SKILL)) {
     name
   }
}