원클릭으로
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