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

🛠️ Raydenコード

rayden-code

Rayden UIコンポーネントを用いて、適切なプロパティ、トークン、プレミアムなレイアウトパターンでReactコードを生成するSkill。

⏱ ライブラリ調査+組込 半日 → 1時間

📺 まず動画で見る(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コンポーネントを用いて、適切なプロパティ、トークン、プレミアムなレイアウトパターンでReactコードを生成するSkill。

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

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

🎯 この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

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

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

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

📖 Claude が読む原文 SKILL.md(中身を展開)

この本文は AI(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

  1. Parses the request — Identifies page type, required components, and data model
  2. Loads RAYDEN_RULES.md — Complete reference: 34 components with full props, design philosophy, token classes, layout patterns, anti-patterns, and accessibility rules
  3. Plans the layout — Decides page structure, component selection, spacing, color, and elevation strategy
  4. Generates code — Writes React + Tailwind CSS using only documented components and token classes
  5. 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/ui in your project first (npm install @raydenui/ui)
  • Import @raydenui/ui/styles.css in 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-use if 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.