convex-actions-general

Guide Convex action and HTTP endpoint implementation with validators and schemas.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/AbrahamX3/hivio --skill convex-actions-general-abrahamx3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex-actions-general
Source: https://github.com/AbrahamX3/hivio/tree/main/.cursor/skills/convex-actions-general
Command: npx skills add https://github.com/AbrahamX3/hivio --skill convex-actions-general-abrahamx3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides comprehensive guidelines for designing Convex actions, HTTP endpoints, validators, and schemas, along with environment variables, scheduling, and file storage practices to standardize development.

Core Features & Use Cases

  • Establishes consistent function definitions (public and internal) and file-based routing within the convex/ directory.
  • Covers environment variable usage, scheduling strategies, and file storage patterns to build robust Convex apps.
  • Use cases include creating public actions, HTTP-aware endpoints, and scalable data validation across Node and V8 runtimes.

Quick Start

Define a new Convex action or HTTP endpoint using the new function syntax and wire it through the convex/ directory.

Frequently Asked Questions about convex-actions-general

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I define and validate arguments in Convex actions?

Validate Convex actions by using the new function syntax and TypeScript validators to enforce argument validation, ensuring scalable and secure applications across runtimes.

What's the best way to set up HTTP endpoints in a Convex project?

Set up HTTP endpoints in Convex by using file-based routing within the convex/ directory to wire HTTP-aware endpoints, establishing consistent function definitions for robust app architecture.

Does this Convex guide apply to both Node and V8 runtimes?

Yes, this Convex guide applies across both Node and V8 runtimes, emphasizing proper function references, environment variables, and scheduling strategies to standardize development.

How do I manage file storage and environment variables in Convex?

Manage file storage and environment variables in Convex by following established patterns for scheduling and storage, ensuring best practices for organization and security across your project.

When do I need to use schemas and internal functions in Convex?

You need schemas and internal functions in Convex to establish consistent function definitions and scalable data validation, standardizing development across Node and V8 runtimes.