jpskill.com
🎨 デザイン コミュニティ

brand-guide

ブランドのカラー、フォント、イメージ、トーン、レスポンシブ対応などのスタイルガイドを作成・管理し、ブランドアイデンティティを文書化したり、スタイルガイドのページを作成したりするSkill。

📜 元の英語説明(参考)

Generate and maintain brand style guides - colors, fonts, imagery, voice/tone, responsive specs. Use when documenting brand identity or creating style guide pages.

🇯🇵 日本人クリエイター向け解説

一言でいうと

ブランドのカラー、フォント、イメージ、トーン、レスポンシブ対応などのスタイルガイドを作成・管理し、ブランドアイデンティティを文書化したり、スタイルガイドのページを作成したりするSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o brand-guide.zip https://jpskill.com/download/18112.zip && unzip -o brand-guide.zip && rm brand-guide.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18112.zip -OutFile "$d\brand-guide.zip"; Expand-Archive "$d\brand-guide.zip" -DestinationPath $d -Force; ri "$d\brand-guide.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して brand-guide.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → brand-guide フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
2

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

ブランドガイド Skill

色、タイポグラフィ、画像、ボイス/トーン、およびレスポンシブデザインの仕様を網羅的に文書化したブランドスタイルガイドを生成します。

この Skill の使用時

以下が必要な場合にこの Skill を呼び出してください。

  • ブランドスタイルガイドページを作成する
  • 16進数/rgb値でカラーパレットを文書化する
  • タイポグラフィのガイドラインを指定する
  • 画像と写真のスタイルを定義する
  • ボイスとトーンのガイドラインを確立する
  • レスポンシブデザインのブレークポイントを文書化する
  • 既存のテーマからブランド情報を抽出する

この Skill の機能

  1. 既存のテーマファイル(CSS、PHP)からブランドデータを抽出します。
  2. HTML/Markdown ブランドガイドコンテンツを生成します。
  3. ブランドドキュメントを含むWordPressページを作成します。
  4. すべてのブレークポイントでレスポンシブな動作を文書化します。

ブランドデータ構造

brand:
  name: "Brand Name"
  tagline: "Brand Tagline"
  established: 2025
  location: "City, State"

colors:
  primary:
    name: "Color Name"
    hex: "#HEXCODE"
    rgb: "rgb(r, g, b)"
    usage: "When to use this color"
  secondary:
    name: "Color Name"
    hex: "#HEXCODE"
    usage: "When to use this color"
  accent:
    name: "Color Name"
    hex: "#HEXCODE"
    usage: "When to use this color"

typography:
  primary_font: "Font Family"
  weights: [300, 400, 700]
  headings:
    style: "font-light tracking-tighter"
    sizes:
      h1: "text-5xl md:text-9xl"
      h2: "text-4xl md:text-5xl"
      h3: "text-xl"
  body:
    style: "font-light leading-relaxed"
    size: "text-lg"

imagery:
  style: "Professional/Candid/etc"
  treatment: "Filters, overlays"
  subjects: ["Subject 1", "Subject 2"]
  aspect_ratios:
    hero: "16:9"
    card: "4:5"
    square: "1:1"

voice:
  personality: ["Adjective 1", "Adjective 2", "Adjective 3"]
  tone: "Description of tone"
  examples:
    do: ["Example of correct copy"]
    dont: ["Example of incorrect copy"]

responsive:
  breakpoints:
    mobile: "< 768px"
    tablet: "768px - 1024px"
    desktop: "> 1024px"
  behaviors:
    navigation: "Hamburger on mobile, full on desktop"
    hero: "Stacked on mobile, side-by-side on desktop"

CSR 開発ブランド

名前 Hex RGB 使用法
CSR Cream #EDEAE3 rgb(237, 234, 227) 背景、カード、ヘッダー
CSR Dark Blue #07254B rgb(7, 37, 75) テキスト、見出し、フッター、CTA
CSR Light Blue #B4C1D1 rgb(180, 193, 209) ホバー状態、ラベル、アクセント

タイポグラフィ

プライマリフォント: Manrope (Google Fonts)

要素 スタイル サイズ (モバイル) サイズ (デスクトップ)
H1 font-light tracking-tighter text-5xl text-9xl
H2 font-light text-4xl text-5xl
H3 font-light text-xl text-xl
Body font-light leading-relaxed text-lg text-lg
Label font-bold uppercase tracking-widest text-xs text-xs

画像

  • スタイル: プロフェッショナルな建築写真
  • 処理: 微妙なグレースケール (20%)、濃い青色のオーバーレイ (10% 不透明度)
  • 被写体: 現代的な建物、マイアミのスカイライン、豪華なインテリア、建設
  • アスペクト比:
    • Hero: 16:9 (ビデオ) またはフルハイト
    • ポートフォリオカード: 4:5
    • チーム写真: 1:1

ボイス & トーン

個性: プロフェッショナル、洗練、信頼性、先見性

トーン: 自信があるが傲慢ではない、エレガントだが親しみやすい

Do:

  • "CSR acquires and develops real estate assets that create long-term value"
  • "Built on Legacy"
  • "Elevating the standard of living through thoughtful design"

Don't:

  • 過度にカジュアルな言葉遣い
  • 過剰な感嘆符
  • 説明なしの業界専門用語

レスポンシブブレークポイント

ブレークポイント Tailwind Class
モバイル < 768px Default (no prefix)
タブレット 768px - 1024px md:
デスクトップ > 1024px lg:

スクリプト

extract-brand.py

テーマの CSS/PHP ファイルからブランドデータを抽出します。

使用法:

python3 /root/.claude/skills/brand-guide/scripts/extract-brand.py \
  --theme-path /path/to/theme \
  --output /path/to/brand-data.yaml

generate-guide.py

ブランドデータからブランドガイド HTML を生成します。

使用法:

python3 /root/.claude/skills/brand-guide/scripts/generate-guide.py \
  --brand-data /path/to/brand-data.yaml \
  --output /path/to/brand-guide.html

color-utils.py

色の操作とコントラストチェックのためのユーティリティ。

使用法:

python3 /root/.claude/skills/brand-guide/scripts/color-utils.py \
  --hex "#07254B" \
  --check-contrast "#EDEAE3"

テンプレート

brand-guide-page.html

すべてのセクションを含む完全なブランドガイドページテンプレート。

color-palette.html

コード付き見本を示すカラーパレットセクション。

typography.html

すべてのサイズのフォントサンプルを含むタイポグラフィセクション。

imagery.html

例示的な処理を含む画像ガイドライン。

voice-tone.html

すべきこととすべきでないことを含むボイスとトーンのセクション。

responsive.html

ブレークポイントドキュメントを含むレスポンシブデザイン仕様。

ワークフロー

既存のサイトのブランドガイドを作成する

  1. ブランドデータを抽出:

    python3 scripts/extract-brand.py --theme-path /path/to/theme
  2. 抽出されたデータをレビューおよび強化します(ボイス/トーンなどを追加)。

  3. ガイドを生成:

    python3 scripts/generate-guide.py --brand-data brand.yaml
  4. wordpress-admin skill を使用して WordPress ページを作成します。

スクラッチからブランドガイドを作成する

  1. ブランドデータテンプレートに入力します(上記の構造を参照)。
  2. ガイド HTML を生成します。
  3. WordPress ページを作成します。
  4. 各ブレークポイントでスクリーンショットを追加します。

wordpress-admin との統合

ブランドガイドを生成した後、WordPress ページとして作成します。

# Create the page
docker exec wordpress-local-wordpress-1 wp post create \
  --post_type=page \
  --post_title="Brand Style Guide" \
  --post_name="brand-guide" \
  --post_status="publish" \
  --post_content="$(cat brand-guide.html)" \
  --allow-root

# Set SEO
docker exec wordpress-local-wordpress-1 wp post meta update <ID> _yoast_wpseo_focuskw "CSR brand style guide" --allow-root

(原文がここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Brand Guide Skill

Generate comprehensive brand style guides documenting colors, typography, imagery, voice/tone, and responsive design specifications.

When to Use This Skill

Invoke this skill when you need to:

  • Create a brand style guide page
  • Document color palettes with hex/rgb values
  • Specify typography guidelines
  • Define imagery and photography style
  • Establish voice and tone guidelines
  • Document responsive design breakpoints
  • Extract brand info from existing themes

What This Skill Does

  1. Extracts brand data from existing theme files (CSS, PHP)
  2. Generates HTML/Markdown brand guide content
  3. Creates WordPress pages with brand documentation
  4. Documents responsive behavior at all breakpoints

Brand Data Structure

brand:
  name: "Brand Name"
  tagline: "Brand Tagline"
  established: 2025
  location: "City, State"

colors:
  primary:
    name: "Color Name"
    hex: "#HEXCODE"
    rgb: "rgb(r, g, b)"
    usage: "When to use this color"
  secondary:
    name: "Color Name"
    hex: "#HEXCODE"
    usage: "When to use this color"
  accent:
    name: "Color Name"
    hex: "#HEXCODE"
    usage: "When to use this color"

typography:
  primary_font: "Font Family"
  weights: [300, 400, 700]
  headings:
    style: "font-light tracking-tighter"
    sizes:
      h1: "text-5xl md:text-9xl"
      h2: "text-4xl md:text-5xl"
      h3: "text-xl"
  body:
    style: "font-light leading-relaxed"
    size: "text-lg"

imagery:
  style: "Professional/Candid/etc"
  treatment: "Filters, overlays"
  subjects: ["Subject 1", "Subject 2"]
  aspect_ratios:
    hero: "16:9"
    card: "4:5"
    square: "1:1"

voice:
  personality: ["Adjective 1", "Adjective 2", "Adjective 3"]
  tone: "Description of tone"
  examples:
    do: ["Example of correct copy"]
    dont: ["Example of incorrect copy"]

responsive:
  breakpoints:
    mobile: "< 768px"
    tablet: "768px - 1024px"
    desktop: "> 1024px"
  behaviors:
    navigation: "Hamburger on mobile, full on desktop"
    hero: "Stacked on mobile, side-by-side on desktop"

CSR Development Brand

Colors

Name Hex RGB Usage
CSR Cream #EDEAE3 rgb(237, 234, 227) Backgrounds, cards, header
CSR Dark Blue #07254B rgb(7, 37, 75) Text, headings, footer, CTAs
CSR Light Blue #B4C1D1 rgb(180, 193, 209) Hover states, labels, accents

Typography

Primary Font: Manrope (Google Fonts)

Element Style Size (Mobile) Size (Desktop)
H1 font-light tracking-tighter text-5xl text-9xl
H2 font-light text-4xl text-5xl
H3 font-light text-xl text-xl
Body font-light leading-relaxed text-lg text-lg
Label font-bold uppercase tracking-widest text-xs text-xs

Imagery

  • Style: Professional architectural photography
  • Treatment: Subtle grayscale (20%), dark blue overlay (10% opacity)
  • Subjects: Modern buildings, Miami skyline, luxury interiors, construction
  • Aspect Ratios:
    • Hero: 16:9 (video) or full height
    • Portfolio cards: 4:5
    • Team photos: 1:1

Voice & Tone

Personality: Professional, Sophisticated, Trustworthy, Visionary

Tone: Confident but not arrogant, elegant but accessible

Do:

  • "CSR acquires and develops real estate assets that create long-term value"
  • "Built on Legacy"
  • "Elevating the standard of living through thoughtful design"

Don't:

  • Overly casual language
  • Excessive exclamation points
  • Industry jargon without explanation

Responsive Breakpoints

Breakpoint Width Tailwind Class
Mobile < 768px Default (no prefix)
Tablet 768px - 1024px md:
Desktop > 1024px lg:

Scripts

extract-brand.py

Extracts brand data from theme CSS/PHP files.

Usage:

python3 /root/.claude/skills/brand-guide/scripts/extract-brand.py \
  --theme-path /path/to/theme \
  --output /path/to/brand-data.yaml

generate-guide.py

Generates brand guide HTML from brand data.

Usage:

python3 /root/.claude/skills/brand-guide/scripts/generate-guide.py \
  --brand-data /path/to/brand-data.yaml \
  --output /path/to/brand-guide.html

color-utils.py

Utilities for color manipulation and contrast checking.

Usage:

python3 /root/.claude/skills/brand-guide/scripts/color-utils.py \
  --hex "#07254B" \
  --check-contrast "#EDEAE3"

Templates

brand-guide-page.html

Full brand guide page template with all sections.

color-palette.html

Color palette section showing swatches with codes.

typography.html

Typography section with font samples at all sizes.

imagery.html

Imagery guidelines with example treatments.

voice-tone.html

Voice and tone section with do's and don'ts.

responsive.html

Responsive design specs with breakpoint documentation.

Workflow

Create Brand Guide for Existing Site

  1. Extract brand data:

    python3 scripts/extract-brand.py --theme-path /path/to/theme
  2. Review and enhance the extracted data (add voice/tone, etc.)

  3. Generate guide:

    python3 scripts/generate-guide.py --brand-data brand.yaml
  4. Create WordPress page using wordpress-admin skill

Create Brand Guide from Scratch

  1. Fill out brand data template (see structure above)
  2. Generate guide HTML
  3. Create WordPress page
  4. Add screenshots at each breakpoint

Integration with wordpress-admin

After generating a brand guide, create it as a WordPress page:

# Create the page
docker exec wordpress-local-wordpress-1 wp post create \
  --post_type=page \
  --post_title="Brand Style Guide" \
  --post_name="brand-guide" \
  --post_status="publish" \
  --post_content="$(cat brand-guide.html)" \
  --allow-root

# Set SEO
docker exec wordpress-local-wordpress-1 wp post meta update <ID> _yoast_wpseo_focuskw "CSR brand style guide" --allow-root
docker exec wordpress-local-wordpress-1 wp post meta update <ID> _yoast_wpseo_metadesc "Complete brand style guide for CSR Real Estate including colors, typography, imagery guidelines, and voice specifications." --allow-root

Reference Files

  • CSR Theme: /root/csrdevelopment.com/csrdevelopment.com/public_html/wp-content/themes/csr-theme/
  • CSR Style CSS: /root/csrdevelopment.com/csrdevelopment.com/public_html/wp-content/themes/csr-theme/style.css
  • CSR Logo: /root/csrdevelopment.com/csrdevelopment.com/public_html/wp-content/themes/csr-theme/assets/images/csr-logo.svg

Examples

See /root/.claude/skills/brand-guide/examples/csr-brand-guide.md for a complete CSR Development brand guide example.

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。