C

convex-quickstart

제작자:get-convex·#144위 트렌드

Install the convex-quickstart skill for your AI agent. Published by get-convex/agent-skills.

33.4K주간 설치 수
24
처음 본Today

설치

AI 에이전트에 다음 명령을 보냅니다.

npx skills add https://github.com/get-convex/agent-skills --skill convex-quickstart

선적 서류 비치

Scaffold a new Convex project or integrate Convex into an existing frontend app.

  • Supports two paths: scaffolding from templates (React + Vite, Next.js, Vue, Svelte, or bare backend) or adding Convex to an existing app with manual provider setup
  • Templates include pre-configured frontend frameworks, Tailwind, shadcn/ui, and optional auth (Clerk, Convex Auth, Lucia)
  • Requires running npx convex dev as a long-running process to sync backend code and manage deployments; cloud agents can use anonymous mode via CONVEX_AGENT_MODE=anonymous
  • Provides step-by-step wiring for React (Vite), Next.js App Router, and links to guides for Vue, Svelte, React Native, Remix, and Node.js