← スキル一覧に戻る

tailwind-config-generator
by ehtbanton
Share links for claude skills
⭐ 0🍴 0📅 2025年12月17日
SKILL.md
name: tailwind-config-generator description: Generate Tailwind CSS configuration files with custom themes, plugins, and content paths. Triggers on "create tailwind config", "generate tailwind configuration", "tailwind setup", "tailwindcss config".
Tailwind Config Generator
Generate Tailwind CSS configuration files with custom themes, colors, and plugins.
Output Requirements
File Output: tailwind.config.js or tailwind.config.ts
Format: Valid Tailwind CSS configuration
Standards: Tailwind CSS 3.x
When Invoked
Immediately generate a complete Tailwind configuration with content paths, theme customizations, and plugins.
Configuration Template
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {
colors: {
primary: '#3b82f6',
},
},
},
plugins: [],
};
Example Invocations
Prompt: "Create tailwind config with custom color palette"
Output: Complete tailwind.config.js with extended theme.
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です