·laravel-controllers
</>

laravel-controllers

leeovery/claude-laravel

Thin HTTP layer controllers. Controllers contain zero domain logic, only HTTP concerns. Use when working with controllers, HTTP layer, web vs API patterns, or when user mentions controllers, routes, HTTP responses.

17Installs·1Trend·@leeovery

Installation

$npx skills add https://github.com/leeovery/claude-laravel --skill laravel-controllers

SKILL.md

Controllers are extremely thin. They handle HTTP concerns only and contain zero domain logic.

Controllers should be named using the PLURAL form of the main resource:

For nested resources, combine both resource names (parent + child):

Thin HTTP layer controllers. Controllers contain zero domain logic, only HTTP concerns. Use when working with controllers, HTTP layer, web vs API patterns, or when user mentions controllers, routes, HTTP responses. Source: leeovery/claude-laravel.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/leeovery/claude-laravel --skill laravel-controllers
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is laravel-controllers?

Thin HTTP layer controllers. Controllers contain zero domain logic, only HTTP concerns. Use when working with controllers, HTTP layer, web vs API patterns, or when user mentions controllers, routes, HTTP responses. Source: leeovery/claude-laravel.

How do I install laravel-controllers?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/leeovery/claude-laravel --skill laravel-controllers Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/leeovery/claude-laravel