convex

Route developers to specialized Convex development skills for backend logic and data modeling.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/mjmmattoni98/soundweave --skill convex-mjmmattoni98
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/mjmmattoni98/soundweave/tree/main/.agents/skills/convex
Command: npx skills add https://github.com/mjmmattoni98/soundweave --skill convex-mjmmattoni98

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill serves as a central hub for navigating and utilizing various aspects of Convex development, simplifying access to specialized functionalities.

Core Features & Use Cases

  • Umbrella Skill: Routes to specific Convex development patterns.
  • Specialized Skills: Provides access to functions for Convex functions, schema validation, realtime data, HTTP actions, file storage, migrations, agents, cron jobs, component authoring, and security audits.
  • Use Case: A developer needs to write a new mutation in Convex. They can use this skill to find the command for the /convex-functions skill, which will guide them through writing queries, mutations, and actions.

Quick Start

Use the convex skill to get guidance on writing Convex functions.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I write backend functions in Convex for queries and mutations?

To write Convex functions, this skill routes you to the specialized convex-functions command, guiding you through implementing queries, mutations, and actions. It provides exact commands needed for backend logic creation.

What is the best way to set up real-time subscriptions in a Convex database?

Setting up real-time data in Convex is handled by routing to the specialized realtime data skill. This index directs you to the correct component for configuring live data synchronization and reactive query updates.

Can I build AI agents and schedule cron jobs using Convex?

Yes, you can build AI agents and schedule tasks using Convex. This hub routes you to dedicated skills for agent creation and cron job scheduling, providing patterns for advanced backend automation.

Do I need to understand Convex architecture to use this development skill effectively?

Yes, understanding Convex architecture is required for effective utilization. This skill serves as a comprehensive index routing to specialized functionalities like schema validation, migrations, and file storage.

How do I perform a security audit on my Convex backend?

To perform a Convex security audit, this skill routes you to the dedicated security audit component. It provides access to best practices and auditing tools to evaluate your backend logic vulnerabilities.

Does Convex support HTTP endpoints and file storage for application development?

Yes, Convex supports HTTP endpoints and file storage. This skill directs you to specialized components for configuring HTTP actions and managing file storage alongside database migrations.