frontend-css
プロジェクトの設計原則(Tailwindユーティリティクラス)に従い、デザインシステムに基づいた一貫性のあるCSSを記述し、カスタムCSSを最小限に抑え、保守性を高めるSkill。
📜 元の英語説明(参考)
Write consistent, maintainable CSS following the project's methodology (Tailwind utility classes) while minimizing custom CSS and adhering to design system tokens. Use this skill when writing or editing CSS files, Tailwind classes in React components (.tsx, .jsx files), when implementing design system colors/spacing/typography, when using Tailwind utility classes, when deciding between framework utilities vs. custom CSS, when optimizing CSS for production with tree-shaking, when configuring Tailwind theme extensions, or when maintaining design consistency across the application.
🇯🇵 日本人クリエイター向け解説
プロジェクトの設計原則(Tailwindユーティリティクラス)に従い、デザインシステムに基づいた一貫性のあるCSSを記述し、カスタムCSSを最小限に抑え、保守性を高めるSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o frontend-css.zip https://jpskill.com/download/18622.zip && unzip -o frontend-css.zip && rm frontend-css.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18622.zip -OutFile "$d\frontend-css.zip"; Expand-Archive "$d\frontend-css.zip" -DestinationPath $d -Force; ri "$d\frontend-css.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
frontend-css.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
frontend-cssフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
フロントエンド CSS
この Skill は、Claude Code に対して、フロントエンド CSS の扱い方に関するコーディング標準を遵守する方法について具体的なガイダンスを提供します。
この Skill を使用する場面
- プロジェクト内で CSS ファイルを作成または編集する場合
- React コンポーネント(.tsx, .jsx ファイル)で Tailwind CSS ユーティリティクラスを適用する場合
- デザインシステムトークン(色、間隔、タイポグラフィ)を実装する場合
@themeディレクティブを使用して Tailwind テーマ拡張を構成する場合- フレームワークのユーティリティを使用するか、カスタム CSS を記述するかを決定する場合
- コンポーネント全体で一貫したスタイリングパターンを維持する場合
- パージング/ツリーシェイキングによる本番環境向けの CSS を最適化する場合
- 不要なフレームワークスタイルのオーバーライドを回避する場合
- プロジェクトの CSS 手法(Tailwind、BEM、utility-first など)を扱う場合
- Tailwind ブレークポイントを使用してレスポンシブスタイルを実装する場合
- CSS のパフォーマンスとバンドルサイズの最適化を確保する場合
指示
詳細については、次のファイルに記載されている情報を参照してください。 frontend CSS
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Frontend CSS
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle frontend CSS.
When to use this skill
- When writing or editing CSS files in the project
- When applying Tailwind CSS utility classes in React components (.tsx, .jsx files)
- When implementing design system tokens (colors, spacing, typography)
- When configuring Tailwind theme extensions using the
@themedirective - When deciding between using framework utilities vs. writing custom CSS
- When maintaining consistent styling patterns across components
- When optimizing CSS for production with purging/tree-shaking
- When avoiding unnecessary framework style overrides
- When working with the project's CSS methodology (Tailwind, BEM, utility-first, etc.)
- When implementing responsive styles using Tailwind breakpoints
- When ensuring CSS performance and bundle size optimization
Instructions
For details, refer to the information provided in this file: frontend CSS