Convex Backend Skills
Seventeen skills for building a Convex backend, from first scaffold to authorization audit.
Install
Official/plugin install convex@claude-plugins-official
Convex üzerinde arka uç kurulurken, mevcut Convex uygulamasına yetenek eklenirken ya da yetkilendirme denetimi istendiğinde
- Author
- Convex
- License
- Apache-2.0
Convex's own plugin routes plain product requests into Convex primitives instead of hand-rolled patterns: reactive queries rather than polling, the workflow component rather than a chain of scheduler calls, Convex Auth rather than custom sessions. Beyond the design skill there are task-shaped ones for authentication, Stripe billing, crons, schema migrations, seed data, tests, environment variables, custom domains and agent or RAG backends. An authorization audit skill scans for four concrete defect shapes — identity taken from a caller-supplied argument, missing per-document ownership checks, public queries leaking data by client-supplied id, and writes into a container the caller does not own — then applies a fixed pattern and verifies with the type checker. The package also bundles code-writing and reviewing subagents plus the Convex MCP server for live deployment introspection.
Similar skills
AWS Core Skills
SkillTwenty AWS-published skills covering CDK, IAM, containers, observability and cost.
Skill Seekers
SkillTurns documentation sites, repos and PDFs into agent skills.
MCP Builder
SkillBuilds an MCP server from scratch: tool definitions, transport, testing
Comments(0)
Sign in to comment