Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Convex Quickstart

porget-convex·get-convex· v1.0.0 · atualizado em 2026-04-10
79
Score

Initializes a new Convex project from scratch or adds Convex to an existing app. Use this skill when starting a new project with Convex, scaffolding with npm create convex@latest, adding Convex to an existing React, Next.js, Vue, Svelte, or other frontend, wiring up ConvexProvider, configuring environment variables for the deployment URL, or running npx convex dev for the first time, even if the user just says "set up Convex" or "add a backend.

convexbackend-developmentfull-stackrealtime-databaseserverlessjavascript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdconvex-quickstart/workflow
1. Determine if it's a new project or an existing app.
2. If new, choose a template (default to `react-vite-shadcn` or `nextjs-shadcn` if unspecified).
3. Scaffold the project using `npm create convex@latest my-app -- -t template-name`.
4. Install dependencies with `npm install`.
5. Instruct the user to run `npx convex dev` in their terminal.
6. If existing app, install `convex` with `npm install convex`.
7. Wire up the `ConvexProvider` in the app's root component.
8. Ensure the correct environment variable (`VITE_CONVEX_URL` or `NEXT_PUBLIC_CONVEX_URL`) is set.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aNext.js Best Practices
40%
Hebbian Synapse
Composite0.400
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aWriting Plans
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar areadme-i18n
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aExecuting Plans
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77

Árvore do Skill

Convex Quickstart
convex-quickstart
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers7
set up Convexadd Convex to my projectinitialize a Convex projectscaffold a Convex appadd a backend with Convexstart a new Convex projectintegrate Convex into existing app

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download convex-quickstart
$ synaptic skills detail convex-quickstart
$ synaptic skills live convex-quickstart

Dependências

convexreactnext.jsvitevuesvelte

Links

GitHub Repository