The vector space $\frak{M}$ of $n \times n$ matrices is the direct sum of the (sub)vector spaces of symmetric and skew-symmetric (anti-symmetric) matrices:
$$\frak{M}=\frak{S} \oplus \frak{A}$$
with dim$(\frak{S})$=$\dfrac{n(n+1)}{2}$ and dim$(\frak{A})$=$\dfrac{n(n-1)}{2}.$
(see for example (Direct summand of skew-symmetric and symmetric matrices))
In order to be more specific, let us take the case $n=3$ (the general case can be easily understood through this example). In this case dim$(\frak{S})$=$6$ and dim$(\frak{A})$=$3.$
A simple basis of eigenvectors of the transpose operator $T:A\mapsto A^T$ associated with
- eigenvalue 1 is (symmetric matrices)
$$\pmatrix{1&0&0\\0&0&0\\0&0&0}, \pmatrix{0&0&0\\0&1&0\\0&0&0},\pmatrix{0&0&0\\0&0&0\\0&0&1}$$
$$\pmatrix{0&1&0\\1&0&0\\0&0&0}, \pmatrix{0&0&1\\0&0&0\\1&0&0},\pmatrix{0&0&0\\0&0&1\\0&1&0}$$
- eigenvalue -1 is (skew-symmetric matrices)
$$\pmatrix{0&1&0\\-1&0&0\\0&0&0}, \pmatrix{0&0&1\\0&0&0\\-1&0&0},\pmatrix{0&0&0\\0&0&1\\0&-1&0}$$