In order to convert a partial derivative of an arbitrary function of two variables from Cartesian coordinates to polar coordinates, we can simply employ the chain rule as follows:
$$ \frac{\partial f(x,y)}{\partial r}=\frac{\partial f(x,y)}{\partial x}\cdot\frac{\partial x}{\partial r}+\frac{\partial f(x,y)}{\partial y}\cdot\frac{\partial y}{\partial r}=\cos\theta\frac{\partial}{\partial x}(f(x,y))+\sin\theta\frac{\partial}{\partial y}(f(x,y)). $$
This gives us a partial differentiation operator with respect to $r$:
$$ \frac{\partial}{\partial r}=\cos\theta\frac{\partial}{\partial x}+\sin\theta\frac{\partial}{\partial y}. $$
I want to extend this idea to the "slanted" Cartesian coordinate system, in which the vertical axis we now call the $u$-axis and what was formerly the $x$-axis is now called the $v$-axis and is at an angle of $\phi$ with the vertical $u$-axis, where $0<\phi<\pi/2$.
I want to find $\frac{\partial f(r,\theta)}{\partial u}$. By the chain rule:
$$ \frac{\partial f(r,\theta)}{\partial u}=\frac{\partial f(r,\theta)}{\partial r}\cdot\frac{\partial r}{\partial u}+\frac{\partial f(r,\theta)}{\partial \theta}\cdot\frac{\partial \theta}{\partial u}. $$
I'm having some difficulty in computing $\frac{\partial r}{\partial u}$ and $\frac{\partial \theta}{\partial u}$ in terms of the angle $\phi$.