There are several different places where skew-symmetry comes up.
One is that skew-symmetric matrices represent infinitesimal rotations. To understand this, it helps to use your thumb, index finger, and middle finger to make an orthonormal basis for R^3. If you want a rotation, you can rotate this basis around to see its effect on your original standard basis vectors. If you want an infinitesimal rotation, start your basis in the standard position and rotate it a little bit. When we talk about an infinitesimal rotation, we mean each vector gets mapped to its initial velocity vector as it gets rotated.
So, for example, we could have a rotation counter-clockwise around the vertical axis, and look at the derivative at time 0. So, let's say e1 points in the direction of the x-axis, e2 points in the direction of the y-axis, and e3 points up. If we want to know where the infinitesimal rotation maps e1 to, just look at your fingers (i.e. what are the initial velocity vectors of your fingers?). Evidently, e1 maps to e2. Where does e2 go? It maps to -e1. What about e3? Well, e3 is stationary, so his velocity vector is 0. This determines the map. One thing to notice is that everything maps orthogonally to itself. This is equivalent to skew-symmetry, as the wikipedia articles points out. If you look at your fingers, though, you may notice that ei turns in the ej direction exactly opposite to the way ej turns in the ei direction. This is skew-symmetry.
So, that is one way to motivate the importance of skew-symmetric matrices. This way of thinking is especially helpful in differential geometry, which is where I learned it from.
In our example, it was clear that one vector (along the axis of rotation) mapped to 0, and therefore the determinant must be zero. This wouldn't be the case in R^2. This is because rotations in odd-dimensions have axes (eigenvectors of ordinary rotations with eigenvalue 1). There's probably some very cute argument you can do here, but I am too lazy or whatever to call it to mind. I suppose you could invoke the "hairy ball" theorem (which is semi-mathematician-specific, yet somewhat intuitive to the non-mathematician: you can't comb the hairy ball).
http://en.wikipedia.org/wiki/Hairy_ball_theorem
In physics, these infinitesimal rotations have something to do with angular momentum. If you have a path of symmetries, like rotations, in quantum mechanics, that would correspond to some unitary operator. When you take derivatives of those, you should get a (skew-)Hermitian (Hermitian times i => skew-Hermitian) operator, and therefore some sort of observable (I should probably do my mathematician's duty here and say self-adjoint, not Hermitian--oh well). Of course, the universe is a bit sneaky, so it uses SU(2), the double-cover of SO(3), as its symmetries, but the infinitesimal guys (the so-called Lie algebra of these Lie groups) are essentially the same. Incidentally, in three dimensions, you can rotate infinitesimally by taking the cross product with the axis.
I don't know of a good reference for this stuff. Personally, I've just picked it up in my mathematical travels, for example, as I mentioned, in differential geometry of curves and surfaces. Maybe I'll write another post about alternating forms or a comment or two on the spectral theory or whatever.