convex-functions
Master Convex functions including queries, mutations, actions, and HTTP endpoints with validation and error handling.
Install
npx skills add https://github.com/waynesutton/convexskills --skill convex-functionsStats
| Total installs | 1,874 |
| Weekly installs | 1.9K |
| GitHub stars | 385 |
| First seen | Jan 24, 2026 |
| Source | @waynesutton/convexskills |
Summary
- Four function types for different use cases: queries (read-only, cached, reactive), mutations (transactional writes), actions (external API calls), and HTTP actions (webhooks and API endpoints)
- All functions require explicit argument and return validators using Convex's v schema system, with ConvexError for user-facing error messages
- Internal functions restrict sensitive operations to server-side calls only; actions access the database indirectly via runQuery and runMutation
- Includes scheduling support for delayed function execution and comprehensive examples covering messaging, payments, webhooks, and notification workflows
Tags
Related skills
| Skill | Installs | vs convex-functions |
|---|---|---|
| code-review-pro | 1,751 | -123 |
| java-architect | 1,750 | -124 |
| django-security | 1,701 | -173 |
| rivetkit-client-swift | 2,006 | +132 |
| django-patterns | 1,734 | -140 |
FAQ
- How many installs does convex-functions have?
- convex-functions has 1,874 total installs and 1.9K installs this week.
- Where is convex-functions hosted?
- convex-functions is published by @waynesutton/convexskills at https://github.com/waynesutton/convexskills.
- How many GitHub stars does convex-functions have?
- convex-functions has 385 GitHub stars.
- When was convex-functions first indexed?
- OrangeBot.AI first indexed convex-functions on Jan 24, 2026.
- How do I install convex-functions?
- Run: npx skills add https://github.com/waynesutton/convexskills --skill convex-functions