laravel-raptor

Define and enforce visual identity and layout tokens across Laravel Raptor projects.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/callcocam/raptor-skils --skill laravel-raptor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-raptor
Source: https://github.com/callcocam/raptor-skils/tree/main/laravel-raptor
Command: npx skills add https://github.com/callcocam/raptor-skils --skill laravel-raptor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a standardized approach to designing and refactoring the visual identity and layout for Laravel Raptor/Plannerate projects, ensuring consistency across tokens, themes, components, and translations.

Core Features & Use Cases

  • Centralizes brand colors, Tailwind tokens, CSS variables for dark/light modes, and layout primitives (AppSidebar, AppHeader) to enable rapid, cohesive UI across Laravel Raptor workflows.
  • Converts shadcn-vue components to the Plannerate/Raptor style, and harmonizes three listing patterns (card-rich, row-compact, grid-datagrid) to align with the project standards.
  • Facilitates responsive design and Inertia Head/meta management, i18n translations, and cross-skill sequencing (setup -> raptor -> patterns, etc.).

Quick Start

Apply this skill after laravel-raptor-setup and before laravel-raptor-patterns to establish the identity and layout tokens across the Laravel Raptor package.

Frequently Asked Questions about laravel-raptor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I define a cohesive visual identity and layout for Laravel projects using Tailwind?

To define a cohesive visual identity in Laravel, centralize brand colors, Tailwind tokens, and CSS variables for light and dark modes. This ensures consistent UI design and layout primitives like AppSidebar and AppHeader across the application.

Can I convert shadcn-vue components to match a custom Laravel package style?

Yes, you can convert shadcn-vue components to a custom Raptor style within a Laravel package workflow. This harmonizes listing patterns like card-rich, row-compact, and grid-datagrid to align with specific project standards.

What is the best way to manage Tailwind color tokens for light and dark modes in a Laravel application?

The best way to manage Tailwind color tokens for light and dark modes is by defining CSS variables and brand tokens centrally. This approach maintains theme consistency across dynamic Vue Head and Inertia.js layouts.

Does this Laravel identity workflow support i18n translations and responsive design?

Yes, this Laravel identity workflow supports i18n translations and responsive design. It facilitates Inertia Head and meta management to ensure the visual layout adapts correctly across different languages and screen sizes.

When should I apply visual identity and layout tokens in a Laravel Raptor setup sequence?

You should apply visual identity and layout tokens after the initial Laravel Raptor setup and before implementing specific patterns. This sequencing establishes the foundational design system early in the package workflow.