convex

Navigate Convex development patterns through specialized sub-skills.

78|18|Updated Feb 20, 2025
One-click install
npx skills add https://github.com/nakafaai/nakafa.com --skill convex-nakafaai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/nakafaai/nakafa.com/tree/main/.agents/skills/convex
Command: npx skills add https://github.com/nakafaai/nakafa.com --skill convex-nakafaai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This umbrella Skill provides a centralized, discoverable hub for Convex development patterns, enabling teams to navigate to specialized skills like convex-functions, convex-schema-validator, convex-realtime, and convex-agents with ease.

Core Features & Use Cases

  • Central discovery of Convex development patterns and best practices.
  • Quick navigation to focused skills for backend logic, data modeling, realtime subscriptions, and AI agents.
  • Real-world use: A new Convex project can bootstrap by starting at this hub, then branching into specific skills for implementation tasks.

Quick Start

For most tasks:

  1. Start with /convex-best-practices for general patterns
  2. Use /convex-functions for writing backend logic
  3. Use /convex-schema-validator for data modeling
  4. Use specific skills as needed for your use case

Frequently Asked Questions about convex

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

FAQPage Schema
How do I structure a new Convex backend project?

To structure a Convex backend project, start with general best practices, then branch into specialized skills for writing functions, validating schemas, and setting up realtime subscriptions. This hub provides the navigable structure to bootstrap your implementation tasks.

What are the core development patterns for Convex realtime applications?

Core Convex realtime development patterns involve using specialized sub-skills like convex-realtime for subscriptions and convex-agents for AI logic. This hub guides you to the correct patterns to accelerate your realtime implementation tasks.

How do I validate my Convex schema and data models?

You validate Convex schema and data models by navigating to the convex-schema-validator sub-skill from this central hub. It provides focused patterns to ensure your data modeling is correct and follows best practices.

Can I use this to find patterns for building Convex AI agents?

Yes, you can find patterns for building Convex AI agents by using this hub to access the convex-agents sub-skill. It provides specialized guidance for integrating agent logic into your backend architecture.

Do I need external tooling to start implementing Convex functions?

No, you do not need external tooling to start implementing Convex functions. This umbrella skill offers quick-start workflows and entry guidance to the convex-functions sub-skill without requiring any external tools.