agent-skills
Build, secure, and operate Convex backends end to end
All Skills in This Repository (3)
Pure Emerald Level Indicatorsconvex-setup-auth
Configure authentication flows in Convex apps with Clerk, Auth0, or WorkOS AuthKit.
convex-migration-helper
Plan zero-downtime Convex schema migrations with dual-write patterns and data backfilling.
convex-create-component
Design and build reusable Convex components with isolated state and app-facing wrappers.
Frequently Asked Questions
FAQPage SchemaHow to install Convex Agent Skills?โผ
Run `npx skills add get-convex/agent-skills --all -g -y` in your terminal to install every skill globally. You can also pick individual skills by omitting the --all flag.
What can these Convex skills do?โผ
They cover the full Convex lifecycle: scaffolding new apps, adding auth, billing, crons, and components, auditing security, running migrations, and monitoring production errors.
Can it fix production errors automatically?โผ
Yes. The sentinel and self-heal skills capture production errors, root-cause them, and prepare a certified fix pull request, but a human always approves the merge.
Does it work with Claude Code and Cursor?โผ
Yes. All skills follow the open SKILL.md standard and run in Claude Code, Cursor, Windsurf, VS Code Copilot, and Codex.
Is it safe to run against a production deployment?โผ
Yes. The deploy-guard skill identifies the target deployment before any command and requires fresh explicit consent before touching production.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core