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.
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?