Claude Skill
vercel-labs/agent-skills
Vercel Labs 官方代理技能集合:为在 Vercel 上构建 AI 代理提供可复用、模块化的 JavaScript 组件。积极维护中。
概览
仓库信息
安装这个 Skill
npx skills add vercel-labs/agent-skillsRegistry 信息
项目简介
Vercel 官方代理技能集合,为基于 Vercel 平台构建的 AI 代理提供可复用、模块化的能力。
Vercel's official collection of agent skills
要点
- Vercel 官方代理技能集合
- 模块化、可复用的技能组件
- 专为 AI 代理集成设计
- 基于 JavaScript 实现
- 由 Vercel Labs 积极维护
使用场景
- 使用 Vercel 构建 AI 代理
- 通过预构建技能扩展代理能力
- 快速原型化代理工作流
- 将代理技能集成到生产应用中
README 摘要
# 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](https://agentskills.io/) format. [](https://skills.sh/vercel-labs/agent-skills) ## 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:** -
话题
暂无话题