npx skills add https://github.com/vercel-labs/agent-skills --skill web-design-guidelinesHow Web Design Guidelines fits into a Paperclip company.
Web Design Guidelines drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.
Pre-configured AI company — 18 agents, 18 skills, one-time purchase.
SKILL.md39 linesExpandCollapse
---name: web-design-guidelinesdescription: Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".metadata: author: vercel version: "1.0.0" argument-hint: <file-or-pattern>--- # Web Interface Guidelines Review files for compliance with Web Interface Guidelines. ## How It Works 1. Fetch the latest guidelines from the source URL below2. Read the specified files (or prompt user for files/pattern)3. Check against all rules in the fetched guidelines4. Output findings in the terse `file:line` format ## Guidelines Source Fetch fresh guidelines before each review: ```https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md``` Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions. ## Usage When a user provides a file or pattern argument:1. Fetch guidelines from the source URL above2. Read the specified files3. Apply all rules from the fetched guidelines4. Output findings using the format specified in the guidelines If no files specified, ask the user which files to review.Agent Browser
A comprehensive browser automation CLI that handles the full spectrum of web interaction tasks through Chrome DevTools Protocol. What impressed me most is the t
Agentcore
Install Agentcore skill for Claude Code from vercel-labs/agent-browser.
Core
Install Core skill for Claude Code from vercel-labs/json-render.