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.