laravel-inertia-vue
Installation
SKILL.md
Laravel Inertia Vue
Overview
Use this skill as the coordinator for modular Inertia behavior skills. Load focused subsystem skills based on task intent to avoid monolithic retrieval noise.
When To Use
- You are generating or refactoring Vue 3 + Inertia admin/app-shell code.
- You need to select protocol, pages/layouts, data/state, forms, or runtime behavior rules.
Skill Pack
- inertia-protocol-behavior/SKILL.md
- inertia-vue-pages-and-layouts/SKILL.md
- inertia-data-and-state/SKILL.md
- inertia-forms-and-validation/SKILL.md
- inertia-runtime-behaviors/SKILL.md
- rules/global/global-constraints.md
Non-Negotiables
- Vue 3 Composition API only (
<script setup>). - No Vue Router.
- No axios/fetch for page data.
- No client stores duplicating server props.
- Server routing is source of truth.
- Do not generate Laravel controller logic.