I want to write a section of Skills in resume where the output will be like-
Personal Attributes
Independent | Curious | Adaptable | Problem Solver
Technical Skills
Java | Python | AWS
the above outtput I want to achieve with something like
\begin{skills}
\skilltype{Personla Attributes}
\begin{skilllist}
\item{Independent}
\item{curious}
\item{adaptable}
\end{skilllist}
.
.
.
.
\begin{skills}
How sould I write the .cls file to have \textpipes in between?
P.s. I don't want to write it like Curious \textpipe Adaptable etc.
additionally
would be great if possible a solution where the items are equally distributed and spacing between them is auto generated accordingly


\textwidth? – Werner Nov 20 '21 at 19:26