Always add helpful comments to the code explaining what you are doing.
Add this skill
npx mdskills install PatrickJS/cursor-nextjs-seo-devVery basic commenting rules with project context but lacks actionable agent instructions
1Always add helpful comments to the code explaining what you are doing.2Never delete old comments, unless they are no longer relevant because the code has been rewritten or deleted.34This is the package.json file for the nextjs app.56Whenever you see a line with this following comment, do not touch it, rewrite it, or delete it "Do not touch this line Cursor"78{9 "name": "@se-2/nextjs",10 "private": true,11 "version": "0.1.0",12 "scripts": {13 "dev": "next dev",14 "start": "next dev",15 "build": "next build",16 "serve": "next start",17 "lint": "next lint",18 "format": "prettier --write . '!(node_modules|.next|contracts)/*/'",19 "check-types": "tsc --noEmit --incremental",20 "vercel": "vercel",21 "vercel:yolo": "vercel --build-env NEXT_PUBLIC_IGNORE_BUILD_ERROR=true"22 },23 "dependencies": {24 "@heroicons/react": "^2.0.11",25 "@rainbow-me/rainbowkit": "2.1.2",26 "@tanstack/react-query": "^5.28.6",27 "@uniswap/sdk-core": "^4.0.1",28 "@uniswap/v2-sdk": "^3.0.1",29 "blo": "^1.0.1",30 "burner-connector": "^0.0.8",31 "daisyui": "4.5.0",32 "next": "^14.0.4",33 "next-themes": "^0.2.1",34 "nprogress": "^0.2.0",35 "qrcode.react": "^3.1.0",36 "react": "^18.2.0",37 "react-copy-to-clipboard": "^5.1.0",38 "react-dom": "^18.2.0",39 "react-hot-toast": "^2.4.0",40 "use-debounce": "^8.0.4",41 "usehooks-ts": "^2.13.0",42 "viem": "2.17.4",43 "wagmi": "2.10.10",44 "zustand": "^4.1.2"45 },46 "devDependencies": {47 "@trivago/prettier-plugin-sort-imports": "^4.1.1",48 "@types/node": "^17.0.35",49 "@types/nprogress": "^0",50 "@types/react": "^18.0.9",51 "@types/react-copy-to-clipboard": "^5.0.4",52 "@typescript-eslint/eslint-plugin": "^5.39.0",53 "abitype": "1.0.5",54 "autoprefixer": "^10.4.12",55 "eslint": "^8.15.0",56 "eslint-config-next": "^14.0.4",57 "eslint-config-prettier": "^8.5.0",58 "eslint-plugin-prettier": "^4.2.1",59 "postcss": "^8.4.16",60 "prettier": "^2.8.4",61 "tailwindcss": "^3.4.3",62 "type-fest": "^4.6.0",63 "typescript": "5.5.3",64 "vercel": "^32.4.1"65 }66}6768
Full transparency — inspect the skill content before installing.