laravel-raptor-page

Generate Laravel pages and full CRUDs from design mocks with Inertia/Vue components.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este skill transforma um mock de design em páginas internas e CRUDs completos (backend + frontend), mantendo o estilo visual do projeto e reutilizando componentes existentes.

Core Features & Use Cases

  • Geração de páginas internas de módulos de negócio.
  • CRUD completo para recursos (backend + frontend) com Vue 3 + Inertia.
  • Conversão de mock para componentes, listagens, formulários, filtros e ações de recursos.

Quick Start

Provide a design mock and ensure the Laravel Sail-based project baseline is ready to generate internal pages and full CRUDs.

Frequently Asked Questions about laravel-raptor-page

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

FAQPage Schema
How do I convert a design mock into Laravel CRUD pages with Vue 3 and Inertia?

To convert a design mock into Laravel CRUD pages, this skill transforms the mock into backend models, migrations, policies, and controllers, alongside Vue 3 and Inertia frontend components. It preserves your project's visual style while generating list views, forms, and filters.

Can I generate Laravel business module screens directly from a mock design?

Yes, you can generate Laravel business module screens directly from a mock design. The skill targets resource screens by converting provided mocks into complete list views, forms, pagination, and resource actions for your internal modules.

What backend and frontend files are generated when creating Laravel resources from a mock?

Creating Laravel resources from a mock generates backend files including models, migrations, requests, policies, controllers, and services. It also produces Vue 3 and Inertia components for the frontend, ensuring a complete CRUD implementation.

Do I need a specific Laravel environment setup before generating CRUDs from design mocks?

Before generating CRUDs from design mocks, you need a ready global base provided by laravel-raptor-patterns. You should also ensure your project uses a Laravel Sail-based baseline to properly generate the internal pages and full CRUDs.

How does mock to Laravel conversion handle existing visual styles and components?

Mock to Laravel conversion handles existing visual styles by reusing your current components and preserving the project's visual identity. The generated Vue 3 and Inertia pages match the established design system rather than overwriting it.

Does Vue 3 and Inertia work with Laravel CRUD generation for filtering and pagination?

Vue 3 and Inertia work seamlessly with Laravel CRUD generation to implement filtering and pagination. The skill specifically generates resource screens that include list views, form inputs, and actions equipped with these frontend functionalities.