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.
Three-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
npx claudepluginhub pwarnock/pwarnock-cc-plugins --plugin vercel-skillsBrowser 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.
CodyMaster v7.5 — token-optimized AI agent skills (progressive disclosure, ~100 tok index → SKILL.md on demand) + slash commands + sub-agents + cm-context MCP server. Browse Hybrid Bridge, a11y snapshots, structured error collection, video recording, anti-slop design layer, and self-evolving skill hooks/monitors.
A curated collection of AI coding agent skills for browser automation, frontend design, performance auditing, task tracking, and structured problem-solving workflows.
Personal Claude Code / Codex skills — spec-driven development, agent teams, browser automation, productivity, and setup helpers. Install with `npx skills add devstefancho/claude-plugins`.
Automatic closed-loop frontend development with visual testing, browser automation, and iterative refinement using multimodal AI