원클릭으로
convex-static-hosting-deploy
Router for Convex static-hosting deploy requests. Prefer deploydev for /deploydev and deployprod for /deployprod.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Router for Convex static-hosting deploy requests. Prefer deploydev for /deploydev and deployprod for /deployprod.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Diagnose and permanently fix Convex OCC "Retried due to write conflicts in table X" errors. Use when an Insight or log shows a mutation retrying on the same hot document, especially heartbeat/last-active/counter style writes.
Agent Ready project design context for navigation, docs links, and interface tone. Use when building or reviewing UI in this repo so patterns match the documented product feel.
Patterns for scaling read-heavy Convex apps to millions of users. Use when optimizing bandwidth, reducing query costs, fixing slow queries, creating digest tables, replacing reactive subscriptions with one-shot fetches, adding compound indexes, debouncing writes, rate-controlling backfills, or running npx convex insights. Trigger when users mention "scale", "bandwidth", "performance", "optimize", "slow queries", "expensive queries", "digest table", "denormalize", or "thundering herd" in the context of Convex.
Use when the user says /localstop, localstop, stop localhost for this app, /localstopall, localstopall, or asks to stop local development servers for this Teleprompt app.
Use when the user says /syncskills, sync agent skills, update .agents skills from .codex, .cursor, or .claude, or asks to make .agents/skills include skills from other agent folders.
Use when the user says /update, @update, update project docs, or asks to sync task.md, changelog.md, and files.md after completing work.
| name | convex-static-hosting-deploy |
| description | Router for Convex static-hosting deploy requests. Prefer deploydev for /deploydev and deployprod for /deployprod. |
Use this router when the user asks about Convex static-hosting deployment but does not clearly choose dev or production.
Source of truth:
https://github.com/get-convex/static-hostinghttps://www.convex.dev/components/static-hosting/deploydev, deploy dev, upload dev, development static hosting -> .agents/skills/deploydev/SKILL.md/deployprod, deploy prod, deploy production, production static hosting -> .agents/skills/deployprod/SKILL.mdpackage.json.convex/convex.config.ts.Ask one concise question:
Do you want the development static-hosting deploy or the production deploy?