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

Hugging Face
AI Model2026

Post‑trained 9B causal language model optimized for agentic workflows, tool use, coding, and long‑context instruction following. Uses a routing‑guided agentic post‑training pipeline that converts harness executions into training signal, improving agentic and coding benchmarks. Text‑only weights (safetensors/BF16), Apache‑2.0.

Hugging Face
AI Model2026

Multimodal foundation model for visual understanding, spatial reasoning and multi-step agent tool use — accepts text, multiple images and video at any resolution and supports long contexts (up to 128K tokens). Emphasizes fine-grained 2D/3D relations, affordance reasoning and embodied-AI planning.

Extracts replayable behaviors from working web apps and converts them into verifiable, reference-guided software-engineering tasks to evaluate and diagnose coding agents; includes an automated pipeline that scales to thousands of tasks.