Back to Skills

convex-functions

majiayu000
Updated 10 days ago
88 views
58
9
58
View on GitHub
Testingconvexfunctionsqueriesmutationsactionshttp

About

This skill helps developers implement Convex backend functions with proper architecture and best practices. It covers queries, mutations, actions, and HTTP endpoints, including validation, error handling, and runtime optimization. Use it when building or refactoring Convex functions to ensure they are robust and well-structured.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/convex-functions

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/convex-functions
0

Related Skills

convex-cron-jobs

Other

Convex Cron Jobs provides scheduled function patterns for background tasks like cleanup jobs and data syncing in Convex applications. It enables interval scheduling, cron expressions, job monitoring, and retry strategies for automated workflows. Use this skill to implement and manage reliable, recurring background tasks.

View skill

convex-file-storage

Meta

This Convex skill provides complete file handling for developers building applications with the Convex platform. It manages upload flows, serves files via generated URLs, stores outputs from actions, and allows metadata access via system tables. Use it to implement robust file storage for images, documents, and generated content within your Convex app.

View skill

convex-agents

Meta

The convex-agents skill helps developers build persistent, stateful AI agents using Convex's backend platform. It provides key capabilities like thread management, tool integration, streaming responses, and RAG patterns, all with automatic state persistence. Use this skill when you need to create agents that maintain conversation history and execute tools within the Convex ecosystem.

View skill

convex-security-check

Testing

This Claude Skill provides a security audit checklist for Convex applications, helping developers quickly review critical areas like authentication and access control. It covers function exposure, argument validation, row-level security, and environment variable handling. Use it for a rapid pre-deployment security review or when onboarding to the Convex platform.

View skill