🛠️ Raydenコード
Rayden UIコンポーネントを活用し、適切な設定
📺 まず動画で見る(YouTube)
▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Generate React code with Rayden UI components using correct props, tokens, and premium layout patterns
🇯🇵 日本人クリエイター向け解説
Rayden UIコンポーネントを活用し、適切な設定
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o rayden-code.zip https://jpskill.com/download/3356.zip && unzip -o rayden-code.zip && rm rayden-code.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/3356.zip -OutFile "$d\rayden-code.zip"; Expand-Archive "$d\rayden-code.zip" -DestinationPath $d -Force; ri "$d\rayden-code.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
rayden-code.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
rayden-codeフォルダができる - 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-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Rayden Code を使って、最小構成のサンプルコードを示して
- › Rayden Code の主な使い方と注意点を教えて
- › Rayden Code を既存プロジェクトに組み込む方法を教えて
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[Skill 名] rayden-code
Rayden Code スキル
概要
Rayden UI コンポーネントライブラリ(34コンポーネント)を使用して、本番品質の React + Tailwind CSS コードを生成します。このスキルは、すべてのコンポーネント、すべてのプロパティ、デザイン・トークン、レイアウト・パターン、および明示的なアンチパターン禁止リストを含む完全な API リファレンスを読み込みます。これにより、幻覚的なコンポーネントや一般的な AI 出力を防ぎます。Rayna UI デザインシステムに基づいて構築されています。
このスキルを使用するタイミング
- Rayden UI コンポーネントを使用して新しいページや機能を構築している場合
- ダッシュボード、ランディングページ、認証画面、設定ページ、またはデータテーブルをスキャフォールドしたい場合
- 特定のデザインシステムに厳密に従う React コードを生成する必要がある場合
- 正しいコンポーネントの使用法と優れた美学で UI を迅速にプロトタイプしたい場合
- 雰囲気でコーディングしていて、デザインシステムに準拠した出力が欲しい場合
仕組み
- リクエストを解析します — ページタイプ、必要なコンポーネント、データモデルを識別します。
- RAYDEN_RULES.md を読み込みます — 完全なリファレンス:34のコンポーネント、完全なプロパティ、デザイン哲学、トークンクラス、レイアウトパターン、アンチパターン、アクセシビリティルールが含まれます。
- レイアウトを計画します — ページ構造、コンポーネントの選択、間隔、色、エレベーション戦略を決定します。
- コードを生成します — ドキュメント化されたコンポーネントとトークンクラスのみを使用して React + Tailwind CSS を記述します。
- 自己検証します — 正確性(有効なコンポーネント/プロパティ、トークンの使用、ネスト)とデザイン品質(空白、階層、抑制、応答性)をカバーする16項目のチェックリストを実行します。
例
SaaS ダッシュボードを雰囲気でコーディングする
/rayden-code a dashboard with KPI cards, a recent orders table, and an activity feed
ユースケース: 社内分析ツールを構築しており、MetricsCard グリッド、ソート可能な Table、ActivityFeed サイドバーを備えた完全なダッシュボードページが必要な場合。これらすべてに正しい Rayden のインポートとトークンクラスが適用されます。
ログインページをスキャフォールドする
/rayden-code login page with email and password
ユースケース: Input コンポーネント、プライマリ Button、および適切な視覚的階層を備えた中央揃えの認証フォームが必要な場合。Rayden の「Auth / Focused Form」パターンに従います。
管理設定ページを構築する
/rayden-code settings page with profile section, notification toggles, and danger zone
ユースケース: アプリに設定エリアを追加しており、Toggle コンポーネントを備えたフォームセクション、破壊的なアクションゾーン、および単一列の制約付きレイアウトが必要な場合。
価格設定ページを作成する
/rayden-code pricing page with 3 tiers and a feature comparison table
ユースケース: 各ティアの Card コンポーネント、推奨プランの Badge、および機能比較用の Table を備えたマーケティング価格設定セクションが必要な場合。
Eコマース製品グリッドを構築する
/rayden-code product catalog with filters, search, and a card grid
ユースケース: ストアフロントを構築しており、Chip フィルター、Input 検索、Pagination、および画像付きの Cards を備えたレスポンシブな製品グリッドが必要な場合。これらすべてに Rayden のレイアウトと間隔ルールが使用されます。
ベストプラクティス
- 欲しいものを平易な言葉で記述してください — スキルがあなたのリクエストを適切なコンポーネントにマッピングします。
- 最初にプロジェクトに
@raydenui/uiをインストールしてください (npm install @raydenui/ui)。 - デザイン・トークンが機能するように、アプリのエントリポイントで
@raydenui/ui/styles.cssをインポートしてください。 - 生成されたコードのビジネスロジックを確認してください — スキルは UI を処理し、データフェッチは行いません。
- 同じデザインを Figma で構築したい場合は、
/rayden-useと併用してください。
セキュリティと安全に関する注意事項
- このスキルは、バンドルされたルールファイルを読み込み、プロジェクトにコードを書き込むだけです。
- 外部ネットワークリクエストは行いません。
- シークレットや認証情報は関与しません。
- 生成されたコードは、eval や動的なコード実行なしで標準的な React パターンを使用します。
よくある落とし穴
| 問題 | 解決策 |
|---|---|
| コンポーネントが正しくレンダリングされない | アプリのエントリで @raydenui/ui/styles.css がインポートされていることを確認してください。 |
| 「Component doesn't exist」エラー | スキルはドキュメント化されたコンポーネントのみを使用します — Rayden にないものを要求していないか確認してください。 |
| 色がおかしい | 16進値ではなく、トークンクラス (bg-primary-500) を使用してください。Rayden CSS がロードされていることを確認してください。 |
| レイアウトがレスポンシブではない | スキルはデフォルトでレスポンシブなコードを生成します — ビューポートのメタタグが設定されていることを確認してください。 |
関連スキル
rayden-use— MCP 経由で Figma で Rayden UI コンポーネントと画面を構築します(同じパッケージに含まれています)。
制限事項
- このスキルは、タスクが上記の範囲と明確に一致する場合にのみ使用してください。
- 出力を、環境固有の検証、テスト、または専門家によるレビューの代わりとして扱わないでください。
- 必要な入力、権限、安全境界、または成功基準が不足している場合は、停止して説明を求めてください。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Rayden Code Skill
Overview
Generate production-quality React + Tailwind CSS code using the Rayden UI component library (34 components). The skill loads a complete API reference with every component, every prop, design tokens, layout patterns, and an explicit anti-pattern ban list — preventing hallucinated components and generic AI output. Built on the Rayna UI design system.
When to Use This Skill
- You're building a new page or feature using Rayden UI components
- You want to scaffold a dashboard, landing page, auth screen, settings page, or data table
- You need to generate React code that follows a specific design system precisely
- You want to prototype UI quickly with correct component usage and premium aesthetics
- You're vibe coding and want design-system-compliant output
How It Works
- Parses the request — Identifies page type, required components, and data model
- Loads RAYDEN_RULES.md — Complete reference: 34 components with full props, design philosophy, token classes, layout patterns, anti-patterns, and accessibility rules
- Plans the layout — Decides page structure, component selection, spacing, color, and elevation strategy
- Generates code — Writes React + Tailwind CSS using only documented components and token classes
- Self-validates — Runs a 16-point checklist covering correctness (valid components/props, token usage, nesting) and design quality (whitespace, hierarchy, restraint, responsiveness)
Examples
Vibe code a SaaS dashboard
/rayden-code a dashboard with KPI cards, a recent orders table, and an activity feed
Use case: You're building an internal analytics tool and need a full dashboard page with MetricsCard grid, sortable Table, and ActivityFeed sidebar — all with correct Rayden imports and token classes.
Scaffold a login page
/rayden-code login page with email and password
Use case: You need a centered auth form with Input components, a primary Button, and proper visual hierarchy — following Rayden's "Auth / Focused Form" pattern.
Build an admin settings page
/rayden-code settings page with profile section, notification toggles, and danger zone
Use case: You're adding a settings area to your app and need form sections with Toggle components, a destructive action zone, and a single-column constrained layout.
Create a pricing page
/rayden-code pricing page with 3 tiers and a feature comparison table
Use case: You need a marketing pricing section with Card components for each tier, Badge for the recommended plan, and a Table for feature comparison.
Build an e-commerce product grid
/rayden-code product catalog with filters, search, and a card grid
Use case: You're building a storefront and need a responsive product grid with Chip filters, Input search, Pagination, and Cards with images — all using Rayden's layout and spacing rules.
Best Practices
- Describe what you want in plain language — the skill maps your request to the right components
- Install
@raydenui/uiin your project first (npm install @raydenui/ui) - Import
@raydenui/ui/styles.cssin your app entry point for design tokens to work - Review generated code for business logic — the skill handles UI, not data fetching
- Use alongside
/rayden-useif you also want the same design built in Figma
Security & Safety Notes
- This skill only reads its bundled rules file and writes code to your project
- No external network requests
- No secrets or credentials involved
- Generated code uses standard React patterns with no eval or dynamic code execution
Common Pitfalls
| Problem | Solution |
|---|---|
| Components not rendering correctly | Ensure @raydenui/ui/styles.css is imported in your app entry |
| "Component doesn't exist" error | The skill only uses documented components — check if you're asking for something Rayden doesn't have |
| Colors look wrong | Use token classes (bg-primary-500) not hex values. Ensure the Rayden CSS is loaded |
| Layout not responsive | The skill generates responsive code by default — check that your viewport meta tag is set |
Related Skills
rayden-use— Build Rayden UI components and screens in Figma via MCP (included in the same package)
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.