jpskill.com
🛠️ 開発・MCP コミュニティ 🔴 エンジニア向け 👤 エンジニア・AI開発者

🛠️ Redesign Existing Projects

redesign-existing-projects

既存のウェブサイトやアプリを、一般的なデザインの

⏱ テスト計画作成 2時間 → 20分

📺 まず動画で見る(YouTube)

▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Use when upgrading existing websites or apps by auditing generic UI patterns and applying premium design fixes without rewrites.

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

一言でいうと

既存のウェブサイトやアプリを、一般的なデザインの

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

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して redesign-existing-projects.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → redesign-existing-projects フォルダができる
  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-17
取得日時
2026-05-17
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • Redesign Existing Projects を使って、最小構成のサンプルコードを示して
  • Redesign Existing Projects の主な使い方と注意点を教えて
  • Redesign Existing Projects を既存プロジェクトに組み込む方法を教えて

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Skill本文(日本語訳)

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

再設計スキル

使用場面

  • ユーザーが既存のウェブサイトやアプリのUIを再設計、再スタイル、最新化、洗練、または改善するよう求めた場合に使用します。
  • 現在のフロントエンドコードを監査し、製品アーキテクチャを変更せずに、的を絞った視覚的な改善を行うタスクの場合に使用します。
  • デザインが一般的、AI生成、間隔が悪い、視覚的に平坦、またはレスポンシブ、インタラクティブ、ローディング、空、エラーの状態が欠けていると感じる場合に使用します。

制限事項

  • このスキルは既存のUIをアップグレードしますが、デフォルトではフレームワークの移行、情報アーキテクチャの書き換え、製品スコープの拡張を許可しません。
  • 視覚的な変更を行う際には、動作中の挙動、ルーティング、データフロー、アクセシビリティのセマンティクス、およびテストを保持します。
  • 作業が完了したと見なす前に、サポートされているブラウザとビューポートサイズで、実際のアプリで再設計された画面を検証します。

仕組み

既存のプロジェクトに適用する場合、次の手順に従います。

  1. スキャン — コードベースを読み込みます。フレームワーク、スタイリング方法(Tailwind、vanilla CSS、styled-componentsなど)、および現在のデザインパターンを特定します。
  2. 診断 — 以下の監査を実行します。見つかったすべての一般的なパターン、弱点、および欠落している状態をリストアップします。
  3. 修正 — 既存のスタックで作業しながら、的を絞ったアップグレードを適用します。ゼロから書き直さないでください。既存のものを改善します。

デザイン監査

タイポグラフィ

以下の問題を確認し、修正してください。

  • ブラウザのデフォルトフォントまたはInterがどこでも使用されている。 個性のあるフォントに置き換えます。良い選択肢: GeistOutfitCabinet GroteskSatoshi。編集/クリエイティブなプロジェクトでは、セリフ体のヘッダーとサンセリフ体の本文を組み合わせます。
  • 見出しに存在感がない。 ディスプレイテキストのサイズを大きくし、文字間隔を狭め、行の高さを減らします。見出しは重厚で意図的な印象を与えるべきです。
  • 本文が広すぎる。 段落の幅を約65文字に制限します。読みやすさのために行の高さを増やします。
  • Regular (400) と Bold (700) のウェイトのみが使用されている。 より微妙な階層のためにMedium (500) と SemiBold (600) を導入します。
  • プロポーショナルフォントの数字。 データ量の多いインターフェースでは、等幅フォントを使用するか、タブラー数字(font-variant-numeric: tabular-nums)を有効にします。
  • 文字間隔の調整が欠けている。 大きなヘッダーにはネガティブトラッキングを、スモールキャップやラベルにはポジティブトラッキングを使用します。
  • どこでもすべて大文字のサブヘッダー。 代わりに小文字のイタリック体、文頭大文字、またはスモールキャップを試してください。
  • 孤立した単語。 最後の行に単独で置かれている単語。text-wrap: balance または text-wrap: pretty で修正します。

色と表面

  • 純粋な#000000の背景。 オフブラック、ダークチャコール、または色付きのダーク(#0a0a0a#121212、またはダークネイビー)に置き換えます。
  • 彩度が高すぎるアクセントカラー。 彩度を80%未満に保ちます。アクセントを彩度を落として、叫ぶのではなくニュートラルと調和させます。
  • 複数のアクセントカラー。 1つ選びます。残りは削除します。一貫性は多様性に勝ります。
  • 暖色系と寒色系のグレーの混合。 1つのグレーファミリーに固執します。すべてのグレーを、一貫した色相(暖色系または寒色系、両方ではない)で着色します。
  • 紫/青の「AIグラデーション」の美学。 これは最も一般的なAIデザインの特徴です。ニュートラルなベースと、熟慮された単一のアクセントに置き換えます。
  • 一般的なbox-shadow 背景の色相に合わせて影を着色します。純粋な黒を低不透明度で使用する代わりに、色付きの影(例:青い背景に濃い青の影)を使用します。
  • テクスチャがまったくないフラットデザイン。 背景に微妙なノイズ、グレイン、またはマイクロパターンを追加します。純粋なフラットなベクターは無菌的に感じられます。
  • 完全に均一なグラデーション。 標準的な線形45度のフェードの代わりに、放射状グラデーション、ノイズオーバーレイ、またはメッシュグラデーションで均一性を破ります。
  • 一貫性のない照明方向。 すべての影を監査し、単一の一貫した光源を示唆していることを確認します。
  • ライトモードのページ(またはその逆)にランダムな暗いセクション。 それ以外は明るいページに、単一の暗い背景のセクションがあると、コピー&ペーストの事故のように見えます。完全なダークモードにコミットするか、全体で一貫した背景トーンを保ちます。コントラストが必要な場合は、同じパレットのわずかに暗い色合いを使用します。クリーム色のページの中央で突然#111にジャンプするべきではありません。
  • 視覚的な奥行きのない、空で平坦なセクション。 単なるテキストが平坦な背景にあるセクションは未完成に感じられます。高品質の背景画像(ぼかし、オーバーレイ、またはマスク)、微妙なパターン、またはアンビエントグラデーションを追加します。実際の素材が利用できない場合は、https://picsum.photos/seed/{name}/1920/1080のような信頼できるプレースホルダーソースを使用します。ヒーローセクション、機能ブロック、またはCTAの背後にある背景画像を試してみてください。微妙な全幅の写真でも、低不透明度で存在感を加えます。

レイアウト

  • すべてが中央揃えで対称的。 オフセットマージン、混合アスペクト比、または中央揃えのコンテンツの上に左揃えのヘッダーを使用して対称性を破ります。
  • 機能行としての3つの等しいカード列。 これは最も一般的なAIレイアウトです。2列のジグザグ、非対称グリッド、水平スクロール、またはメイソンリーレイアウトに置き換えます。
  • 全画面セクションにheight: 100vhを使用している。 モバイルブラウザでのレイアウトの飛び跳ねを防ぐために(iOS Safariビューポートバグ)、min-height: 100dvhに置き換えます。
  • 複雑なflexboxのパーセンテージ計算。 信頼性の高い多段構造にはCSS Gridに置き換えます。
  • 最大幅コンテナがない。 コンテナの制約(約1200-1440px)を自動マージンで追加し、広い画面でコンテンツが端から端まで伸びないようにします。
  • flexboxによって強制された等しい高さのカード。 コンテンツの長さが異なる場合は、可変の高さにするか、メイソンリーを使用します。
  • すべてに均一なborder-radius 半径を変化させます。内部要素はよりタイトに、コンテナはより柔らかくします。
  • オーバーラップや奥行きがない。 要素が互いに平坦に並んでいる。ネガティブマージンを使用してレイヤーと視覚的な奥行きを作成します。
  • 対称的な垂直パディング。 上下のパディングが常に同じ。視覚的に調整します。下のパディングはわずかに大きくする必要があることがよくあります。
  • ダッシュボードには常に左サイドバーがある。 代わりにトップナビゲーション、フローティングコマンドメニュー、または折りたたみ可能なパネルを試してください。
  • 空白が足りない。 スペースを2倍にします。デザインを

(原文はここで切り詰められています)

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Redesign Skill

When to Use

  • Use when the user asks to redesign, restyle, modernize, polish, or improve an existing website or app UI.
  • Use when the task is to audit current frontend code and make targeted visual improvements without changing the product architecture.
  • Use when the design feels generic, AI-generated, poorly spaced, visually flat, or missing responsive, interactive, loading, empty, or error states.

Limitations

  • This skill upgrades existing UI but does not authorize framework migrations, information-architecture rewrites, or product-scope expansion by default.
  • Preserve working behavior, routing, data flows, accessibility semantics, and tests while making visual changes.
  • Validate redesigned screens in the actual app across supported browsers and viewport sizes before considering the work complete.

How This Works

When applied to an existing project, follow this sequence:

  1. Scan — Read the codebase. Identify the framework, styling method (Tailwind, vanilla CSS, styled-components, etc.), and current design patterns.
  2. Diagnose — Run through the audit below. List every generic pattern, weak point, and missing state you find.
  3. Fix — Apply targeted upgrades working with the existing stack. Do not rewrite from scratch. Improve what's there.

Design Audit

Typography

Check for these problems and fix them:

  • Browser default fonts or Inter everywhere. Replace with a font that has character. Good options: Geist, Outfit, Cabinet Grotesk, Satoshi. For editorial/creative projects, pair a serif header with a sans-serif body.
  • Headlines lack presence. Increase size for display text, tighten letter-spacing, reduce line-height. Headlines should feel heavy and intentional.
  • Body text too wide. Limit paragraph width to roughly 65 characters. Increase line-height for readability.
  • Only Regular (400) and Bold (700) weights used. Introduce Medium (500) and SemiBold (600) for more subtle hierarchy.
  • Numbers in proportional font. Use a monospace font or enable tabular figures (font-variant-numeric: tabular-nums) for data-heavy interfaces.
  • Missing letter-spacing adjustments. Use negative tracking for large headers, positive tracking for small caps or labels.
  • All-caps subheaders everywhere. Try lowercase italics, sentence case, or small-caps instead.
  • Orphaned words. Single words sitting alone on the last line. Fix with text-wrap: balance or text-wrap: pretty.

Color and Surfaces

  • Pure #000000 background. Replace with off-black, dark charcoal, or tinted dark (#0a0a0a, #121212, or a dark navy).
  • Oversaturated accent colors. Keep saturation below 80%. Desaturate accents so they blend with neutrals instead of screaming.
  • More than one accent color. Pick one. Remove the rest. Consistency beats variety.
  • Mixing warm and cool grays. Stick to one gray family. Tint all grays with a consistent hue (warm or cool, not both).
  • Purple/blue "AI gradient" aesthetic. This is the most common AI design fingerprint. Replace with neutral bases and a single, considered accent.
  • Generic box-shadow. Tint shadows to match the background hue. Use colored shadows (e.g., dark blue shadow on a blue background) instead of pure black at low opacity.
  • Flat design with zero texture. Add subtle noise, grain, or micro-patterns to backgrounds. Pure flat vectors feel sterile.
  • Perfectly even gradients. Break the uniformity with radial gradients, noise overlays, or mesh gradients instead of standard linear 45-degree fades.
  • Inconsistent lighting direction. Audit all shadows to ensure they suggest a single, consistent light source.
  • Random dark sections in a light mode page (or vice versa). A single dark-background section breaking an otherwise light page looks like a copy-paste accident. Either commit to a full dark mode or keep a consistent background tone throughout. If contrast is needed, use a slightly darker shade of the same palette — not a sudden jump to #111 in the middle of a cream page.
  • Empty, flat sections with no visual depth. Sections that are just text on a plain background feel unfinished. Add high-quality background imagery (blurred, overlaid, or masked), subtle patterns, or ambient gradients. Use reliable placeholder sources like https://picsum.photos/seed/{name}/1920/1080 when real assets are not available. Experiment with background images behind hero sections, feature blocks, or CTAs — even a subtle full-width photo at low opacity adds presence.

Layout

  • Everything centered and symmetrical. Break symmetry with offset margins, mixed aspect ratios, or left-aligned headers over centered content.
  • Three equal card columns as feature row. This is the most generic AI layout. Replace with a 2-column zig-zag, asymmetric grid, horizontal scroll, or masonry layout.
  • Using height: 100vh for full-screen sections. Replace with min-height: 100dvh to prevent layout jumping on mobile browsers (iOS Safari viewport bug).
  • Complex flexbox percentage math. Replace with CSS Grid for reliable multi-column structures.
  • No max-width container. Add a container constraint (around 1200-1440px) with auto margins so content doesn't stretch edge-to-edge on wide screens.
  • Cards of equal height forced by flexbox. Allow variable heights or use masonry when content varies in length.
  • Uniform border-radius on everything. Vary the radius: tighter on inner elements, softer on containers.
  • No overlap or depth. Elements sit flat next to each other. Use negative margins to create layering and visual depth.
  • Symmetrical vertical padding. Top and bottom padding are always identical. Adjust optically — bottom padding often needs to be slightly larger.
  • Dashboard always has a left sidebar. Try top navigation, a floating command menu, or a collapsible panel instead.
  • Missing whitespace. Double the spacing. Let the design breathe. Dense layouts work for data dashboards, not for marketing pages.
  • Buttons not bottom-aligned in card groups. When cards have different content lengths, CTAs end up at random heights. Pin buttons to the bottom of each card so they form a clean horizontal line regardless of content above.
  • Feature lists starting at different vertical positions. In pricing tables or comparison cards, the list of features should start at the same Y position across all columns. Use consistent spacing above the list or fixed-height title/price blocks.
  • Inconsistent vertical rhythm in side-by-side elements. When placing cards, columns, or panels next to each other, align shared elements (titles, descriptions, prices, buttons) across all items. Misaligned baselines make the layout look broken.
  • Mathematical alignment that looks optically wrong. Centering by the math doesn't always look centered to the eye. Icons next to text, play buttons in circles, or text in buttons often need 1-2px optical adjustments to feel right.

Interactivity and States

  • No hover states on buttons. Add background shift, slight scale, or translate on hover.
  • No active/pressed feedback. Add a subtle scale(0.98) or translateY(1px) on press to simulate a physical click.
  • Instant transitions with zero duration. Add smooth transitions (200-300ms) to all interactive elements.
  • Missing focus ring. Ensure visible focus indicators for keyboard navigation. This is an accessibility requirement, not optional.
  • No loading states. Replace generic circular spinners with skeleton loaders that match the layout shape.
  • No empty states. An empty dashboard showing nothing is a missed opportunity. Design a composed "getting started" view.
  • No error states. Add clear, inline error messages for forms. Do not use window.alert().
  • Dead links. Buttons that link to #. Either link to real destinations or visually disable them.
  • No indication of current page in navigation. Style the active nav link differently so users know where they are.
  • Scroll jumping. Anchor clicks jump instantly. Add scroll-behavior: smooth.
  • Animations using top, left, width, height. Switch to transform and opacity for GPU-accelerated, smooth animation.

Content

  • Generic names like "John Doe" or "Jane Smith". Use diverse, realistic-sounding names.
  • Fake round numbers like 99.99%, 50%, $100.00. Use organic, messy data: 47.2%, $99.00, +1 (312) 847-1928.
  • Placeholder company names like "Acme Corp", "Nexus", "SmartFlow". Invent contextual, believable brand names.
  • AI copywriting cliches. Never use "Elevate", "Seamless", "Unleash", "Next-Gen", "Game-changer", "Delve", "Tapestry", or "In the world of...". Write plain, specific language.
  • Exclamation marks in success messages. Remove them. Be confident, not loud.
  • "Oops!" error messages. Be direct: "Connection failed. Please try again."
  • Passive voice. Use active voice: "We couldn't save your changes" instead of "Mistakes were made."
  • All blog post dates identical. Randomize dates to appear real.
  • Same avatar image for multiple users. Use unique assets for every distinct person.
  • Lorem Ipsum. Never use placeholder latin text. Write real draft copy.
  • Title Case On Every Header. Use sentence case instead.

Component Patterns

  • Generic card look (border + shadow + white background). Remove the border, or use only background color, or use only spacing. Cards should exist only when elevation communicates hierarchy.
  • Always one filled button + one ghost button. Add text links or tertiary styles to reduce visual noise.
  • Pill-shaped "New" and "Beta" badges. Try square badges, flags, or plain text labels.
  • Accordion FAQ sections. Use a side-by-side list, searchable help, or inline progressive disclosure.
  • 3-card carousel testimonials with dots. Replace with a masonry wall, embedded social posts, or a single rotating quote.
  • Pricing table with 3 towers. Highlight the recommended tier with color and emphasis, not just extra height.
  • Modals for everything. Use inline editing, slide-over panels, or expandable sections instead of popups for simple actions.
  • Avatar circles exclusively. Try squircles or rounded squares for a less generic look.
  • Light/dark toggle always a sun/moon switch. Use a dropdown, system preference detection, or integrate it into settings.
  • Footer link farm with 4 columns. Simplify. Focus on main navigational paths and legally required links.

Iconography

  • Lucide or Feather icons exclusively. These are the "default" AI icon choice. Use Phosphor, Heroicons, or a custom set for differentiation.
  • Rocketship for "Launch", shield for "Security". Replace cliche metaphors with less obvious icons (bolt, fingerprint, spark, vault).
  • Inconsistent stroke widths across icons. Audit all icons and standardize to one stroke weight.
  • Missing favicon. Always include a branded favicon.
  • Stock "diverse team" photos. Use real team photos, candid shots, or a consistent illustration style instead of uncanny stock imagery.

Code Quality

  • Div soup. Use semantic HTML: <nav>, <main>, <article>, <aside>, <section>.
  • Inline styles mixed with CSS classes. Move all styling to the project's styling system.
  • Hardcoded pixel widths. Use relative units (%, rem, em, max-width) for flexible layouts.
  • Missing alt text on images. Describe image content for screen readers. Never leave alt="" or alt="image" on meaningful images.
  • Arbitrary z-index values like 9999. Establish a clean z-index scale in the theme/variables.
  • Commented-out dead code. Remove all debug artifacts before shipping.
  • Import hallucinations. Check that every import actually exists in package.json or the project dependencies.
  • Missing meta tags. Add proper <title>, description, og:image, and social sharing meta tags.

Strategic Omissions (What AI Typically Forgets)

  • No legal links. Add privacy policy and terms of service links in the footer.
  • No "back" navigation. Dead ends in user flows. Every page needs a way back.
  • No custom 404 page. Design a helpful, branded "page not found" experience.
  • No form validation. Add client-side validation for emails, required fields, and format checks.
  • No "skip to content" link. Essential for keyboard users. Add a hidden skip-link.
  • No cookie consent. If required by jurisdiction, add a compliant consent banner.

Upgrade Techniques

When upgrading a project, pull from these high-impact techniques to replace generic patterns:

Typography Upgrades

  • Variable font animation. Interpolate weight or width on scroll or hover for text that feels alive.
  • Outlined-to-fill transitions. Text starts as a stroke outline and fills with color on scroll entry or interaction.
  • Text mask reveals. Large typography acting as a window to video or animated imagery behind it.

Layout Upgrades

  • Broken grid / asymmetry. Elements that deliberately ignore column structure — overlapping, bleeding off-screen, or offset with calculated randomness.
  • Whitespace maximization. Aggressive use of negative space to force focus on a single element.
  • Parallax card stacks. Sections that stick and physically stack over each other during scroll.
  • Split-screen scroll. Two halves of the screen sliding in opposite directions.

Motion Upgrades

  • Smooth scroll with inertia. Decouple scrolling from browser defaults for a heavier, cinematic feel.
  • Staggered entry. Elements cascade in with slight delays, combining Y-axis translation with opacity fade. Never mount everything at once.
  • Spring physics. Replace linear easing with spring-based motion for a natural, weighty feel on all interactive elements.
  • Scroll-driven reveals. Content entering through expanding masks, wipes, or draw-on SVG paths tied to scroll progress.

Surface Upgrades

  • True glassmorphism. Go beyond backdrop-filter: blur. Add a 1px inner border and a subtle inner shadow to simulate edge refraction.
  • Spotlight borders. Card borders that illuminate dynamically under the cursor.
  • Grain and noise overlays. A fixed, pointer-events-none overlay with subtle noise to break digital flatness.
  • Colored, tinted shadows. Shadows that carry the hue of the background rather than using generic black.

Fix Priority

Apply changes in this order for maximum visual impact with minimum risk:

  1. Font swap — biggest instant improvement, lowest risk
  2. Color palette cleanup — remove clashing or oversaturated colors
  3. Hover and active states — makes the interface feel alive
  4. Layout and spacing — proper grid, max-width, consistent padding
  5. Replace generic components — swap cliche patterns for modern alternatives
  6. Add loading, empty, and error states — makes it feel finished
  7. Polish typography scale and spacing — the premium final touch

Rules

  • Work with the existing tech stack. Do not migrate frameworks or styling libraries.
  • Do not break existing functionality. Test after every change.
  • Before importing any new library, check the project's dependency file first.
  • If the project uses Tailwind, check the version (v3 vs v4) before modifying config.
  • If the project has no framework, use vanilla CSS.
  • Keep changes reviewable and focused. Small, targeted improvements over big rewrites.