// Qwik.js with Tailwind CSS (TypeScript and Vite included) .cursorrules
Add this skill
npx mdskills install PatrickJS/cursor-qwik-tailwindProvides framework preferences and folder structure but lacks actionable agent instructions
1// Qwik.js with Tailwind CSS (TypeScript and Vite included) .cursorrules23// Prefer functional components45const preferFunctionalComponents = true;67// Qwik.js and Tailwind CSS best practices89const qwikTailwindBestPractices = [10 "Use $ suffix for lazy-loaded functions",11 "Utilize useSignal() for reactive state",12 "Implement Tailwind CSS classes for styling",13 "Use @apply directive in CSS files for reusable styles",14 "Implement responsive design using Tailwind's responsive classes",15 "Utilize Tailwind's configuration file for customization",16 "Leverage TypeScript for type safety",17 "Use Vite's fast HMR for development",18];1920// Folder structure2122const folderStructure = `23src/24 components/25 routes/26 global.css27 root.tsx28 entry.ssr.tsx29public/30tailwind.config.js31postcss.config.js32vite.config.ts33tsconfig.json34`;3536// Additional instructions3738const additionalInstructions = `391. Use TypeScript for all .ts and .tsx files402. Implement proper Tailwind CSS purging for production builds413. Utilize Qwik City for routing when applicable424. Use Tailwind's @layer directive for custom styles435. Implement dark mode using Tailwind's dark variant446. Follow both Qwik and Tailwind naming conventions457. Use server$ for server-side code execution468. Leverage Vite plugins for optimized builds47`;4849
Full transparency — inspect the skill content before installing.