build-and-deploy

Installation
SKILL.md

Build and Deploy LangChain Retrieval

CRITICAL: For Vercel, you MUST use vercel build --prod then vercel deploy --prebuilt --prod. Do NOT use vercel --prod or vercel deploy --prod directly - these will fail due to Git author permission issues in VM environments.

Workflow

1. Setup Environment Variables

Read .env.example to see all required variables:

cat .env.example

Create .env by reading values from current environment:

For each variable in .env.example, read the value from the current environment and write to .env. Example approach:

Installs
2
First Seen
Jun 23, 2026
build-and-deploy — rebyteai-template/langchain-retrieval