#56 · Primary category: AI Coding Assistants
agent-skills
Vercel's official collection of agent skills
Project last updated:08/28/26
GitHub Stars
30.6K
Forks
2.7K
Contributors
26
License
Other
Why we included this project
The agent-skills repo from Vercel packages engineering know-how into drop-in skills for AI coding agents. Each skill is a bundle of instructions and scripts that follows the Agent Skills format, so you can point Claude, Cursor, or similar tools at it and get the behavior without hand-writing prompts. The vercel-optimize skill pulls metrics from a deployed project first, then investigates only the routes and files those metrics flag, which keeps cost and performance audits focused. react-best-practices and web-design-guidelines apply Vercel's own rules for React and Next.js performance and for UI accessibility and UX, with priorities attached so the agent knows what matters most. A writing-guidelines skill checks docs and prose against Vercel's handbook, useful for teams that want consistent technical writing. Because the skills contain real engineering judgment rather than generic advice, they're most useful to developers already working in the Vercel/React ecosystem who want their agents to follow the same standards their senior engineers would.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.