Skip to main content
get-convex
Perfil de criador do GitHub

get-convex

Visão por repositório de 74 skills coletadas em 13 repositórios do GitHub.

skills coletadas
74
repositórios
13
atualizado
4 de set. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
convex-codex-plugin
19 skills · 28 de ago. de 2026
Desenvolvedores de softwareOutras ocupações de informáticaAnalistas de garantia de qualidade de software e testadoresDesenvolvedores web
4 categorias ocupacionais · 100% classificado
26%participação
#02
convex-backend-skill
17 skills · 28 de ago. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAnalistas de segurança da informaçãoOutras ocupações de informática
4 categorias ocupacionais · 82% classificado
23%participação
#03
convex-backend
10 skills · 8 de ago. de 2026
Desenvolvedores de softwareArquitetos de banco de dados
2 categorias ocupacionais · 100% classificado
14%participação
#04
convex-evals
6 skills · 24 de mar. de 2026
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de software
2 categorias ocupacionais · 100% classificado
8,1%participação
#05
agent-skills
6 skills · 4 de set. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 17% classificado
8,1%participação
#06
convex-kimi-plugin
5 skills · 28 de ago. de 2026
Administradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadoresDesenvolvedores de software
3 categorias ocupacionais · 60% classificado
6,8%participação
#07
convex-helpers
2 skills · 16 de abr. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
2,7%participação
#08
templates
2 skills · 4 de ago. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
2,7%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

convex-expert
Desenvolvedores de software

Convex backend rules — consult this whenever writing or editing any code inside a convex/ directory (schemas, queries, mutations, actions, HTTP endpoints, crons, file storage, auth, component installation). TRIGGER before touching convex/ functions, so the…

28 de ago. de 2026
labs-quickstart
Desenvolvedores web

LABS — the FULL Convex quickstart experience: scaffold a running Next.js + shadcn app from one sentence with passkey (WebAuthn) sign-in and a live in-app Chef feedback panel pre-baked, build the idea live, then PUBLISH it to a public https://<app>.convex.app…

28 de ago. de 2026
quickstart
Desenvolvedores web

Scaffold a running Next.js + shadcn Convex app from one sentence — convex dev + next dev already running — then build the idea live (runs locally). TRIGGER when the user wants to START a new Convex app from scratch — e.g. they ran $quickstart, said 'scaffold…

28 de ago. de 2026
agent
Desenvolvedores de software

Build an AI agent / RAG feature on Convex (@convex-dev/agent: threads, tools, vector search). TRIGGER on an AI-agent/chatbot/RAG request.

27 de ago. de 2026
workflow
Desenvolvedores de software

Build a durable multi-step pipeline on Convex where each step runs in order and is retried independently on failure (transcribe→summarize→email, ETL, order fulfillment, any 'do A then B then C, retry each' job). Use @convex-dev/workflow — do NOT hand-roll a…

22 de jul. de 2026
improve-convex-plugin
Outras ocupações de informática

Send THIS Codex session's transcript to the Convex quickstart backend for an AI post-mortem that improves the whole system (runbook, bootstrap, skills). TRIGGER when the user runs $improve-convex-plugin, or after a quickstart build says 'send feedback',…

16 de jul. de 2026
quickstart-improve
Outras ocupações de informática

Backward-compatible alias for improve-convex-plugin. Send THIS Codex session's transcript to the Convex quickstart backend for an AI post-mortem that improves the whole system. TRIGGER when the user runs $quickstart-improve (the former name of…

16 de jul. de 2026
auth
Desenvolvedores de software

Add sign-in (passkeys by default, OAuth/password optional) to the current Convex app, wired correctly incl. auth.config.ts. TRIGGER on a login/auth request for an existing app.

15 de jul. de 2026
Mostrando 8 de 19 skills coletadas.
design
sem classificação

Design and build reactive, type-safe, production-grade backends on Convex. Covers schema, queries/mutations/actions, indexes, auth, file storage, scheduling, real-time multiplayer, mobile backends, and LLM/agent workflows on Convex's one-platform stack.

28 de ago. de 2026
labs-quickstart
sem classificação

LABS — the FULL Convex quickstart: scaffold a Next.js + shadcn app from one sentence with passkey sign-in and an in-app feedback panel pre-baked, build it live, then PUBLISH to a public convex.app URL (with the user's confirmation).

28 de ago. de 2026
quickstart
sem classificação

Scaffold a brand-new Convex app from a one-sentence idea and build it live — a running Next.js + shadcn app with `convex dev` + `next dev` and error watchers already armed, going from idea to running app in under a minute (locally).

28 de ago. de 2026
convex-authz
Analistas de segurança da informação

Audit and harden a Convex app's authorization: identity-from-arg impersonation, missing per-document ownership checks, public queries leaking data by a client-supplied id, and writes into a parent/container the caller doesn't own. Scans for the 4 shapes,…

28 de ago. de 2026
suggest
Desenvolvedores de software

Proactively suggest the right Convex component when the user hand-rolls what already exists: setInterval polling → crons, counter increments → sharded-counter, .collect() counts → aggregate, email → resend, DB-counter rate limiting → rate-limiter, uploads →…

28 de ago. de 2026
agent
Desenvolvedores de software

Add an AI agent / chatbot / RAG backend on Convex with @convex-dev/agent (durable threads, messages, tools, vector search). TRIGGER when the user wants an AI assistant/chatbot/agent or 'chat with my docs' feature. Calls models through the Convex AI Gateway —…

27 de ago. de 2026
workflow
Desenvolvedores de software

Build a durable multi-step pipeline on Convex where each step runs in order and is retried independently on failure (transcribe→summarize→email, ETL, order fulfillment, any 'do A then B then C, retry each' job). Use @convex-dev/workflow — do NOT hand-roll a…

22 de jul. de 2026
auth
Desenvolvedores de software

Add authentication to the current Convex + web app — passkeys by default (OAuth/password optional), wired end to end incl. the auth.config.ts that's the #1 auth footgun. TRIGGER when the user wants login / sign-in / accounts / passkeys / OAuth for an existing…

15 de jul. de 2026
Mostrando 8 de 17 skills coletadas.
convex-create-component
Desenvolvedores de software

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…

8 de ago. de 2026
convex-create-component
Desenvolvedores de software

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…

8 de ago. de 2026
convex-quickstart
Desenvolvedores de software

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,…

30 de jun. de 2026
convex-migration-helper
Arquitetos de banco de dados

Plans and executes safe Convex schema and data migrations using the widen-migrate-narrow workflow and the @convex-dev/migrations component. Use this skill when a deployment fails schema validation, existing documents need backfilling, fields need adding or…

14 de abr. de 2026
convex-performance-audit
Desenvolvedores de software

Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, and function limits. Use this skill when a Convex feature is slow or expensive, npx convex insights shows high bytes or documents read, OCC…

14 de abr. de 2026
convex-quickstart
Desenvolvedores de software

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,…

14 de abr. de 2026
convex-setup-auth
Desenvolvedores de software

Sets up Convex authentication with user management, identity mapping, and access control. Use this skill when adding login or signup to a Convex app, configuring Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT providers, wiring auth.config.ts,…

14 de abr. de 2026
convex-migration-helper
Arquitetos de banco de dados

Plans and executes safe Convex schema and data migrations using the widen-migrate-narrow workflow and the @convex-dev/migrations component. Use this skill when a deployment fails schema validation, existing documents need backfilling, fields need adding or…

14 de abr. de 2026
Mostrando 8 de 10 skills coletadas.
add-eval
Desenvolvedores de software

Design, implement, validate, and calibrate a new eval for the convex-evals suite. Use when the user wants to add a new eval, create an eval, test a new Convex concept, or expand eval coverage.

24 de mar. de 2026
add-model
Desenvolvedores de software

Add a new AI model to the eval runner, update the manual eval workflow, push changes, and trigger baseline eval runs. Use when the user wants to add a new model, onboard a model, or mentions a new model name/link to add to the leaderboard.

13 de mar. de 2026
analyze-eval
Analistas de garantia de qualidade de software e testadores

Investigate a single failing eval from the convex-evals system. Use when the user shares a visualizer URL pointing to a specific eval, asks about a specific failing eval, or references a specific eval ID.

27 de fev. de 2026
analyze-run
Analistas de garantia de qualidade de software e testadores

Analyze all failures in a convex-evals run, spawning parallel sub-agents to investigate each failure and producing a report with classifications and recommendations. Use when the user asks to analyze an entire run, review all failures in a run, or wants to…

27 de fev. de 2026
validate-guidelines
Analistas de garantia de qualidade de software e testadores

Empirically verify guideline changes by running before/after eval runs across multiple models and ensuring no regressions. Use when proposing or reviewing changes to runner/models/guidelines.ts, or when the user asks to validate guidelines.

27 de fev. de 2026
analyze-ablation
Analistas de garantia de qualidade de software e testadores

Analyze guideline ablation experiment results to determine which guideline sections are essential, marginal, or dispensable. Use when the user asks to analyze ablation results, interpret guideline compaction data, or wants to know which guidelines to keep for…

18 de fev. de 2026
convex-authz
sem classificação

Audit and harden a Convex app's authorization: identity-from-arg impersonation, missing per-document ownership checks, public queries leaking PII/financial data by a client-supplied id, and writes into a parent/container the caller doesn't own — the single…

28 de ago. de 2026
convex-expert
sem classificação

Convex backend rules — consult this whenever writing or editing any code inside a convex/ directory (schemas, queries, mutations, actions, HTTP endpoints, crons, file storage, auth, component installation). TRIGGER before touching convex/ functions, so the…

28 de ago. de 2026
check-updates
Desenvolvedores de software

Check the CURRENT Convex app's pinned components against the latest recommended versions and offer to upgrade them — e.g. the passkey auth component's new email-first sign-in. TRIGGER when the user runs /check-updates or $check-updates, asks 'are my…

22 de jul. de 2026
convex-reviewer
Analistas de garantia de qualidade de software e testadores

Review Convex code for security, auth, validators, performance, and best practices. TRIGGER when the user asks to review/audit Convex code, or after writing convex/ functions you want checked. Applies the Convex-specific review checklist (auth checks,…

22 de jul. de 2026
domains
Administradores de redes e sistemas de computador

Wire a domain the user ALREADY OWNS (GoDaddy/Namecheap/Cloudflare/…) to their Convex app: exact DNS records, custom-domain attachment, auth-origin rebind. TRIGGER when the user owns a domain and wants it pointing at their app ('point my domain at this', 'use…

22 de jul. de 2026
Mostrando 12 de 13 repositórios