By pwarnock
Curated Vercel developer toolkit: React best practices, web design guidelines, browser automation, and deployment
npx claudepluginhub pwarnock/pwarnock-cc-plugins --plugin vercel-skillsCurated Vercel developer toolkit packaged as a Claude Code plugin.
This plugin contains four high-quality skills from Vercel Labs repositories:
react-best-practices)Comprehensive React and Next.js optimization guidelines covering:
Trigger phrases: "optimize React component", "React best practices", "improve Next.js performance"
web-design-guidelines)Extensive web design and UX rules focusing on:
Trigger phrases: "improve accessibility", "web design best practices", "UX guidelines"
vercel-deploy-claimable)Deploy applications to Vercel directly from conversations:
Trigger phrases: "deploy to Vercel", "create Vercel project", "set up Vercel deployment"
agent-browser)Headless browser automation for testing and data extraction:
Trigger phrases: "test the website", "automate browser", "fill out form automatically", "scrape web page"
/plugin marketplace add pwarnock/pwarnock-cc-plugins
/plugin install vercel-skills@pwarnock-cc-plugins
Once installed, the skills are automatically available in your Claude Code sessions. Claude will invoke them based on context and trigger phrases.
Optimize a React component:
You: This React component is rendering slowly. Can you help optimize it?
Claude: [Triggers react-best-practices skill and applies optimization guidelines]
Audit accessibility:
You: Review this page for accessibility issues
Claude: [Triggers web-design-guidelines skill and checks WCAG compliance]
Deploy to Vercel:
You: Deploy this Next.js app to Vercel
Claude: [Triggers vercel-deploy-claimable skill and guides through deployment]
Automate browser testing:
You: Test the login flow on the staging site
Claude: [Triggers agent-browser skill and automates form filling, submission, and verification]
The skills are included as git submodules pointing to upstream Vercel repositories. To update to the latest version:
cd ~/.claude/plugins/vercel-skills
git submodule update --remote skills browser-automation
vercel-skills/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/ # Git submodule → vercel-labs/agent-skills
│ ├── react-best-practices/
│ ├── web-design-guidelines/
│ └── vercel-deploy-claimable/
├── browser-automation/ # Git submodule → vercel-labs/agent-browser
│ └── skills/
│ └── agent-browser/
├── commands/
│ └── sync-skills.md # Command to update skills
└── README.md # This file
Skills are curated from Vercel Labs repositories:
All credit goes to the Vercel team and contributors.
MIT License - See LICENSE file for details.
Skills are subject to their original licenses in the upstream repository.
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows.
Project health and permission management, dev sessions, team updates with feedback triage, GitHub releases, multi-model brains trust, git workflows, UX audits, responsive layout testing, and browser automation.
Execute multiple tasks concurrently within Claude, enabling efficient batch processing and parallel workflow orchestration for complex operations.
A curated collection of AI coding agent skills for browser automation, frontend design, performance auditing, task tracking, and structured problem-solving workflows.
React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing/reviewing/refactoring React code for optimal performance. Covers async patterns, bundle optimization, server/client components, re-render optimization.
Share bugs, ideas, or general feedback.
Claude Code skill pack for StackBlitz (18 skills)
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim