Skip to main content
Back to the directory
waynesutton/convexskillsSoftware EngineeringFrontend and Design

convex-functions

Build Convex queries, mutations, actions, and HTTP endpoints with validation, error handling, and proper runtime considerations.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/waynesutton/convexskills --skill convex-functions
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, convex-functions has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: waynesutton/convexskills. Canonical URL: https://skills.sh/waynesutton/convexskills/convex-functions.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Build Convex queries, mutations, actions, and HTTP endpoints with validation, error handling, and proper runtime considerations. Master Convex functions including queries, mutations, actions, and HTTP endpoints with proper validation, error handling, and runtime considerations. All examples in this skill comply with @convex-dev/eslint-plugin rules: See the Code Quality section in convex-best-practices for linting setup. Before implementing, do not assume; fetch the latest documentation: Queries are reactive, cached, and read-only: Mutations modify the database and are transactional: Actions can call external APIs but have no direct database access: HTTP actions handle webhooks and external requests: Use internal functions for sensitive operations: Schedule functions to run later: - 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,...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does convex-functions do?

Build Convex queries, mutations, actions, and HTTP endpoints with validation, error handling, and proper runtime considerations.

Is convex-functions good?

convex-functions does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support convex-functions?

convex-functions currently lists compatibility with Skills CLI.

Is convex-functions safe to install?

convex-functions has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to convex-functions?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install convex-functions?

Run the following command to install convex-functions: npx skills add https://github.com/waynesutton/convexskills --skill convex-functions

Related skills

More from waynesutton/convexskills

Related skills

Alternatives in Software Engineering