Build production-ready Convex apps with reusable agent skills and templates.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "convexskills" yet — see the docs or source repo.
Generate Convex query and mutation templates for a task management app, including list tasks, create task, update status, and delete task. Also explain each function and suggest a project folder structure.
Provides adaptable Convex query and mutation code templates with function explanations and project structure suggestions.
I need to implement daily data aggregation and third-party payment webhook handling in a Convex app. Provide cron job and webhook implementation patterns, error handling strategies, and security validation recommendations.
Returns Convex-ready cron and webhook patterns with sample code, exception handling, and security best practices.
Help me create a data migration plan for a live Convex project, moving from an old user field structure to a new schema. Minimize downtime risk and include migration steps and rollback ideas.
Delivers a production-focused Convex migration plan with steps, risk controls, and rollback guidance.
Helps users choose the right Convex skill for vague app tasks.
Set up Convex in a new or existing app quickly.
Build reusable Convex components with isolated tables and app-facing backend APIs.
Create, refine, validate, and restructure AgentSkills and SKILL.md files.
Plan Convex schema and data migrations for safe, zero-downtime rollouts.
Turn a repeated workflow into a reusable skill file from the current session.