
Claude Skills by jasonencode
github.com/jasonencodeUse this skill whenever the user mentions Horizon by name in a Laravel context. Covers the full Horizon lifecycle: installing Horizon (horizon:install, Sail setup), configuring config/horizon.php (supervisor blocks, queue assignments, balancing strategies, minProcesses/maxProcesses), fixing the dashboard (authorization via Gate::define viewHorizon, blank metrics, horizon:snapshot scheduling), and troubleshooting production issues (worker crashes, timeout chain ordering, LongWaitDetected notif...
数据库设计规范,涵盖迁移文件命名、表结构、字段类型、索引策略、外键约束与性能优化。用于创建或修改迁移文件、设计数据表结构、评审数据库设计。
Filament Action代码风格规范,包括方法排序、getDefaultName命名、icon使用枚举、通知方式等。
Filament/PHP代码格式化规则,包括链式调用换行、参数省略默认值、schema/components区分等。
适用于 Filament Resource 的 Table 配置文件(如 `OrdersTable.php`、`UsersTable.php` 等)。
Git Commit 技能,规范化 Git 提交消息格式,涵盖提交类型、分支管理、工作流程、最佳实践和常见问题解决。适用于团队协作开发和代码版本管理。
Jason Chen 的 PHP/Laravel 开发经验技能,基于多年实战经验总结的最佳实践、问题解决方案和开发智慧。涵盖 PHP 基础、Laravel 框架、数据库优化、前端技术、DevOps、架构设计、性能优化和安全实践等方面。
Laravel Eloquent 模型代码风格规范,包括类结构、属性、关联方法、boot()、枚举使用等。
Laravel架构模式、路由/控制器、Eloquent ORM、服务层、队列、事件、缓存以及用于生产应用的API资源。
Laravel 安全最佳实践,涵盖认证/授权、验证、CSRF、批量赋值、文件上传、密钥管理、速率限制和安全部署。
Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness.
PHPDoc 注释写法规则,包括方法说明、参数、返回值、异常声明的格式和顺序。