This is my latest cursor 2.0 setup to utilize cursor fully
I am using Cursor + Task Master (as an MCP). In addition, I am using the following MCPs: Perplexity (to better search the web) and context7 (to retrieve technical docs on the fly)
download the rules with a oneliner
curl -s https://gist.github.com/ma7dev/3962cb563e5fc1a16cba04a5ef412672 \
| grep -oE '/ma7dev/3962cb563e5fc1a16cba04a5ef412672/raw/[0-9a-f]+/[A-Za-z0-9_.-]+\.mdc' \
| sed 's#^#https://gist.github.com#' \
| xargs -n1 -I{} sh -c 'curl -sL "$1" -o "$(basename "$1")"' _ {}