clawhub-convex
Installation
SKILL.md
ClawHub Convex
Use the managed Convex guidance for general framework behavior and this skill for ClawHub's repository-specific boundaries.
Start Here
- Read
convex/_generated/ai/guidelines.mdbefore editing Convex code. - Name the target runtime before running a Convex command:
local,dev, orprod. Include the exact deployment when known and whether the current function/schema code has already been pushed there. - Route to the most specific companion skill:
- Query cost, indexes, read amplification, subscriptions, or OCC:
convex-performance-audit - Production migration, backfill, schema narrowing, or table reshaping:
convex-migration-helperandcreate-and-cleanup-migration - Tables, TTL fields, cleanup crons, retention, auth/session cleanup, metric
dedupe cleanup, or deprecated table removal:
convex-retention - Auth, reusable components, or setup: use the matching managed Convex skill.
- Query cost, indexes, read amplification, subscriptions, or OCC: