laravel:effective-context
Installation
SKILL.md
Effective Context
Give the AI assistant the right context to generate accurate, relevant code. Missing context leads to generic solutions that don't fit your project.
What to Include
Files and Structure
- Reference specific files:
app/Models/User.php,routes/api.php - Mention relevant directories: "working in
app/Services/Payment" - Share project structure when it matters: "using repository pattern with interfaces in
app/Contracts"
Current State
- Show existing code you're modifying or extending
- Describe what works and what doesn't
- Include relevant configuration:
.envsettings,config/values