🎯

laravel-value-objects

🎯Skill

from leeovery/claude-laravel

VibeIndex|
What it does
|

Provides patterns for creating immutable value objects in Laravel for domain values such as money, coordinates, and other domain-specific types.

πŸ“¦

Same repository

leeovery/claude-laravel(21 items)

laravel-value-objects

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add leeovery/claude-laravel --skill laravel-value-objects
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add leeovery/claude-laravel --skill laravel-value-objects
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/laravel-value-objects/SKILL.md

SKILL.md

28Installs
13
-
Last UpdatedJan 20, 2026

More from this repository10

🎯
laravel-testing🎯Skill

Provides comprehensive Laravel testing patterns with Pest, covering Arrange-Act-Assert, proper mocking, null drivers, and declarative factories.

🎯
laravel-quality🎯Skill

Enforces Laravel code quality standards and best practices from an opinionated collection of Laravel skills refined over 20 years of industry experience and 10+ years with Laravel.

🎯
laravel-architecture🎯Skill

Provides opinionated Laravel architecture patterns and practices refined over 20 years of industry experience from Claude Laravel, a curated collection of Laravel development skills for Claude Code.

🎯
laravel-multi-tenancy🎯Skill

An opinionated collection of Laravel development patterns and skills for Claude Code, emphasizing action-oriented architecture, strict typing, DTOs, and maintainability, refined over 10+ years of Laravel experience.

🎯
laravel-controllers🎯Skill

An opinionated Laravel skill for Claude Code providing controller patterns and practices, part of a curated collection based on 10+ years of Laravel development.

🎯
laravel-actions🎯Skill

An opinionated Laravel skill for Claude Code focused on action-oriented architecture patterns, refined over 10+ years of Laravel development experience.

🎯
laravel-query-builders🎯Skill

A skill for building custom query builders in Laravel, providing type-safe, composable database queries with query scoping and query objects.

🎯
laravel-dtos🎯Skill

Laravel DTOs skill using Spatie Laravel Data for handling data transfer objects, API requests/responses, and structured data handling.

🎯
laravel-models🎯Skill

Laravel Eloquent model patterns skill covering models, relationships, casts, observers, and database entity best practices.

🎯
laravel-enums🎯Skill

Laravel Enums skill for implementing type-safe enumerations with best practices in Laravel applications.