Convex - NowStack Mobile
SkillProductivityRoute NowStack Mobile Convex work to the right skill. Use for underspecified Convex backend, schema, auth, migration, performance, component, or env tasks.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Convex - NowStack Mobile skill
What this skill tells your AI
The instructions your AI receives, as published by melvynx/saveit.now in .agents/skills/ns-convex/SKILL.md and read by ahel’s review.
Use this as the routing skill for Convex work in this repo.
Mandatory First Step
Before editing anything under convex/, read:
sed -n '1,240p' convex/_generated/ai/guidelines.md
Also read .agents/rules/convex.md and .agents/rules/development-commands.md.
Route To A Specific Skill
- Auth setup or auth repair:
convex-setup-auth - Reusable Convex component:
convex-create-component - Schema/data migration:
convex-migration-helper - General performance or subscription cost:
convex-performance-audit - Database bandwidth, indexes, full scans, documents-read issues:
convex-cost-optimizer
If a specific skill clearly matches, use that skill instead of staying here.
Repo Constraints
- Convex is the only backend/database.
- This repo already has Convex configured; do not run generic Convex quickstart flows here.
- Do not add Prisma, PostgreSQL, Supabase, Firebase, Redis, or DB mirroring.
- Shared auth/payment/storage behavior must work across
web-app/andmobile-app/. - Server secrets belong in Convex env.
Default Verification
npx convex dev --once
cd web-app && npm run typecheck
cd mobile-app && npx tsc --noEmit
Signals
- GitHub stars
- 31
- Forks
- 5
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
ns-convex- Source
- github.com/melvynx/saveit.now