重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
laravel%3Aperformance-select-columns by jpcaparas/superpowers-laravel
npx skills add https://github.com/jpcaparas/superpowers-laravel --skill laravel:performance-select-columns通过精确选择字段来减少数据负载:
User::select(['id', 'name'])->paginate();
Post::with(['author:id,name'])->select(['id','author_id','title'])->get();
*;保持 DTO/资源与所选字段一致每周安装量
47
代码仓库
GitHub 星标数
122
首次出现
2026年1月21日
已安装于
claude-code38
opencode31
gemini-cli28
github-copilot28
cursor27
codex26
Reduce payloads by selecting exact fields:
User::select(['id', 'name'])->paginate();
Post::with(['author:id,name'])->select(['id','author_id','title'])->get();
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
*; keep DTOs/resources aligned with selected fieldsWeekly Installs
47
Repository
GitHub Stars
122
First Seen
Jan 21, 2026
Installed on
claude-code38
opencode31
gemini-cli28
github-copilot28
cursor27
codex26
GSAP时间轴动画教程:创建多步骤序列动画与关键帧控制
4,100 周安装