In case you write Prolog programs regularly you probably have your own library of predicates you always rely on. Some Prolog systems come with a rich set of predefined predicates and some not. Some systems have libraries but they are mostly incompatible with other systems. Also, many existing libraries contain a lot of rarely needed predicates. But then, there are a couple predicates that "should" be always present. And then, there is some progress happening since November like this and Cor.2 (draft). Why not here too?
So what are your favorite predicates? That is predicates, that are not defined in the ISO core.
To start with: between/3, member/2, length/2, dif/2, maplist/2, ...
For DCGs: seq//1, iseq//1, ... //0.