mirror of
https://github.com/BagelHole/DevOps-Security-Agent-Skills.git
synced 2026-08-22 12:49:53 +02:00
827 B
827 B
name, description, license, metadata
| name | description | license | metadata | ||||
|---|---|---|---|---|---|---|---|
| convex-backend | Build reactive backends with Convex functions, schema validation, auth integration, and deployment workflows. | MIT |
|
Convex Backend
Use Convex to build type-safe backend logic with realtime data sync.
Quick Start
npm install convex
npx convex dev
npx convex deploy
Implementation Tips
- Define schema and validation before writing functions.
- Keep mutations idempotent where possible.
- Use auth identity checks in every privileged query/mutation.
- Add indexing early for high-read collections.
Related Skills
- firebase-app-platform - Alternative managed backend
- agent-observability - Instrument AI-driven backend flows