bringhurst-typography
Apply Bringhurst-style typography principles from The Elements of Typographic Style to editorial pages, web UI, product surfaces, reports, slides, and books. Use when Codex must design, review, or improve hierarchy, measure, leading, spacing, punctuation, typeface selection/pairing, page geometry, and print-or-screen production quality.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o bringhurst-typography.zip https://jpskill.com/download/10590.zip && unzip -o bringhurst-typography.zip && rm bringhurst-typography.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/10590.zip -OutFile "$d\bringhurst-typography.zip"; Expand-Archive "$d\bringhurst-typography.zip" -DestinationPath $d -Force; ri "$d\bringhurst-typography.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
bringhurst-typography.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
bringhurst-typographyフォルダができる - 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
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
Bringhurst Typography
Purpose
Use this skill to make typographic decisions that are structurally sound, readable, and consistent from macro layout down to punctuation and spacing details.
Prefer this skill whenever a task includes typography design, typography QA, or "why does this page feel off?" debugging.
Core Workflow
- Classify the task and medium.
- Identify whether the task is long-form reading, reference layout, UI copy, mixed-script composition, or production troubleshooting.
- Identify target medium: print, PDF, responsive web, or app UI.
- Load the minimum needed references.
- Always read
references/book-map.md. - Read
references/rules-index.mdfor precise rule numbers and chapter coverage. - Read
references/workflows.mdfor task-specific implementation flows. - Read
references/checklists.mdbefore final recommendations or sign-off.
- Diagnose before changing.
- Audit hierarchy, rhythm, line length, vertical spacing cadence, punctuation quality, and typeface coherence.
- Find structural failures before cosmetic changes.
- Propose changes in ordered passes.
- Pass 1: page or viewport geometry and text block shape.
- Pass 2: typeface system and hierarchy.
- Pass 3: spacing and rhythm (measure, leading, paragraph logic, list/table logic).
- Pass 4: punctuation, symbols, and language-specific details.
- Pass 5: production checks for print or screen.
- Explain tradeoffs.
- Keep recommendations tied to content purpose, reading mode, and output medium.
- State what improved and what was intentionally left unchanged.
Output Format
When asked for a review or redesign plan, return:
- Situation summary (content type, audience, medium).
- Findings ordered by severity.
- Recommended changes in execution order.
- Rationale using rule numbers where useful (for example,
2.1.2for measure). - Validation checklist for print or screen.
Decision Rules
- Prefer readability and structural integrity over stylistic novelty.
- Treat punctuation and symbols as part of typography, not copyediting residue.
- Adjust one major parameter at a time when diagnosing quality regressions.
- Keep type choices minimal; add faces only with a clear role.
- Respect language and script conventions when composing multilingual text.
Limits
- Do not imitate historical forms blindly; adapt principles to current constraints.
- Do not force print-era defaults onto small responsive screens without testing.
- Do not rely on OCR-noisy rule text when exact wording is unclear; use the canonical intent from the chapter context.
Reference Files
references/book-map.md: chapter and appendix map with topical scope.references/rules-index.md: consolidated rule index based on the book's recapitulation structure.references/workflows.md: practical workflows for UI, editorial, and production tasks.references/checklists.md: preflight and sign-off checklists.
Invocation Examples
- "Audit this landing page typography and give fix order by impact."
- "Refactor our report template using Bringhurst-style spacing and hierarchy."
- "Choose and pair typefaces for a multilingual editorial PDF."
- "Check punctuation, dashes, quotes, and figure styles in this manuscript."