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

Convex Create Component

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

Designs and builds Convex components with isolated tables, clear boundaries, and app-facing wrappers. Use this skill when creating a new Convex component, extracting reusable backend logic into a component, building a third-party integration that owns its own tables, packaging Convex functionality for reuse, or when the user mentions defineComponent, app.use, ComponentApi, ctx.runQuery/runMutation across component boundaries, or wants to separate concerns into isolated Convex modules.

convexcomponent-designbackend-developmentdata-modelingserverlesstypescript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdconvex-create-component/workflow
1. Determine the component's purpose and scope.
2. Choose the appropriate component shape (local, packaged, or hybrid).
3. Plan the component's tables, API, and boundaries.
4. Create the component structure with `convex.config.ts`, `schema.ts`, and function files.
5. Implement functions using the component's own `./_generated/server` imports.
6. Wire the component into the app with `app.use(...)`.
7. Call the component from the app through `components.<name>` using `ctx.runQuery`, `ctx.runMutation`, or `ctx.runAction`.
8. Run `npx convex dev` and fix codegen, type, or boundary issues.

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 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 Create Component
convex-create-component
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.EVALUATE
6.REFLECT
Triggers10
create a new Convex componentextract reusable backend logic into a componentbuild a third-party integration with Convexpackage Convex functionality for reuseuse defineComponent in Convexuse app.use in Convexuse ComponentApi in Convexseparate concerns into isolated Convex modulesuse ctx.runQuery across component boundariesuse ctx.runMutation across component boundaries

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-create-component
$ synaptic skills detail convex-create-component
$ synaptic skills live convex-create-component

Dependências

convexconvex/serverconvex/values@convex-dev/auth/serverconvex-helpers

Links

GitHub Repository