I'm looking for possible ways to construct $J$-matrices. $J$-matrices are the higher-order version of Pauli matrices. Pauli matrices are suited for spin-1/2 systems, while J-matrices can be for any spin system, 1 or 3/2 or 2 or anything else.
My favorite way:
My favorite way for constructing J-matrices is using Wigner D-matrices. Starting from the eigenvalues of the $J_z$ operator (assuming $z$ is the quantization axis), which are very trivial to systematically derive. For example, for a spin-1 system:
$$J_z=\left(\begin{matrix}1 & 0 & 0\\ 0 & 0 & 0\\ 0\text{} & 0 & -1 \end{matrix}\right)$$
Now we rotate this operator with Wigner D-matrices to get a hypothetical vector that points along $z$ to get once along $x$ and once along $y$. This will create $J_x$ and $J_y$.
However, this assumes that I know the Wigner D-matrices, which I don't (because my problem is computational, and I don't want to calculate the Wigner D-matrices).
So my question is: Is there a simpler way to derive the $J$ matrices? The simplest way I would love is if there's a way to derive them from the Pauli-matrices.