‹ 返回总目录
内容创作 最近更新07-24

writing-guidelines

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量37.7K
⭐ GitHub Stars29,717(fork 2664)
🗓️ 最近推送2026-07-24
🌱 项目创建2025-12-08
💻 语言 / LicenseJavaScript · 未标注
🐛 开放Issue164

📝 工具简介

Vercel官方整理的agent技能合集,直接拿来用。

📖 怎么用

安装命令:`npx skills add vercel-labs/agent-skills`。装好后在 AI 编码助手里直接说“Deploy my app”或“Review this React component for performance issues”,它会按 Vercel 的写作规范帮你优化文案。这个技能主要针对 Vercel 项目的文档和代码注释风格,README未说明具体配置步骤,装完直接让 agent 按规范写或改就行。

📋 迷你测评

Vercel整理的写作规范agent技能包。亮点是官方出品,拿来即用,不用自己总结规则。适合团队统一内容风格。

📄 README 要点

这个仓库的内容和vercel-optimize基本一样,也是一套AI编程代理技能集合。核心技能是vercel optimize,用来审计Vercel项目的成本、性能、可靠性、缓存、函数使用和计费情况。它会先收集Vercel的指标数据,然后只针对指标指向的特定路由和文件做深入调查,不浪费资源。适用场景包括优化已部署的Vercel项目、降低成本和函数使用量、排查慢路由或昂贵路由、找缓存、ISR、中间件、图片或构建分钟数的问题,最后输出一个按影响排序的成本和性能报告。另一个技能是react best practices,提供Vercel工程团队的React和Next.js优化指南,包含40多条规则,分8个类别,写新组件或实现数据获取时可以参考。

查看英文原文
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)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考