skills/tapforce-tailwindcss/SKILL.md
Best practices for setting up and developing UX/UI for projects using Tailwind CSS ^4. Use when setting up new projects with Tailwind CSS support or when projects have Tailwind CSS installed.
npx skillsauth add tapforce/agents-skills tapforce-tailwindcssInstall 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.
This skill provides best practices for setting up and developing UX/UI for projects using Tailwind CSS ^4.
Use this skill when:
If the project already has Tailwind CSS installed:
If version doesn't match ^4.0.0, refuse to continue and recommend upgrade.
Verify project type compatibility from official documentation:
For best practices, projects should:
See installation guide for detailed setup instructions based on project type.
Tailwind CSS ^4 has breaking changes compared to ^3. See compatibility guide for detailed information.
Use utility classes for styling instead of custom CSS. See styling guide for comprehensive examples.
Implement interactive states using Tailwind's state variants. See states guide for patterns and examples.
Create responsive layouts using Tailwind's breakpoint system. See responsive guide for implementation patterns.
Implement dark mode support using Tailwind's dark mode utilities. See dark mode guide for setup strategies.
Customize themes and work with colors effectively. See theme guide for customization patterns.
Add custom CSS when utilities aren't sufficient. See custom styles guide for best practices.
Understand how Tailwind detects classes in your source files. See detection guide for configuration.
Use Tailwind's CSS functions and directives. See functions guide for advanced usage.
This skill includes the following rules:
development
Best practices for setting up and developing Svelte projects using SvelteKit ^2.0.0. Use when considering setup or development based on SvelteKit framework.
development
Best practices for setup and use of shadcn-svelte library to develop UX/UI in Svelte projects. Use this skill when project is using Svelte/SvelteKit framework as main app framework, when user attempts to setup new project or when user is developing on existing project using shadcn-svelte components.
tools
Best practices for using pnpm ^10.0.0 in Node.js projects. Use when working with Node.js-based projects.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.