Agent skill
convex
Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc.
Install this agent skill to your Project
npx add-skill https://github.com/MichaelFisher1997/opencode-config/tree/main/skills/convex
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 | /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:
- Start with
/convex-best-practicesfor general patterns - Use
/convex-functionsfor writing backend logic - Use
/convex-schema-validatorfor data modeling - Use specific skills as needed for your use case
Documentation
- Primary: https://docs.convex.dev
- LLM-optimized: https://docs.convex.dev/llms.txt
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
kernel
Remote browser automation using the Kernel CLI. Use when the agent needs to interact with cloud browsers for web automation, scraping, screenshots, or running browser-based tasks.
context7
Retrieve up-to-date documentation and code examples from Context7. Use when you need library/framework documentation or API examples.
github
GitHub workflow best practices using gh CLI and git. Use when working with GitHub repositories, pull requests, issues, or GitHub interactions.
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
Didn't find tool you were looking for?