add SKILL

This commit is contained in:
olekhondera
2026-02-14 07:38:50 +02:00
parent 327fa78399
commit 5b28ea675d
58 changed files with 1380 additions and 956 deletions

38
.env.example Normal file
View File

@@ -0,0 +1,38 @@
# =============================================================================
# Environment Variables Template
# Copy this file to .env.local and fill in the values
# Never commit .env.local or any file containing real secrets
# =============================================================================
# --- App ---
NODE_ENV=development
# APP_URL=http://localhost:3000
# API_URL=http://localhost:4000
# --- Database ---
# DATABASE_URL=postgresql://user:password@localhost:5432/mydb
# --- Redis (queues, caching) ---
# REDIS_URL=redis://localhost:6379
# --- Authentication ---
# AUTH_SECRET=generate-a-random-secret-here
# NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
# CLERK_SECRET_KEY=
# --- LLM / AI ---
# OPENAI_API_KEY=
# ANTHROPIC_API_KEY=
# --- Payments ---
# STRIPE_SECRET_KEY=
# STRIPE_WEBHOOK_SECRET=
# --- Email ---
# RESEND_API_KEY=
# --- File Storage ---
# S3_BUCKET=
# S3_REGION=
# S3_ACCESS_KEY_ID=
# S3_SECRET_ACCESS_KEY=