convex

Index Convex development patterns and route to specialized backend skills.

Updated Aug 30, 2025
One-click install
npx skills add https://github.com/kristofferaas/deep-stortinget --skill convex-kristofferaas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/kristofferaas/deep-stortinget/tree/main/.agents/skills/convex
Command: npx skills add https://github.com/kristofferaas/deep-stortinget --skill convex-kristofferaas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill acts as a central hub for all Convex development patterns, guiding users to the most relevant sub-skills for specific backend development tasks.

Core Features & Use Cases

  • Umbrella Skill: Routes to specialized skills for functions, schema validation, real-time features, HTTP actions, file storage, migrations, agents, cron jobs, and security.
  • Structured Guidance: Provides a clear overview of Convex development areas and directs users to the appropriate tools for their needs.
  • Use Case: A developer needs to implement real-time chat functionality in their Convex application. They would use this skill to find and navigate to the /convex-realtime skill for specific instructions.

Quick Start

Use the convex skill to find guidance on writing queries, mutations, and actions.

Frequently Asked Questions about convex

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

FAQPage Schema
How do I structure backend logic and database schemas in Convex?

Convex backend development requires structuring queries, mutations, and schema validation. This skill routes you to specialized patterns for database schema management and backend logic implementation.

What is the best way to implement real-time subscriptions in a Convex application?

Real-time subscriptions in Convex enable live data updates. This skill directs you to dedicated patterns for setting up real-time functionality and reactive queries in your application.

Can I use Convex for HTTP endpoints, file storage, and scheduled tasks?

Convex supports HTTP endpoints, file storage, and scheduled tasks. This skill provides navigation to specific development patterns for HTTP actions, storage management, and cron job configuration.

How do I integrate AI agents into a Convex backend?

Integrating AI agents into Convex involves specific backend patterns. This skill guides you to specialized instructions for AI agent integration within your Convex development environment.

Does Convex handle database migrations and security rules for scalable applications?

Convex handles database migrations and security rules for scalable applications. This skill indexes development patterns for managing migrations and configuring security within your backend.

When do I need specialized Convex development patterns instead of generic backend guides?

You need specialized Convex development patterns when building features specific to the platform like real-time subscriptions, HTTP actions, or scheduled tasks. This skill routes you to the correct specialized guidance.