By pwarnock
Curated Vercel developer toolkit: React best practices, web design guidelines, browser automation, and deployment
Curated 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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub pwarnock/pwarnock-cc-plugins --plugin vercel-skillsThree-tier persistent context infrastructure for AI coding agents — constitution, routing intelligence, and cold memory. Based on 'Codified Context: Infrastructure for AI Agents in a Complex Codebase' (Vasilopoulos, 2025).
Session retrospective skill with hook-driven prompting. Generates structured session summaries with learnings that feed back into project memory.
Capture meetups, contacts, and interactions from natural language into Notion CRM
Prisma 7 migration and best practices skills for Claude Code
Bridge Gastown cross-session orchestration with in-session subagent parallelization
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.