🎯

laravel-routes-best-practices

🎯Skill

from noartem/laravel-vue-skills

VibeIndex|
What it does

Provides automated guidance and recommendations for structuring, organizing, and implementing Laravel routes following best practices and conventions.

laravel-routes-best-practices

Installation

Install skill:
npx skills add https://github.com/noartem/laravel-vue-skills --skill laravel-routes-best-practices
0
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

Overview

# laravel-vue-skills

Installation

Use [skills](https://www.npmjs.com/package/skills) for universal installation:

```

npx skills add noartem/laravel-vue-skills

```

_Optional_. Install vue skills from [onmax/nuxt-skills](https://github.com/onmax/nuxt-skills):

```

npx -y skills add onmax/nuxt-skills --skill=vue --skill=vueuse --skill=reka-ui --skill=ts-library

```

Compatibility

  • Laravel: targeting Laravel 11/12 conventions with PHP 8.1+.
  • Vue: Vue 3 + Vite + TypeScript baseline.
  • Tailwind CSS: v3+ utility-first workflows.
  • shadcn-vue: designed around the official docs and CLI guidance for Vue 3.

If you are on older versions, adjust component API usage, directory conventions, and Tailwind configuration accordingly.

Repository Structure

  • agents/: Subagent markdown definitions.
  • skills/: Skill markdown definitions with frontmatter and Sources sections.
  • scripts/: Doc generation and validation scripts.

Sources

This repository is a clean-room framework inspired by the sources below. No code was directly vendored unless explicitly stated. Licenses were not verified in this environment; update the license fields after confirming upstream LICENSE/NOTICE files.

Laravel skills & agents

  • [JustSteveKing/laravel-api-skill](https://github.com/JustSteveKing/laravel-api-skill)
  • [laravel/claude-code](https://github.com/laravel/claude-code)
  • [jpcaparas/superpowers-laravel](https://github.com/jpcaparas/superpowers-laravel)
  • [obra/superpowers](https://github.com/obra/superpowers)

Frontend skills

  • [ibelick/ui-skills](https://github.com/ibelick/ui-skills)
  • [secondsky/claude-skills](https://github.com/secondsky/claude-skills/tree/main/plugins/shadcn-vue)

Official specifications

  • https://agentskills.io/
  • https://www.shadcn-vue.com/docs/

More from this repository10

🎯
shadcn-vue🎯Skill

Provides a Vue 3 component library and CLI tool for rapidly implementing accessible, customizable UI components based on Shadcn's design system.

🎯
laravel-task-scheduling🎯Skill

Configures and manages Laravel task scheduling, enabling developers to define, automate, and control background job execution and periodic tasks.

🎯
laravel-internationalization-and-translation🎯Skill

Enables seamless multilingual support in Laravel applications by providing translation management, language switching, and localization utilities.

🎯
laravel-api-resources-and-pagination🎯Skill

Generates Laravel API resources with built-in pagination support for efficiently transforming and serving paginated API responses.

🎯
laravel-iterating-on-code🎯Skill

Streamline Laravel code refactoring by identifying repetitive patterns, suggesting improvements, and generating optimized iterations of existing codebase structures.

🎯
laravel-interfaces-and-di🎯Skill

Generates Laravel dependency injection and interface boilerplate code for creating clean, modular, and testable service architectures.

🎯
laravel-performance-eager-loading🎯Skill

Optimizes Laravel database queries by automatically implementing eager loading to reduce N+1 query problems and improve application performance.

🎯
laravel-policies-and-authorization🎯Skill

Implements Laravel authorization policies to define and manage granular access control rules for different user roles and resources.

🎯
laravel-template-method-and-plugins🎯Skill

Generates Laravel project templates and configures plugins using a standardized method for rapid, consistent project initialization with Vue 3, Tailwind, and shadcn-vue components.

🎯
laravel-debugging-prompts🎯Skill

Provides predefined, context-aware Claude Code prompts to help developers diagnose and resolve common Laravel application debugging scenarios efficiently.