Agent skill

CA Lobby Vercel Deployment

Vercel deployment workflow for CA Lobby React app with Clerk auth and BigQuery backend. Use when deploying CA Lobby, troubleshooting Vercel, or user says "deploy". Ensures proper configuration and verification.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/ca-lobby-vercel-deployment

SKILL.md

CA Lobby Vercel Deployment

CA Lobby Configuration

Cloud Provider: Vercel Build Command: npm run build Deployment Config: vercel.json Framework: React (Create React App)

Required Environment Variables

Clerk Authentication

  • REACT_APP_CLERK_PUBLISHABLE_KEY - Clerk public key

BigQuery (Optional - for backend mode)

  • GOOGLE_APPLICATION_CREDENTIALS - BigQuery credentials

Mode Configuration

  • REACT_APP_USE_BACKEND_API - Demo mode flag (default: false)

CA Lobby Pre-Deployment Checklist

  • All tests passing (npm test)
  • Build succeeds locally (npm run build)
  • Demo mode functional (default mode)
  • Clerk authentication configured
  • Environment variables set in Vercel dashboard
  • No console.log in production code
  • Bundle size acceptable (<500KB)

Deployment Verification

  • Application loads successfully
  • Clerk authentication works
  • Demo data displays correctly
  • Search functionality works
  • Organization profiles accessible
  • Navigation functional
  • No console errors

Changelog

Version 1.0.0 (2025-10-20)

  • Initial CA Lobby implementation
  • Vercel-specific configuration
  • Clerk + demo mode verification

End of Skill

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results