agentsclimarketplace

Deployment build

Skill aiskillstore/marketplace/skills/abdulsamad94/deployment-build

Knowledge of the Vercel deployment pipeline, hybrid build scripts, and environment configuration.From its SKILL.md

Install
npx -y skills add aiskillstore/marketplace --skill deployment-build

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

0.9 KB, 238 tokens by cl100k_base, as published. Nobody here has run it

Deployment & Build Pipeline

Hybrid Build Process

Our project combines a Next.js root app with a Docusaurus documentation app.

  • Build Command: npm run build
  • Logic:
    1. cd textbook && npm install && npm run build (Builds Docs)
    2. npx shx mkdir -p public/docs (Creates output dir)
    3. npx shx cp -r textbook/build/* public/docs/ (Copies static docs to Next.js public folder)
    4. next build (Builds the main Next.js app)

Vercel Configuration

  • File: backend/vercel.json
  • Python Runtime: Used for the FastAPI backend (backend/main.py).
  • Routes: Rewrites all /api/* requests to the Python function.

Environment Variables

Ensure these are set in the Vercel Dashboard:

  • GEMINI_API_KEY
  • QDRANT_URL
  • QDRANT_API_KEY
  • BETTER_AUTH_SECRET
  • NEXT_PUBLIC_APP_URL

What ships with it: 1 file

20.3 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,861. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.