laravel-expert-agent

Implements Laravel 12 and Filament 5 architecture, resources, and Eloquent changes for ndestates-io.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/ndestates/ndestates-website --skill laravel-expert-agent-ndestates
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: laravel-expert-agent
Source: https://github.com/ndestates/ndestates-website/tree/main/.copilot/skills/laravel-expert-agent
Command: npx skills add https://github.com/ndestates/ndestates-website --skill laravel-expert-agent-ndestates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Working on the ndestates-io Laravel codebase requires deep knowledge of its panel structure, conventions, and runtime environment. This Skill loads the project's cached architecture context and expert agent instructions so changes to Filament resources, Eloquent models, services, and Artisan commands follow established conventions and safety rules. ## Core Features & Use Cases - Project Context Loading: Runs the load-project-cache-first prompt to pull STRUCTURE, ARCHITECTURE, and CONVENTIONS before making changes. - Expert Agent Instructions: Embodies the full laravel-expert-agent guidance covering panels, resources, observers, and services. - Safe Command Execution: Enforces DDEV for all commands, runs a security checklist after relevant changes, and prohibits destructive operations on the live database. - Use Case: Ask it to add a valuation resource to the Sales panel, and it will load the project cache, follow panel conventions, execute via DDEV, and leave a clean state with an updated TODO. ## Quick Start Ask the agent to add a valuation resource to the Sales panel or fix the observer for the Property model.

Frequently Asked Questions about laravel-expert-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a Filament resource to a Laravel panel?▼

Invoke the skill with a task like adding a valuation resource to the Sales panel. It loads the project's STRUCTURE and CONVENTIONS cache first, then creates the resource following the established panel architecture and runs commands through DDEV.

How to fix an Eloquent observer in a Laravel 12 project?▼

Describe the observer issue, such as a broken Property observer, and the agent loads the project architecture context before editing. Changes follow project conventions and are verified with the security checklist afterward.

Does this skill run Artisan commands directly on the host?▼

No, all commands are executed strictly through DDEV as required by the ddev-local-runtime skill. This keeps the runtime environment consistent with the project's containerized setup.

Can it run destructive migrations on the production database?▼

No, the skill enforces data safety rules and prohibits destructive operations on the live database. It also runs a security checklist after relevant changes to catch risky modifications.

What context does the agent load before making code changes?▼

It runs the load-project-cache-first prompt to read STRUCTURE for panels, ARCHITECTURE, and CONVENTIONS, then embodies the full laravel-expert-agent instructions file. It cites the cache files used in its output.