Fix ${\bf x} = (x_1,x_2,x_3) \in \Bbb R^3\setminus\{{\bf 0}\}$. We can look at the cross product as a linear map ${\bf x}\times: \Bbb R^3 \to \Bbb R^3$ which is represented in the standard basis by $$\begin{bmatrix} 0 & -x_3 & x_2 \\ x_3 & 0 & -x_1 \\ -x_2 & x_1 & 0\end{bmatrix}.$$Also, it is easy to compute its charcteristic polynomial $p(t) = t(t^2 + \|{\bf x}\|^2)$. Then $0$ is an eigenvalue for which the associated eigenspace is the line spanned by ${\bf x}$ itself. But we can write $$p(t) = t(t-i\|{\bf x}\|)(t+i\|{\bf x}\|),$$and continue the analysis. Assuming I didn't screw up computations, I get that the a complex eigenvector associated to $i\|{\bf x}\|$ is $${\bf v} = \left(-x_1x_3 - x_2\|{\bf x}\|i, -x_2x_3+x_1\|{\bf x}\|i, x_1^2+x_2^2\right).$$We have $${\rm Re}({\bf v}) = (-x_1x_3,-x_2x_3,x_1^2+x_2^2) \quad\mbox{and}\quad {\rm Im}({\bf v}) = (-x_2\|{\bf x}\|,x_1\|{\bf x}\|,0).$$Then I noticed that: $${\bf x}\times {\rm Re}({\bf v}) = \|{\bf x}\|\,{\rm Im}({\bf v}) \quad\mbox{and}\quad {\bf x}\times {\rm Im}({\bf v}) = -\|{\bf x}\|\,{\rm Re}({\bf v}). $$
Even more, ${\rm Re}({\bf v})$ and ${\rm Im}({\bf v})$ are orthogonal. I am bewildered by my little discovery. However, I can't quite interpret this geometrically, and I guess that extra factor of $\|{\bf x}\|$ is related to the $i\|{\bf x}\|$ eigenvalue. Can someone explain what's behind these computations?
I just found this question, and I apologize for not searching well enough before asking - yet, there is no satisfactory answer there, and they didn't use real and imaginary parts of the eigenvectors like I pointed here - it might make something easier to see, so please don't vote to close as duplicate (yet?).
I talked to some people outside the internet and one interpretation is as follows:
We have that if $T = {\bf x}\times$, then $T$ fixes the line spanned by ${\bf x}$, and since $T$ is anti-symmetric, $T$ leaves fixed the complement of that line: the plane normal to ${\bf x}$. The restriction of $T$ to that plane ${\bf x}^\perp$ works as a rotation of $90$ degrees and dilation by $\|{\bf x}\|$, so the eigenvalues are $\pm i\|{\bf x}\|$.
Rotations in the complex plane swap the real and imaginary parts, so that explains the fact that if ${\bf v}$ is an eigenvector (associated to $i\|{\bf x}\|$, say), we have $$T({\rm Re}({\bf v})) = \|{\bf x}\|{\rm Im}({\bf v})\quad\mbox{ and }\quad T({\rm Im}({\bf v})) = -\|{\bf x}\|{\rm Re}({\bf v}).$$
This sort of generalizes to $\Bbb R^n$: fix $n-2$ vectors ${\bf x}_1,\cdots,{\bf x}_{n-2}$ and look at the map $$T = {\bf x}_1 \times \cdots \times {\bf x}_{n-2}\colon \Bbb R^n \to \Bbb R^n$$We have $\ker T = {\rm span}\{{\bf x}_1,\cdots,{\bf x}_{n-2}\}$, and $T$ also leaves invariant the complement of that $(n-2)-$plane, which is a $2-$plane. In that $2-$plane, $T$ works as a rotation and dilation by some factor related to these fixed vectors.