AIAny
AI Agent2026
Icon for item

Agent Skills

Reusable skills—instructions plus helper scripts—that extend AI coding agents. Covers Vercel deployment audits, React performance rules, UI accessibility checks, and writing guidelines; each loads only when a relevant task appears.

Introduction

Most AI coding agents are generalists that re-derive the same conventions from scratch on every prompt. This collection flips that: domain expertise ships as installable, version-controlled units the agent loads only when a matching task appears—so a Vercel cost audit or an accessibility pass runs against a fixed, reviewable rule set instead of whatever the model happens to recall that day.

What Sets It Apart
  • Skills are plain files (a SKILL.md plus optional scripts and docs), so they live in your repo and travel through code review like any other source, rather than hiding inside a vendor product.
  • Each one is narrow and deep: react-best-practices carries 40+ rules across 8 categories, web-design-guidelines checks 100+ accessibility and UX points, and writing-guidelines enforces 80+ voice rules—depth a general system prompt can't hold.
  • Some skills act rather than advise: vercel-deploy-claimable ships an app straight to Vercel from the conversation, and vercel-optimize audits a live project for cost, caching, and function-usage wins.
  • Maintained by Vercel itself, so the platform-specific skills reflect how Vercel actually wants projects deployed and tuned.
Who It's For

Great fit if you already run an agent like Claude Code on a Vercel or React stack and want its guidance to be consistent, auditable, and tuned to your platform. Look elsewhere if you're off these tools or prefer one hand-written system prompt—most skills here assume the Vercel/React ecosystem, and their value drops sharply outside it.

Information

  • Websitegithub.com
  • AuthorsVercel
  • Published date2026/01/20

Categories

More Items

GitHub
AI Agent2026

Runs a persistent, self-modifying AI agent locally with durable identity, memory, and versioned history across tasks. Provides native desktop and headless CLI runtimes, coordinated subagent swarms, configurable remote or local GGUF models, and reviewed self-evolution via Git.

GitHub
AI Agent2026

A curated collection of Korea-focused AI agent skills that enable agents to perform local tasks — ticket booking, public-data lookups, e-commerce and messaging integrations — via prebuilt connectors and an optional hosted proxy for API keys and fallbacks.

Hugging Face
AI Model2026

An OpenAI-compatible LLM checkpoint optimized for agentic and long-context scenarios, shipping DSpark speculative decoding and vLLM/SGLang deployment recipes; tailored for code-agent and multi-step reasoning workloads and released under MIT.