tailwindcss
✓當用戶要求“使用 Tailwind 設置樣式”、“添加 CSS”、“配置主題”、“使用 @theme”、“添加自定義顏色”、“實現深色模式”、“使用容器查詢”、“添加響應式設計”、“使用 OKLCH 顏色”或討論樣式、主題或視覺設計時,應使用此技能。始終使用最新的 Tailwind CSS 版本和現代模式。
SKILL.md
This skill provides guidance for styling applications with Tailwind CSS, focusing on always using the latest version and modern patterns.
Philosophy: Use CSS-first configuration with @theme. Use OKLCH colors for perceptual uniformity. Prefer @container queries over media queries when appropriate.
| Configuration | CSS @theme directive | tailwind.config.js | | Colors | OKLCH color space | RGB/HSL colors | | Container queries | @container | Media queries only | | Content detection | Automatic | Manual content: [] config | | PostCSS plugin | @tailwindcss/postcss | tailwindcss package |
當用戶要求“使用 Tailwind 設置樣式”、“添加 CSS”、“配置主題”、“使用 @theme”、“添加自定義顏色”、“實現深色模式”、“使用容器查詢”、“添加響應式設計”、“使用 OKLCH 顏色”或討論樣式、主題或視覺設計時,應使用此技能。始終使用最新的 Tailwind CSS 版本和現代模式。 來源:velcrafting/codex-skills。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/velcrafting/codex-skills --skill tailwindcss- 分類
- *創意媒體
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 tailwindcss?
當用戶要求“使用 Tailwind 設置樣式”、“添加 CSS”、“配置主題”、“使用 @theme”、“添加自定義顏色”、“實現深色模式”、“使用容器查詢”、“添加響應式設計”、“使用 OKLCH 顏色”或討論樣式、主題或視覺設計時,應使用此技能。始終使用最新的 Tailwind CSS 版本和現代模式。 來源:velcrafting/codex-skills。
如何安裝 tailwindcss?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/velcrafting/codex-skills --skill tailwindcss 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/velcrafting/codex-skills