[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-convex-crons":3,"mdc-b7p991-key":32,"related-org-convex-crons":109,"related-repo-convex-crons":295},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":21,"repoUrl":22,"updatedAt":23,"license":24,"forks":25,"topics":26,"repo":27,"sourceUrl":30,"mdContent":31},"crons","add scheduled cron jobs to Convex","Add scheduled\u002Fcron jobs to a Convex app (recurring internal functions). TRIGGER on a recurring-task\u002Fcron request.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"convex","Convex","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fconvex.png","get-convex",[13,17,18],{"name":14,"slug":15,"type":16},"Backend","backend","tag",{"name":9,"slug":8,"type":16},{"name":19,"slug":20,"type":16},"Automation","automation",2,"https:\u002F\u002Fgithub.com\u002Fget-convex\u002Fconvex-codex-plugin","2026-07-12T08:00:18.111149","Apache-2.0",0,[],{"repoUrl":22,"stars":21,"forks":25,"topics":28,"description":29},[],"Codex plugin for the hosted Convex MCP server","https:\u002F\u002Fgithub.com\u002Fget-convex\u002Fconvex-codex-plugin\u002Ftree\u002FHEAD\u002Fplugins\u002Fconvex\u002Fskills\u002Fcrons","---\nname: \"crons\"\ndescription: \"Add scheduled\u002Fcron jobs to a Convex app (recurring internal functions). TRIGGER on a recurring-task\u002Fcron request.\"\nlicense: \"Apache-2.0\"\n---\n\n# Add scheduled jobs (crons)\n\nDefine recurring jobs in convex\u002Fcrons.ts targeting internal functions, with sane intervals and idempotent handlers.\n\n## Steps\n1. Create convex\u002Fcrons.ts with cronJobs().\n2. Schedule internal functions (never public api.*) at the right interval.\n3. Make handlers idempotent (safe to re-run); keep each run small.\n4. Verify the job appears in the dashboard schedule.\n\n## Rules\n- Schedule internal.* functions, never api.*.\n- Keep cron handlers small + idempotent.\n- Don't poll tight intervals for things a subscription can push.\n",{"data":33,"body":34},{"name":4,"description":6,"license":24},{"type":35,"children":36},"root",[37,46,52,59,84,90],{"type":38,"tag":39,"props":40,"children":42},"element","h1",{"id":41},"add-scheduled-jobs-crons",[43],{"type":44,"value":45},"text","Add scheduled jobs (crons)",{"type":38,"tag":47,"props":48,"children":49},"p",{},[50],{"type":44,"value":51},"Define recurring jobs in convex\u002Fcrons.ts targeting internal functions, with sane intervals and idempotent handlers.",{"type":38,"tag":53,"props":54,"children":56},"h2",{"id":55},"steps",[57],{"type":44,"value":58},"Steps",{"type":38,"tag":60,"props":61,"children":62},"ol",{},[63,69,74,79],{"type":38,"tag":64,"props":65,"children":66},"li",{},[67],{"type":44,"value":68},"Create convex\u002Fcrons.ts with cronJobs().",{"type":38,"tag":64,"props":70,"children":71},{},[72],{"type":44,"value":73},"Schedule internal functions (never public api.*) at the right interval.",{"type":38,"tag":64,"props":75,"children":76},{},[77],{"type":44,"value":78},"Make handlers idempotent (safe to re-run); keep each run small.",{"type":38,"tag":64,"props":80,"children":81},{},[82],{"type":44,"value":83},"Verify the job appears in the dashboard schedule.",{"type":38,"tag":53,"props":85,"children":87},{"id":86},"rules",[88],{"type":44,"value":89},"Rules",{"type":38,"tag":91,"props":92,"children":93},"ul",{},[94,99,104],{"type":38,"tag":64,"props":95,"children":96},{},[97],{"type":44,"value":98},"Schedule internal.* functions, never api.*.",{"type":38,"tag":64,"props":100,"children":101},{},[102],{"type":44,"value":103},"Keep cron handlers small + idempotent.",{"type":38,"tag":64,"props":105,"children":106},{},[107],{"type":44,"value":108},"Don't poll tight intervals for things a subscription can push.",{"items":110,"total":294},[111,124,139,154,171,188,203,215,234,248,265,279],{"slug":8,"name":8,"fn":112,"description":113,"org":114,"tags":115,"stars":121,"repoUrl":122,"updatedAt":123},"guide Convex project setup and usage","Routes general Convex requests to the right project skill. Use when the user asks which Convex skill to use or gives an underspecified Convex app task.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[116,117,118],{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"name":119,"slug":120,"type":16},"Database","database",34,"https:\u002F\u002Fgithub.com\u002Fget-convex\u002Fagent-skills","2026-07-12T08:00:45.091281",{"slug":125,"name":125,"fn":126,"description":127,"org":128,"tags":129,"stars":121,"repoUrl":122,"updatedAt":138},"convex-create-component","build reusable Convex components","Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[130,133,136,137],{"name":131,"slug":132,"type":16},"API Development","api-development",{"name":134,"slug":135,"type":16},"Architecture","architecture",{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},"2026-07-12T08:00:39.428577",{"slug":140,"name":140,"fn":141,"description":142,"org":143,"tags":144,"stars":121,"repoUrl":122,"updatedAt":153},"convex-migration-helper","plan Convex schema and data migrations","Plans Convex schema and data migrations with widen-migrate-narrow and @convex-dev\u002Fmigrations. Use for breaking schema changes, backfills, table reshaping, or zero-downtime rollouts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[145,146,147,150],{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"name":148,"slug":149,"type":16},"Data Engineering","data-engineering",{"name":151,"slug":152,"type":16},"Migration","migration","2026-07-12T08:00:51.27967",{"slug":155,"name":155,"fn":156,"description":157,"org":158,"tags":159,"stars":121,"repoUrl":122,"updatedAt":170},"convex-performance-audit","audit Convex application performance","Audits Convex performance for reads, subscriptions, write contention, and function limits. Use for slow features, insights findings, OCC conflicts, or read amplification.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[160,161,164,167],{"name":9,"slug":8,"type":16},{"name":162,"slug":163,"type":16},"Debugging","debugging",{"name":165,"slug":166,"type":16},"Monitoring","monitoring",{"name":168,"slug":169,"type":16},"Performance","performance","2026-07-12T08:00:50.02928",{"slug":172,"name":172,"fn":173,"description":174,"org":175,"tags":176,"stars":121,"repoUrl":122,"updatedAt":187},"convex-quickstart","initialize Convex in applications","Creates or adds Convex to an app. Use for new Convex projects, npm create convex@latest, frontend setup, env vars, or the first npx convex dev run.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[177,180,181,184],{"name":178,"slug":179,"type":16},"CLI","cli",{"name":9,"slug":8,"type":16},{"name":182,"slug":183,"type":16},"Frontend","frontend",{"name":185,"slug":186,"type":16},"Onboarding","onboarding","2026-07-12T08:00:43.436152",{"slug":189,"name":189,"fn":190,"description":191,"org":192,"tags":193,"stars":121,"repoUrl":122,"updatedAt":202},"convex-setup-auth","set up authentication and access control","Sets up Convex auth, identity mapping, and access control. Use for login, auth providers, users tables, protected functions, or roles in a Convex app.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[194,197,200,201],{"name":195,"slug":196,"type":16},"Access Control","access-control",{"name":198,"slug":199,"type":16},"Auth","auth",{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},"2026-07-12T08:00:48.652641",{"slug":204,"name":204,"fn":205,"description":206,"org":207,"tags":208,"stars":21,"repoUrl":22,"updatedAt":214},"add","add capabilities to Convex applications","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\u002Fpublishing or any backend capability to an existing Convex app.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[209,210,211],{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"name":212,"slug":213,"type":16},"Next.js","next-js","2026-07-12T07:59:59.358004",{"slug":216,"name":216,"fn":217,"description":218,"org":219,"tags":220,"stars":21,"repoUrl":22,"updatedAt":233},"agent","build AI agents with Convex","Build an AI agent \u002F RAG feature on Convex (@convex-dev\u002Fagent: threads, tools, vector search). TRIGGER on an AI-agent\u002Fchatbot\u002FRAG request.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[221,224,227,230],{"name":222,"slug":223,"type":16},"Agents","agents",{"name":225,"slug":226,"type":16},"Engineering","engineering",{"name":228,"slug":229,"type":16},"RAG","rag",{"name":231,"slug":232,"type":16},"Search","search","2026-07-12T08:00:01.921824",{"slug":199,"name":199,"fn":235,"description":236,"org":237,"tags":238,"stars":21,"repoUrl":22,"updatedAt":247},"add authentication to Convex applications","Add sign-in (passkeys by default, OAuth\u002Fpassword optional) to the current Convex app, wired correctly incl. auth.config.ts. TRIGGER on a login\u002Fauth request for an existing app.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[239,240,243,244],{"name":198,"slug":199,"type":16},{"name":241,"slug":242,"type":16},"Authentication","authentication",{"name":9,"slug":8,"type":16},{"name":245,"slug":246,"type":16},"OAuth","oauth","2026-07-18T05:12:54.443056",{"slug":249,"name":249,"fn":250,"description":251,"org":252,"tags":253,"stars":21,"repoUrl":22,"updatedAt":264},"billing","integrate Stripe billing in Convex apps","Add Stripe billing to a Convex app via @convex-dev\u002Fstripe (checkout + auto-verified webhook + subscription gating). TRIGGER on a payments\u002Fbilling\u002Fsubscription request.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[254,255,258,261],{"name":9,"slug":8,"type":16},{"name":256,"slug":257,"type":16},"Payments","payments",{"name":259,"slug":260,"type":16},"Stripe","stripe",{"name":262,"slug":263,"type":16},"Webhooks","webhooks","2026-07-12T08:00:08.123246",{"slug":266,"name":266,"fn":267,"description":268,"org":269,"tags":270,"stars":21,"repoUrl":22,"updatedAt":278},"check-updates","upgrade Convex component versions","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 \u002Fcheck-updates or $check-updates, asks 'are my components up to date', 'any updates', 'upgrade auth', 'upgrade my components', or wants the newest features after a quickstart. Applies each upgrade behind a build gate (verify-or-revert) with the user's consent.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[271,274,275],{"name":272,"slug":273,"type":16},"Configuration","configuration",{"name":9,"slug":8,"type":16},{"name":276,"slug":277,"type":16},"Maintenance","maintenance","2026-07-12T08:00:03.236862",{"slug":280,"name":280,"fn":281,"description":282,"org":283,"tags":284,"stars":21,"repoUrl":22,"updatedAt":293},"convex-authz","audit and harden Convex authorization","Audit and harden a Convex app's authorization: identity-from-arg impersonation, missing per-document ownership checks, and public queries leaking PII\u002Ffinancial 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 3 shapes, then applies the canonical requireIdentity\u002FrequireOwner pattern, then verifies with tsc. TRIGGER on 'secure my app', 'audit auth', 'add login', 'who can access this data', or an explicit 'audit my authz'. NOT always-on. SKIP when there is no convex\u002F directory.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[285,286,289,290],{"name":198,"slug":199,"type":16},{"name":287,"slug":288,"type":16},"Code Analysis","code-analysis",{"name":9,"slug":8,"type":16},{"name":291,"slug":292,"type":16},"Security","security","2026-07-12T08:00:04.516752",26,{"items":296,"total":350},[297,303,310,317,324,330,337],{"slug":204,"name":204,"fn":205,"description":206,"org":298,"tags":299,"stars":21,"repoUrl":22,"updatedAt":214},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[300,301,302],{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"name":212,"slug":213,"type":16},{"slug":216,"name":216,"fn":217,"description":218,"org":304,"tags":305,"stars":21,"repoUrl":22,"updatedAt":233},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[306,307,308,309],{"name":222,"slug":223,"type":16},{"name":225,"slug":226,"type":16},{"name":228,"slug":229,"type":16},{"name":231,"slug":232,"type":16},{"slug":199,"name":199,"fn":235,"description":236,"org":311,"tags":312,"stars":21,"repoUrl":22,"updatedAt":247},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[313,314,315,316],{"name":198,"slug":199,"type":16},{"name":241,"slug":242,"type":16},{"name":9,"slug":8,"type":16},{"name":245,"slug":246,"type":16},{"slug":249,"name":249,"fn":250,"description":251,"org":318,"tags":319,"stars":21,"repoUrl":22,"updatedAt":264},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[320,321,322,323],{"name":9,"slug":8,"type":16},{"name":256,"slug":257,"type":16},{"name":259,"slug":260,"type":16},{"name":262,"slug":263,"type":16},{"slug":266,"name":266,"fn":267,"description":268,"org":325,"tags":326,"stars":21,"repoUrl":22,"updatedAt":278},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[327,328,329],{"name":272,"slug":273,"type":16},{"name":9,"slug":8,"type":16},{"name":276,"slug":277,"type":16},{"slug":280,"name":280,"fn":281,"description":282,"org":331,"tags":332,"stars":21,"repoUrl":22,"updatedAt":293},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[333,334,335,336],{"name":198,"slug":199,"type":16},{"name":287,"slug":288,"type":16},{"name":9,"slug":8,"type":16},{"name":291,"slug":292,"type":16},{"slug":338,"name":338,"fn":339,"description":340,"org":341,"tags":342,"stars":21,"repoUrl":22,"updatedAt":349},"convex-expert","develop Convex backend applications","Convex backend rules — consult this whenever writing or editing any code inside a convex\u002F directory (schemas, queries, mutations, actions, HTTP endpoints, crons, file storage, auth, component installation). TRIGGER before touching convex\u002F functions, so the code uses the object-form syntax, validators, indexes, and component patterns that generic models get wrong.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[343,344,345,346],{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"name":119,"slug":120,"type":16},{"name":347,"slug":348,"type":16},"TypeScript","typescript","2026-07-18T05:12:50.448833",19]