convex

The convex skill acts as a central routing index for Convex development patterns. It directs users to specialized skills for functions, schema validation, realtime subscriptions, file storage, migrations, agents, cron jobs, components, and security audits.

New
Installs
7
Use cases
5/10
Quality

Is convex safe to install?

Review the source first

Review the source first: our audit of convex's source files found 12 shell commands, 1 external URL, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill fetches data from an external URL and triggers various command-based sub-skills.

How we audit skills: our security review methodology.

Who is this skill for?

Developers building applications on the Convex platform.

What can you do with it?

  • Accessing guidance for writing queries, mutations, and actions.
  • Defining database schemas and validators.
  • Building reactive subscriptions.
  • Implementing webhooks and HTTP endpoints.
  • Managing file storage and data migrations.
  • Developing AI agents and scheduled background tasks.
  • Performing security audits and reviewing best practices.

How good is this skill?

Quality score: 5/10. The skill provides a clear directory structure for Convex development, though it functions primarily as a router rather than a standalone tool.

What does the skill file contain?

SKILL.md
# 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 | `...

Frequently asked questions

What is the purpose of this skill?

It serves as an umbrella index to route developers to specific Convex development skills.

Does this skill perform actual coding tasks?

No, it routes the user to other specialized skills that handle specific tasks like schema validation or function writing.

Data sourced from waynesutton/convexskills on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills