Awesome-omni-skill olore-convex-latest
Local Convex documentation reference (latest). Convex backend documentation. Use for real-time database, serverless functions, file storage, authentication, scheduling, search, AI agents, and full-stack TypeScript development.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/olore-convex-latest" ~/.claude/skills/diegosouzapw-awesome-omni-skill-olore-convex-latest && rm -rf "$T"
manifest:
skills/development/olore-convex-latest/SKILL.mdsource content
Convex Documentation
Convex backend documentation. Use for real-time database, serverless functions, file storage, authentication, scheduling, search, AI agents, and full-stack TypeScript development.
Quick Reference
| Task | Entry Point |
|---|---|
| Getting started | (or other framework) |
| Core database | , |
| Functions | , |
| Authentication | , |
| AI agents | |
| File storage | |
| Real-time updates | |
| Production deployment | |
| Client libraries | , |
| API reference | |
When to use
Use this skill when the user asks about:
- Convex database queries, mutations, and schemas
- Real-time data synchronization and reactive queries
- Serverless functions (queries, mutations, actions)
- Authentication with Clerk, Auth0, or custom JWT
- File storage and serving
- Scheduled jobs and cron tasks
- Text search and vector search
- AI agents and chatbot functionality
- Client libraries (React, Next.js, Vue, Python, etc.)
- Production deployment and hosting
How to find information
- First, read
for complete file listing organized by directoryTOC.md - Identify relevant section based on user's question
- Read specific files for details
TOC.md contains all files organized by directory - always check it first.