// 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
// Qwik.js with Tailwind CSS (TypeScript and Vite included) .cursorrules
// Prefer functional components
const preferFunctionalComponents = true;
// Qwik.js and Tailwind CSS best practices
const qwikTailwindBestPractices = [ "Use $ suffix for lazy-loaded functions", "Utilize useSignal() for reactive state", "Implement Tailwind CSS classes for styling", "Use @apply directive in CSS files for reusable styles", "Implement responsive design using Tailwind's responsive classes", "Utilize Tailwind's configuration file for customization", "Leverage TypeScript for type safety", "Use Vite's fast HMR for development", ];
// Folder structure
const folderStructure = src/ components/ routes/ global.css root.tsx entry.ssr.tsx public/ tailwind.config.js postcss.config.js vite.config.ts tsconfig.json;
// Additional instructions
const additionalInstructions = `
Install via CLI
npx mdskills install PatrickJS/cursor-qwik-tailwindQwik Tailwind CSS is a free, open-source AI agent skill. // Qwik.js with Tailwind CSS (TypeScript and Vite included) .cursorrules
Install Qwik Tailwind CSS with a single command:
npx mdskills install PatrickJS/cursor-qwik-tailwindThis downloads the skill files into your project and your AI agent picks them up automatically.
Qwik Tailwind CSS works with Cursor. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.