Skill
Development
Skill
/laravel
Laravel framework patterns, best practices, and implementation guides
Install
$ npx -y skills add Fujigo-Software/f5-framework-claude --skill laravel --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/laravel
Context preview
The summary Claude sees to decide when to auto-load this skill.
Laravel framework patterns, best practices, and implementation guides
SKILL.md
laravel.SKILL.mdname: laravel-skills
description: Laravel framework patterns, best practices, and implementation guides
category: stacks/backend/laravel
applies_to: laravel
allowed-tools: Read, Write, Glob, Grep, Bash
user-invocable: true
context: inject
Laravel Skills
PHP web framework with expressive, elegant syntax.
Sub-Skills
Database
- [eloquent-patterns.md](database/eloquent-patterns.md) - Eloquent ORM patterns
- [relationships.md](database/relationships.md) - Model relationships
- [query-scopes.md](database/query-scopes.md) - Query scopes
- [migrations.md](database/migrations.md) - Migration patterns
Security
- [authentication.md](security/authentication.md) - Laravel auth
- [authorization.md](security/authorization.md) - Gates and policies
- [api-auth.md](security/api-auth.md) - API authentication
API
- [resources.md](api/resources.md) - API resources
- [controllers.md](api/controllers.md) - Controller patterns
- [validation.md](api/validation.md) - Request validation
Error Handling
- [exception-handling.md](error-handling/exception-handling.md) - Exception handling
- [logging.md](error-handling/logging.md) - Logging patterns
Testing
- [feature-testing.md](testing/feature-testing.md) - Feature tests
- [unit-testing.md](testing/unit-testing.md) - Unit tests
- [factories.md](testing/factories.md) - Model factories
Performance
- [caching.md](performance/caching.md) - Laravel cache
- [queues.md](performance/queues.md) - Queue processing
Detection
Auto-detected when project contains:
- `artisan` file
- `composer.json` with `laravel/framework`
- `Illuminate\\` namespace
Read more
name: laravel-skills description: Laravel framework patterns, best practices, and implementation guides category: stacks/backend/laravel applies_to: laravel allowed-tools: Read, Write, Glob, Grep, Bash user-invocable: true context: inject
Laravel Skills
PHP web framework with expressive, elegant syntax.
Sub-Skills
Database
- [eloquent-patterns.md](database/eloquent-patterns.md) - Eloquent ORM patterns
- [relationships.md](database/relationships.md) - Model relationships
- [query-scopes.md](database/query-scopes.md) - Query scopes
- [migrations.md](database/migrations.md) - Migration patterns
Security
- [authentication.md](security/authentication.md) - Laravel auth
- [authorization.md](security/authorization.md) - Gates and policies
- [api-auth.md](security/api-auth.md) - API authentication
API
- [resources.md](api/resources.md) - API resources
- [controllers.md](api/controllers.md) - Controller patterns
- [validation.md](api/validation.md) - Request validation
Error Handling
- [exception-handling.md](error-handling/exception-handling.md) - Exception handling
- [logging.md](error-handling/logging.md) - Logging patterns
Testing
- [feature-testing.md](testing/feature-testing.md) - Feature tests
- [unit-testing.md](testing/unit-testing.md) - Unit tests
- [factories.md](testing/factories.md) - Model factories
Performance
- [caching.md](performance/caching.md) - Laravel cache
- [queues.md](performance/queues.md) - Queue processing
Detection
Auto-detected when project contains:
- `artisan` file
- `composer.json` with `laravel/framework`
- `Illuminate\\` namespace
Stats
24
Stars
8
Forks
Quiet
Maintenance
Python
Language
MIT
License
7mo ago
Last commit
7mo ago
Created
Repo: Fujigo-Software/f5-framework-claude
Other skills on f5-framework.
Skill
Skill
architecture
Software architecture patterns, principles, and best practices
Skill
Skill
Skill

