Toolverse
All skills

vercel-multi-env-setup

by jeremylongshore

Configure Vercel across development, staging, and production environments.\nUse when setting up multi-environment deployments, configuring per-environment secrets,\nor implementing environment-specific Vercel configurations.\nTrigger with phrases like \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Security
Views
3

About this skill

Configure Vercel across development, staging, and production environments.\nUse when setting up multi-environment deployments, configuring per-environment secrets,\nor implementing environment-specific Vercel configurations.\nTrigger with phrases like \

How to use

  1. Upewnij się, że masz projekt Vercel połączony i wdrożony, dostęp do dashboardu Vercel lub token VERCEL_TOKEN, oraz osobne instancje bazy danych dla każdego środowiska (development, staging, production).

  2. Zaznajom się z trzema wbudowanymi środowiskami Vercel: Production (aktywuje się przy push do głównej gałęzi, obsługuje ruch produkcyjny), Preview (aktywuje się przy push do innych gałęzi, generuje tymczasowe adresy URL dla recenzji PR), Development (uruchamiane lokalnie poleceniem vercel dev).

  3. Dodaj zmienną DATABASE_URL dla środowiska Production, wykonując vercel env add DATABASE_URL production i podając adres URL bazy produkcyjnej (np. postgres://prod-host:5432/myapp).

  4. Dodaj zmienną DATABASE_URL dla środowiska Preview, wykonując vercel env add DATABASE_URL preview i podając adres URL bazy staging (np. postgres://staging-host:5432/myapp_staging).

  5. Dodaj zmienną DATABASE_URL dla środowiska Development, wykonując vercel env add DATABASE_URL development i podając konfigurację dla lokalnego środowiska.

  6. Wdróż zmiany — każda gałęź automatycznie otrzyma odpowiednie zmienne środowiskowe na podstawie przypisanego środowiska, zapewniając izolację konfiguracji między etapami wdrażania.

Related skills

payload

by payloadcms

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

Security
50171

python-expert

by Shubhamsaboo

Senior Python developer expertise for writing clean, efficient, and well-documented code.\nUse when: writing Python code, optimizing Python scripts, reviewing Python code for best practices,\ndebugging Python issues, implementing type hints, or when user mentions Python, PEP 8,

Security
2777

manim

by davila7

Comprehensive guide for Manim Community - Python framework for creating mathematical animations and educational videos with programmatic control

Security
1588

typescript-review

by metabase

Review TypeScript and JavaScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing TypeScript/JavaScript code.

Security
17133

software-security

by project-codeguard

A software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.

Security
1678

architect-review

by sickn33

Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural

Security
2773