TypeScript best practices. Use when reading or editing any .ts or .tsx file.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٥ من skills من KATTCORP/isbabyoutyet. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٥ من أصل ٥ skills مجمعة.
TypeScript best practices. Use when reading or editing any .ts or .tsx file.
لغة النص الأصلي: الإنجليزية
Plan and execute safe Convex schema migrations on deployed apps using this repo's three-phase pattern, stacked PRs, and migrations.ts conventions. Use when removing fields or enum values, tightening validators, or fixing deploy failures after schema changes.
لغة النص الأصلي: الإنجليزية
Create and update stacked GitHub pull requests with a full-stack table at the top of every PR and titles suffixed (n/total). Use when the user asks for stacked PRs, a stack of PRs, create stacked PRs, stacking PRs, stacked pull requests, or to open dependent…
لغة النص الأصلي: الإنجليزية
Bump the repo Node.js major everywhere it is pinned. Use when upgrading Node, changing .nvmrc, engines.node, Convex nodeVersion, GitHub Actions setup-node, Vercel Node.js Version, or fixing CI warnings that Node 20 actions are deprecated.
لغة النص الأصلي: الإنجليزية
Eliminate sequential awaits in TanStack Router loaders and Convex prefetch. Use when adding or changing route loaders, beforeLoad, SSR prefetch, allKeyed, ensureQueryData, or when the user mentions loader waterfalls, parallel prefetch, or blocking loader…
لغة النص الأصلي: الإنجليزية