Skip to content
OpenSmartRoute
Skillv1.0.0

convex

Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc.

by waynesutton(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from waynesutton/convexskills (skills/convex/SKILL.md) via skills.sh. Install upstream with npx skills add waynesutton/convexskills --skill convex. Copyright stays with the author.

Convex Development Skills

This is an index skill for Convex development. Use specific skills for detailed guidance:

Core Development

Skill Command Use When
Functions /convex-functions Writing queries, mutations, actions
Schema /convex-schema-validator Defining database schemas and validators
Realtime /convex-realtime Building reactive subscriptions
HTTP Actions /convex-http-actions Webhooks and HTTP endpoints

Data & Storage

Skill Command Use When
File Storage /convex-file-storage File uploads, serving, storage
Migrations /convex-migrations Schema evolution, data backfills

Advanced Patterns

Skill Command Use When
Agents /convex-agents Building AI agents with tools
Cron Jobs /convex-cron-jobs Scheduled background tasks
Components /convex-component-authoring Reusable Convex packages

Security

Skill Command Use When
Security Check /convex-security-check Quick security audit checklist
Security Audit /convex-security-audit Deep security review

Guidelines

Skill Command Use When
Best Practices /convex-best-practices General patterns and guidelines

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

Documentation

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/waynesutton-convexskills-convex/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

waynesutton-convexskills-convex.ocm.jsonjson
{
  "ocm": "1",
  "id": "waynesutton-convexskills-convex",
  "kind": "skill",
  "name": "convex",
  "description": "Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc.",
  "publisher": "waynesutton",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "convex",
      "backend",
      "database",
      "realtime",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/waynesutton/convexskills",
      "path": "skills/convex/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/waynesutton/convexskills/convex",
      "key": "waynesutton/convexskills/skills/convex/SKILL.md"
    }
  },
  "instructions": "# Convex Development Skills\n\nThis is an index skill for Convex development. Use specific skills for detailed guidance:\n\n## Core Development\n\n| Skill | Command | Use When |\n|-------|---------|----------|\n| Functions | `/convex-functions` | Writing queries, mutations, actions |\n| Schema | `/convex-schema-validator` | Defining database schemas and validators |\n| Realtime | `/convex-realtime` | Building reactive subscriptions |\n| HTTP Actions | `/convex-http-actions` | Webhooks and HTTP endpoints |\n\n## Data & Storage\n\n| Skill | Command | Use When |\n|-------|---------|----------|\n| File Storage | `",
  "cost": {
    "context_tokens": 437
  }
}

Fetch it by URL: GET /api/v1/registry/waynesutton-convexskills-convex/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.