Get Convex Skills
ego lite browser
sponsorego lite is the fastest browser for AI agents to run web automation, sharing your logged-in state with Codex or Claude Code, zero cost, zero config.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Composio
sponsorConnect to 1500+ MCP Servers in 1 click
convex-self-heal
agent-skills/skills/convex-self-heal
Production error → triaged, root-caused, repaired, and certified (tsc + rehearsal + reproduce-then-gone) fix PR for a human to merge — then confirm the error stops recurring. Never auto-merges.
convex-sentinel
agent-skills/skills/convex-sentinel
Set up Sentinel production error capture in your own Convex deployment.
convex-setup-auth
agent-skills/skills/convex-setup-auth
Sets up Convex auth, identity mapping, and access control. Use for login, auth providers, users tables, protected functions, or roles in a Convex app.
DevelopmentDatabaseAPIconvex-suggest
agent-skills/skills/convex-suggest
Suggest the matching Convex component when the user hand-rolls a pattern it already solves (crons, sharded-counter, rate-limiter, storage, search, presence, workflow, RAG, prosemirror-sync). Passive — suggest after the task, never interrupt. Never install without consent.
DevelopmentDatabaseconvex-test
agent-skills/skills/convex-test
Generate convex-test tests for the app's Convex functions.
convex-verify
agent-skills/skills/convex-verify
Prove a Convex feature works — seed, drive as multiple mocked users via convex-test, assert behavior including the negative authz cases (wrong user refused, data-scope enforced).