├── .github └── FUNDING.yml ├── AIProductDev.md ├── CodeArchitect.md ├── LICENSE ├── README.md ├── Tailwind-v4.mdc ├── fire-your-design-team.md ├── generate-agents.md ├── generate-claude.md ├── marketing └── landing-page-communication-framework.md ├── nextjs14-clerk-convex-stripe.md ├── nextjs14-typescript-tailwind.md ├── optimization-principles.md ├── productivity ├── improve-writing.md └── transcript-to-blogpost.md ├── sub-agents └── pizza-order-specialist.md └── swift.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: RayFernando1337 2 | -------------------------------------------------------------------------------- /AIProductDev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/AIProductDev.md -------------------------------------------------------------------------------- /CodeArchitect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/CodeArchitect.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/README.md -------------------------------------------------------------------------------- /Tailwind-v4.mdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/Tailwind-v4.mdc -------------------------------------------------------------------------------- /fire-your-design-team.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/fire-your-design-team.md -------------------------------------------------------------------------------- /generate-agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/generate-agents.md -------------------------------------------------------------------------------- /generate-claude.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/generate-claude.md -------------------------------------------------------------------------------- /marketing/landing-page-communication-framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/marketing/landing-page-communication-framework.md -------------------------------------------------------------------------------- /nextjs14-clerk-convex-stripe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/nextjs14-clerk-convex-stripe.md -------------------------------------------------------------------------------- /nextjs14-typescript-tailwind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/nextjs14-typescript-tailwind.md -------------------------------------------------------------------------------- /optimization-principles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/optimization-principles.md -------------------------------------------------------------------------------- /productivity/improve-writing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/productivity/improve-writing.md -------------------------------------------------------------------------------- /productivity/transcript-to-blogpost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/productivity/transcript-to-blogpost.md -------------------------------------------------------------------------------- /sub-agents/pizza-order-specialist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/sub-agents/pizza-order-specialist.md -------------------------------------------------------------------------------- /swift.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RayFernando1337/llm-cursor-rules/HEAD/swift.md --------------------------------------------------------------------------------