Examples of matrices that are both skew-symmetric and orthogonal

The matrix $$A=\begin{bmatrix} 0 & 1\\ -1 & 0\end{bmatrix}$$ is skew-symmetric and orthogonal. In even dimensions, we can always construct a skew-symmetric and orthogonal matrix as the direct sum of multiple copies of $A$. i.e. the matrix $$\bigoplus_{i=1}^k A=\underbrace{\begin{bmatrix} A &&&\\ &A&&\\ &&\ddots & \\ &&&A\\ \end{bmatrix}}_{k \text{ copies}}$$ is a $2k \times 2k$ orthogonal and skew-symmetric matrix

In odd dimensions however, there is no real matrices which are skew-symmetric and orthogonal. As you already know, real skew-symmetric matrices are singular in odd dimensions so they must have at least one eigenvalue which is zero. Therefore if $B$ is an $n\times n$ matrix with $n$ odd, it must be the case that $\text{det}(B)=0$. If $B$ is orthogonal however, $B^TB=I$ and so $$\text{det}(B^TB)=\text{det}(B^T)\text{det}(B)=[\text{det}(B)]^2=\text{det}(I)=1$$ thus $\text{det}(B)= \pm 1$ and so $B$ can not be both orthogonal and skew-symmetric in odd dimensions.


A general classification: Note that any such matrix is normal, hence unitarily diagonalizable. Any orthogonal matrix is unitary, so all of it's eigenvalues are contained in the unit circle $C=\{z:|z|=1\}$ of the complex plane. Similarly any skew-symmetric has eigenvalues in $i \Bbb R$, i.e., purely imaginary. Thus the orthogonal, skew-symmetric matrices are precisely those matrices whose eigenvalues lie in $C \cap i \Bbb R = \{-i,i\}$, and which are unitarily diagonalizable.

In odd dimensions, the characteristic polynomial has at least one real root, hence no such matrices exist. In even dimensions, such matrices are precisely those whose eigenbasis is orthonormal, and whose characteristic polynomial is $(z-i)^{d_1}(z+i)^{d_2}$ where $d_1+d_2=d$. If we want the matrix to have real coefficients, then necessarily $d_1=d_2=d/2$, and thus the characteristic polynomial is $(z^2+1)^{d/2}$. This implies (by orthonormal diagonalizability), that the matrix mentioned by @Alex is the only real skew symmetric and orthogonal matrix, up to an orthogonal change of basis (i.e. conjugation in $O(d, \Bbb R)$).


I like $$ \begin{pmatrix} 0 & \mathrm{i} \\ -\mathrm{i} & 0 \end{pmatrix} \text{.} $$

(Following edit: This matrix agrees with the content of Shalop's answer and I suspect is pointing in the direction J.M. is not a mathematician was thinking in his comment.)