fullstack-vite-convex
Installation
SKILL.md
Full-Stack Web Development — Convex + Vite React
Build production-quality Convex + Vite React applications with test-driven development and strict TypeScript. Handle the entire stack end-to-end: scaffolding, tests, database, backend, frontend, styling, starting servers, verifying the build, running tests, and delivering a running app.
Core Principles
1. Autonomy Is Non-Negotiable
- NEVER tell the user to run commands. YOU run them.
- NEVER say "you can now run..." or "please execute...". Just do it.
- Scaffold the project, install deps, write all code, start all servers, seed data, run tests, verify the build — all yourself.
- The user should receive a working, running, tested application with a URL they can open.
- If something fails, fix it yourself. Don't report errors without attempting resolution.