waynesuttonwaynesuttonCommunityยท10 Agent Skills Included

convexskills

Production-ready Convex backend patterns, security checks, and migrations

Guides coding assistants to build production-ready Convex backends with correct queries, mutations, schemas, indexes, and file storage. Prevents common mistakes like missing validators, unindexed queries, exposed secrets, and unsafe deployments. Covers cron jobs, webhooks, realtime subscriptions, data migrations, and security audits so backend work ships faster with fewer bugs.
npx skills add waynesutton/convexskills --all -g -y
Available:

Tells the agent to fetch live Convex documentation before coding, routes requests to the right sub-skill, and enforces safety rules like never deploying or running git commands without permission.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install convexskills?โ–ผ

Run `npx skills add waynesutton/convexskills --all -g -y` in your terminal to install all skills globally.

What do these Convex skills cover?โ–ผ

They cover functions, schemas, indexes, file storage, cron jobs, HTTP webhooks, realtime subscriptions, migrations, and security audits for Convex backends.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. Every skill follows the standard SKILL.md format and works in Claude Code, Cursor, Codex, and OpenCode.

How do these skills prevent bad Convex code?โ–ผ

They enforce argument validators, index-based queries, internal functions for sensitive logic, and align with the official Convex ESLint plugin rules.

Can I use these skills without deep Convex experience?โ–ผ

Yes. Describe what you want in plain English and the agent applies the correct patterns, validators, and security checks automatically.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’