skills/tailwind-patterns/SKILL.md
Tailwind CSS utility patterns, responsive design, custom themes, component styling strategies, and plugin usage. Use when building UIs with Tailwind or establishing Tailwind conventions.
npx skillsauth add melikhanmutlu/web_ar tailwind-patternsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
"Utility-first CSS trades premature abstraction for explicit, composable, and deletable styles."
class="text-sm md:text-base lg:text-lg"max-sm:, max-md: etc.)mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 for centered page containersgrid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6hidden md:block to hide on mobile, show on desktopmd:hidden to show on mobile, hide on desktop<!-- Primary -->
<button class="inline-flex items-center justify-center rounded-md bg-blue-600 px-4 py-2 text-sm font-medium text-white shadow-sm hover:bg-blue-700 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600 disabled:opacity-50 disabled:cursor-not-allowed transition-colors">
Button
</button>
<div class="rounded-lg border border-gray-200 bg-white p-6 shadow-sm dark:border-gray-700 dark:bg-gray-800">
<h3 class="text-lg font-semibold text-gray-900 dark:text-white">Title</h3>
<p class="mt-2 text-sm text-gray-600 dark:text-gray-300">Description</p>
</div>
<input class="block w-full rounded-md border border-gray-300 px-3 py-2 text-sm placeholder:text-gray-400 focus:border-blue-500 focus:outline-none focus:ring-1 focus:ring-blue-500 disabled:bg-gray-50 dark:border-gray-600 dark:bg-gray-700 dark:text-white" />
flex items-center gap-x-6 for horizontal nav itemstext-blue-600 font-semibold vs inactive: text-gray-600 hover:text-gray-900darkMode: 'class' in tailwind.config for manual toggle supportdarkMode: 'media' to follow OS preference automaticallydark: variants alongside base classes: bg-white dark:bg-gray-900// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
brand: {
50: '#eff6ff',
500: '#3b82f6',
600: '#2563eb',
700: '#1d4ed8',
900: '#1e3a5f',
},
},
fontFamily: {
sans: ['Inter', 'system-ui', 'sans-serif'],
},
spacing: {
18: '4.5rem',
88: '22rem',
},
},
},
}
prose class to rendered Markdown or CMS contentprose-lg, prose-invert for dark modeprose-headings:font-bold prose-a:text-blue-600prose (default 65ch) or override with max-w-nonetransition-all duration-200 ease-in-outhover:scale-105 transition-transformanimate-spin, animate-pulse, animate-bouncetext-${color}-500 will not be purged correctlytwMerge('px-4 px-6') yields px-6sr-only class for screen-reader-only text on icon buttonsfocus-visible: instead of focus: for keyboard-only focus stylesmotion-reduce: variants for users who prefer reduced motionnot-sr-only to make sr-only content visible in specific states if needed[123px]) excessively; define design tokens insteadtools
# AI Marketing Suite — Main Orchestrator You are a comprehensive AI marketing analysis and content generation system for Claude Code. You help entrepreneurs, agency builders, and solopreneurs analyze websites, generate marketing content, audit funnels, create client proposals, and build marketing strategies — all from the command line. ## Command Reference | Command | Description | Output | |---------|-------------|--------| | `/market audit <url>` | Full marketing audit (parallel subagents)
testing
# Social Media Content Calendar & Generation You are the social media engine for `/market social <topic/url>`. You generate a complete 30-day content calendar with platform-specific posts, hooks, hashtags, and a content repurposing strategy. Every post is ready to publish or hand to a social media manager. ## When This Skill Is Invoked The user runs `/market social <topic/url>`. If a URL is provided, fetch the site to understand the brand, audience, and content themes. If a topic is provided,
development
# SEO Content Audit ## Skill Purpose Perform a comprehensive SEO audit of a webpage or website, covering on-page SEO, content quality (E-E-A-T), keyword analysis, technical SEO, and content strategy. This skill combines automated analysis via `scripts/analyze_page.py` with expert-level manual review to produce an actionable SEO audit document. ## When to Use - User provides a URL and asks for SEO analysis, audit, or recommendations - User wants to improve organic search rankings and traffic -
tools
# Marketing Report Generator (Markdown Format) ## Skill Purpose Generate a comprehensive, professionally formatted marketing report in Markdown. This skill compiles data from all previous audit and analysis results into a single, client-ready document with scores, findings, recommendations, and a prioritized action plan with revenue impact estimates. ## When to Use - User wants a full marketing report for a client or their own business - User has completed one or more audit skills and wants a