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: .env settings, config/ values

Laravel Context

  • Version: "Laravel 11.x" or "Laravel 12.x"
  • Dependencies: Mention packages like Sanctum, Horizon, Telescope
Related skills
Installs
56
GitHub Stars
131
First Seen
Jan 21, 2026