🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 2.3K |
| ⭐ GitHub Stars | 29,694(fork 2659) |
| 🗓️ 最近推送 | 2026-07-24 |
| 🌱 项目创建 | 2025-12-08 |
| 💻 语言 / License | JavaScript · 未标注 |
| 🐛 开放Issue | 164 |
📝 工具简介
面向Claude Code和AI agent的营销技能,涵盖CRO、文案、SEO、分析和增长工程。
📖 怎么用
安装用 `npx skills add vercel-labs/agent-skills`,装完不用配置。开始用的时候,直接说“Deploy my app”或者“Review this React component for performance issues”,也可以说“Help me optimize this Next.js page”。它会先收集 Vercel 指标,然后只查那些有问题的路由和文件。部署成功后会给你 Preview URL 和 Claim URL,像 `https://skill-deploy-abc123.vercel.app` 这种,拿去用就行。
📋 迷你测评
Vercel官方出品的React Native技能合集。亮点是官方背书,质量与更新有保障。适合深度使用Vercel生态的RN开发者。
📄 README 要点
这是一个AI编码代理的技能集合,遵循Agent Skills格式,打包了指令和脚本。目前包含两个技能:一个是“vercel optimize”,专门审计Vercel项目,先收集指标,再针对有问题的路由和文件深入排查,能找出成本、性能、缓存、函数调用和计费方面的问题,适合优化已部署项目、降成本、查慢路由和缓存配置。另一个是“react best practices”,来自Vercel工程团队的React和Next.js性能优化指南,包含8大类40多条规则,按影响优先级排序,适合写新组件或页面时参考。使用场景很明确,就是Vercel项目优化和React开发规范。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除