🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 2.1K |
| ⭐ GitHub Stars | 29,689(fork 2659) |
| 🗓️ 最近推送 | 2026-07-24 |
| 🌱 项目创建 | 2025-12-08 |
| 💻 语言 / License | JavaScript · 未标注 |
| 🐛 开放Issue | 164 |
📝 工具简介
让AI辅助深度学习实验保持可对比性和可复现性的研究技能集。
📖 怎么用
先装技能包,在项目里跑 `npx skills add vercel-labs/agent-skills`。装完不用额外配置,直接跟你的 AI 编码助手说“Deploy my app”或者“Help me optimize this Next.js page”就能触发。它会先拉取 Vercel 指标,再针对慢路由、缓存、函数用量这些具体问题去查代码,最后给你优化建议。部署完会给你 Preview URL 和 Claim URL,点进去认领就行。
📋 迷你测评
Vercel官方Agent技能合集,主打组合模式最佳实践。亮点是官方出品,模式经过生产环境验证。没给数字,但胜在权威性和可复用性,适合当团队默认参考。
📄 README 要点
这是一套给AI编程助手用的技能包,专门用来优化Vercel项目。它会先收集项目的各项指标,然后针对性地检查路由和文件,帮你找出成本、性能、缓存、函数调用和计费方面的问题。核心功能包括审计Vercel项目、降低成本和函数使用量、排查慢路由或贵路由、发现缓存和中间件等问题,最后生成一份按优先级排序的报告。安装方式就是按Agent Skills格式把技能装进你的AI编码工具里。适合部署了Vercel项目想省钱、提速或者排查性能瓶颈的开发者用,尤其是那些对现有项目一头雾水、不知道从哪下手优化的人。
查看英文原文
Agent Skills A collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities. Skills follow the Agent Skills format. Available Skills vercel optimize Audits a Vercel project for cost, performance, reliability, caching, function usage, and billing opportunities. It collects Vercel metrics first, then investigates only the routes and files those metrics point to. Use when: Optimizing a deployed Vercel project Reducing Vercel costs or function usage Investigating slow or expensive routes Finding caching, ISR, middleware, image, or build minute issues Producing a ranked cost and performance report react best practices React and Next.js performance optimization guidelines from Vercel Engineering. Contains 40+ rules across 8 categories, prioritized by impact. Use when: Writing new React components or Next.js pages Implementing data fetching (client or server side) Reviewing code for performance issues Optimizing bundle size or load times Categories covered: Eliminating waterfalls (Critical) Bundle size optimization (Critical) Server side performance (High) Client side data fetching (Medium High) Re render optimization (Medium) Rendering performance (Medium) JavaScript micro optimizations (Low Medium) web design guidelines Review UI code for compliance with web interface best practices. Audits your code for 100+ rules covering accessibility, performance, and UX. Use when: "Review my UI" "Check accessibility" "Audit design" "Review UX" "Check my site against best practices" Categories covered: Accessibility (aria labels, semantic HTML, keyboard handlers) Focus States (visible focus, focus visible patterns) Forms (autocomplete, validation, error handling) Animation (prefers reduced motion, compositor friendly transforms) Typography (curly quotes, ellipsis, tabular nums) Images (dimensions, lazy loading, alt text) Performance (virtualization, layout thrashing, preconnect) Navigation & State (URL reflects state, deep lin
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除