From antigravity-awesome-skills
Generates React + Tailwind CSS code using Rayden UI components with correct props, tokens, layout patterns, and anti-pattern avoidance. Useful for scaffolding dashboards, auth screens, settings pages, and pricing tiers.
npx claudepluginhub sickn33/antigravity-awesome-skillsThis skill uses the workspace's default tool permissions.
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.
Generates React + Tailwind CSS code using Rayden UI components with correct props, tokens, layout patterns, and anti-pattern avoidance. Useful for scaffolding dashboards, auth screens, settings pages, and pricing tiers.
Installs, configures, and implements shadcn/ui React components with Tailwind CSS, React Hook Form, Zod for accessible UIs like buttons, forms, dialogs, tables.
Provides shadcn/ui installation, configuration, and implementation patterns for accessible React components with Tailwind CSS, Radix UI, React Hook Form, and Zod. Use for buttons, dialogs, tables, forms, and themes.
Share bugs, ideas, or general feedback.
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.
/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.
/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.
/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.
/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.
/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.
@raydenui/ui in your project first (npm install @raydenui/ui)@raydenui/ui/styles.css in your app entry point for design tokens to work/rayden-use if you also want the same design built in Figma| 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 |
rayden-use — Build Rayden UI components and screens in Figma via MCP (included in the same package)