get-convex/convex-codex-plugin

Codex plugin for the hosted Convex MCP server

5Stars on the repository
21Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

add

01

get-convex/convex-codex-plugin

Skill Claude CodeCodex

Add a capability to the CURRENT Convex + Next.js project — consults the served Convex capability catalog for always-current procedures (billing, crons, auth, agent, search, …); falls back to built-in hosting or @convex-dev component search. TRIGGER when the user runs $add, or asks to add hosting/publishing or any…

5 4d ago C 82 tokens

agent

02

get-convex/convex-codex-plugin

Skill Claude CodeCodex

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

5 4d ago A 39 tokens

auth

03

get-convex/convex-codex-plugin

Skill Claude CodeCodex

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.

5 4d ago A 42 tokens

billing

04

get-convex/convex-codex-plugin

Skill Claude CodeCodex

Add Stripe billing to a Convex app via @convex-dev/stripe (checkout + auto-verified webhook + subscription gating). TRIGGER on a payments/billing/subscription request.

5 4d ago A 39 tokens

check-updates

05

get-convex/convex-codex-plugin

Skill Claude CodeCodex

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 components up to date', 'any updates', 'upgrade auth', 'upgrade my…

5 4d ago A 105 tokens

convex-authz

06

get-convex/convex-codex-plugin

Skill Claude CodeCodex

Audit and harden a Convex app's authorization: identity-from-arg impersonation, missing per-document ownership checks, and public queries leaking PII/financial data by a client-supplied id — the single largest real-defect cluster measured against generated Convex backends (44 of 214). Runs a deterministic scan for the…

5 4d ago A 139 tokens

convex-expert

07

get-convex/convex-codex-plugin

Skill Claude CodeCodex

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 code uses the object-form syntax, validators, indexes, and…

5 4d ago C 76 tokens

convex-reviewer

08

get-convex/convex-codex-plugin

Skill Claude CodeCodex

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, args/returns validators, internal vs public, indexes-not-filter…

5 4d ago A 75 tokens

crons

09

get-convex/convex-codex-plugin

Skill Claude CodeCodex

Add scheduled/cron jobs to a Convex app (recurring internal functions). TRIGGER on a recurring-task/cron request.

5 4d ago A 29 tokens

domains

10

get-convex/convex-codex-plugin

Skill Claude CodeCodex

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 my own domain', 'set up example.com'). Never asks for…

5 4d ago A 81 tokens

env

11

get-convex/convex-codex-plugin

Skill Claude CodeCodex

Manage Convex env vars / secrets (set, wire into actions, never hardcode). TRIGGER on an API-key/secret/env-var request.

5 4d ago A 32 tokens

get-convex/convex-codex-plugin

Skill Claude CodeCodex

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', 'report how that went', or 'help improve the quickstart'.

5 4d ago A 80 tokens

labs-quickstart

13

get-convex/convex-codex-plugin

Skill Claude CodeCodex

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:// .convex.app URL (with the user's confirmation before publishing). TRIGGER…

5 4d ago B 146 tokens

migrate

14

get-convex/convex-codex-plugin

Skill Claude CodeCodex

Migrate the schema + backfill data on a deployed Convex app (optional-first, then backfill, then require). TRIGGER on a live-schema-change/backfill request.

5 4d ago A 39 tokens

quickstart-improve

15

get-convex/convex-codex-plugin

Skill Claude CodeCodex

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 $improve-convex-plugin).

5 4d ago A 66 tokens

quickstart

16

get-convex/convex-codex-plugin

Skill Claude CodeCodex

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 a new app', 'build me an app where users can ', or 'new…

5 4d ago B 98 tokens

seed

17

get-convex/convex-codex-plugin

Skill Claude CodeCodex

Seed/import data into a Convex app (fixtures via internalMutation or convex import). TRIGGER on a seed/sample-data/import request.

5 4d ago A 29 tokens

test

18

get-convex/convex-codex-plugin

Skill Claude CodeCodex

Write convex-test tests for Convex functions (in-memory, auth + error paths). TRIGGER on a test-this-backend request.

5 4d ago A 29 tokens

workflow

19

get-convex/convex-codex-plugin

Skill Claude CodeCodex

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 chain of scheduler calls or a custom jobs table. TRIGGER on…

5 4d ago A 97 tokens