·laravel-actions
</>

laravel-actions

leeovery/claude-laravel

Action-oriented architecture for Laravel. Invokable classes that contain domain logic. Use when working with business logic, domain operations, or when user mentions actions, invokable classes, or needs to organize domain logic outside controllers.

18Installs·0Trend·@leeovery

Installation

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

SKILL.md

Actions are the heart of your domain logic. Every business operation lives in an action.

Controllers, Jobs, and Listeners contain ZERO domain logic - they only delegate to actions.

Store invocation context in readonly properties to avoid parameter passing:

Action-oriented architecture for Laravel. Invokable classes that contain domain logic. Use when working with business logic, domain operations, or when user mentions actions, invokable classes, or needs to organize domain logic outside controllers. 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-actions
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is laravel-actions?

Action-oriented architecture for Laravel. Invokable classes that contain domain logic. Use when working with business logic, domain operations, or when user mentions actions, invokable classes, or needs to organize domain logic outside controllers. Source: leeovery/claude-laravel.

How do I install laravel-actions?

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-actions 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