一键导入
tailwind
Tailwind CSS code standards. Use when writing or reviewing Tailwind utility classes in any template or component.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Tailwind CSS code standards. Use when writing or reviewing Tailwind utility classes in any template or component.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deep interview for a single feature or module brief that produces a final spec or implementation plan.
@nextnode-solutions/logger standards. Reference this skill when a project uses @nextnode-solutions/logger or when logger integration is being added.
Manage n8n workflows on the NextNode automation instance with the local n8n-cli tool.
NextNode brand guidelines — color palette, typography, logo system, and per-project branding rules. Use when doing UI/frontend work on a NextNode project.
NextNode ecosystem hub. Auto-load when working on any NextNode or SaaS project — covers nextnode.toml config, CI workflows, docker-compose rules, and cross-references to package skills.
Audit a NextNode/SaaS project against all NextNode standards — produces a compliance report with pass/fail/missing status for every required item.
| name | tailwind |
| description | Tailwind CSS code standards. Use when writing or reviewing Tailwind utility classes in any template or component. |
| user-invocable | false |
cva is the ONLY abstraction allowed for class variantscn() (clsx + twMerge) is MANDATORY when available — NEVER template literals for classesbase dark:dark-variant
sm:responsive md:responsive lg:responsive
hover:interactive focus:interactive
dark: variants WITH the base state on the same element`text-${size}` — use a map or cva@apply in CSS files — defeats the purpose of utility-firststyle={} attributes — use Tailwind utilities insteadp-1, p-2, p-4, p-8)size-* shorthand over separate w-* + h-* when both are identical