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.
Installation
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.
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- Source
- leeovery/claude-laravel
- 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
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01