| name | convex-runtime-paradigm |
| description | Perkcord Convex runtime and deployment decision guide for Codex. Use when touching Convex functions, runtime boundaries, cloud dev versus local dev, env hygiene, webhooks, or role-connection metadata. |
Convex Runtime Paradigm
This is the Codex wrapper for the repo source skill:
.opencode/skills/convex-runtime-paradigm/SKILL.md
Read that source skill before changing Convex runtime behavior or deployment assumptions.
Codex translation notes:
- Prefer the repo's npm scripts and
npx convex ... commands for local verification.
- If the Convex MCP server from
.codex/config.toml is active in the session, use it for inspection where it provides better evidence than shell commands.
- Follow the production mutation escalation rule in
AGENTS.md before changing live Convex configuration or data.