Convexskills convex
Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc.
install
source · Clone the upstream repo
git clone https://github.com/waynesutton/convexskills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/waynesutton/convexskills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/convex" ~/.claude/skills/waynesutton-convexskills-convex && rm -rf "$T"
manifest:
skills/convex/SKILL.mdsource content
Convex Development Skills
This is an index skill for Convex development. Use specific skills for detailed guidance:
Core Development
| Skill | Command | Use When |
|---|---|---|
| Functions | | Writing queries, mutations, actions |
| Schema | | Defining database schemas and validators |
| Realtime | | Building reactive subscriptions |
| HTTP Actions | | Webhooks and HTTP endpoints |
Data & Storage
| Skill | Command | Use When |
|---|---|---|
| File Storage | | File uploads, serving, storage |
| Migrations | | Schema evolution, data backfills |
Advanced Patterns
| Skill | Command | Use When |
|---|---|---|
| Agents | | Building AI agents with tools |
| Cron Jobs | | Scheduled background tasks |
| Components | | Reusable Convex packages |
Security
| Skill | Command | Use When |
|---|---|---|
| Security Check | | Quick security audit checklist |
| Security Audit | | Deep security review |
Guidelines
| Skill | Command | Use When |
|---|---|---|
| Best Practices | | General patterns and guidelines |
Quick Start
For most tasks:
- Start with
for general patterns/convex-best-practices - Use
for writing backend logic/convex-functions - Use
for data modeling/convex-schema-validator - Use specific skills as needed for your use case
Documentation
- Primary: https://docs.convex.dev
- LLM-optimized: https://docs.convex.dev/llms.txt