AgentSkillsCN

laravel-framework

适用于在 Laravel PHP 框架内工作,包括路由、控制器、模型、迁移,以及应用约定时使用。

SKILL.md
--- frontmatter
name: laravel-framework
description: Use when working within the Laravel PHP framework, including routing, controllers, models, migrations, and application conventions.
  • Laravel MVC conventions (routes, controllers, models)
  • Eloquent ORM and query builder
  • Migrations, seeders, and factories
  • Service providers and container usage
  • Artisan commands and environment configuration

Guidance:

  • Follow Laravel conventions unless explicitly overridden
  • Prefer framework-provided solutions before custom abstractions
  • Do not introduce non-Laravel patterns unless justified