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.

16 stars

Best use case

olore-convex-latest is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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.

Teams using olore-convex-latest should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/olore-convex-latest/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/olore-convex-latest/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/olore-convex-latest/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How olore-convex-latest Compares

Feature / Agentolore-convex-latestStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 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 | `contents/quickstart/nextjs.mdx` (or other framework) |
| Core database | `contents/database.mdx`, `contents/database/reading-data/reading-data.mdx` |
| Functions | `contents/functions/query-functions.mdx`, `contents/functions/mutation-functions.mdx` |
| Authentication | `contents/auth.mdx`, `contents/auth/clerk.mdx` |
| AI agents | `contents/agents/getting-started.mdx` |
| File storage | `contents/file-storage.mdx` |
| Real-time updates | `contents/realtime.mdx` |
| Production deployment | `contents/production.mdx` |
| Client libraries | `contents/client/react.mdx`, `contents/client/nextjs/` |
| API reference | `contents/generated-api/` |

## 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

1. **First**, read `TOC.md` for complete file listing organized by directory
2. Identify relevant section based on user's question
3. Read specific files for details

**TOC.md contains all files organized by directory - always check it first.**

Related Skills

sveltekit-latest

16
from diegosouzapw/awesome-omni-skill

Quick-reference for SvelteKit + Svelte 5 development (Feb 2026)

convex

16
from diegosouzapw/awesome-omni-skill

Expert Convex development assistant. Use when users want to build full-stack TypeScript apps with Convex - including setup, server functions (queries/mutations/actions), database schema, auth, file storage, real-time features, frontend integration (React, Next.js, Vue), testing, or deployment.

convex-development-general

16
from diegosouzapw/awesome-omni-skill

Applies general rules for Convex development, emphasizing schema design, validator usage, and correct handling of system fields.

convex-core

16
from diegosouzapw/awesome-omni-skill

Core Convex development guidelines - functions, validators, schema, queries, mutations, and database patterns

convex-component-authoring

16
from diegosouzapw/awesome-omni-skill

How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management

convex-ai

16
from diegosouzapw/awesome-omni-skill

Convex AI Integration - OpenAI, actions, streaming, and AI patterns with database integration

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

tdd-orchestrator

16
from diegosouzapw/awesome-omni-skill

Master TDD orchestrator specializing in red-green-refactor discipline, multi-agent workflow coordination, and comprehensive test-driven development practices.

tavily-web

16
from diegosouzapw/awesome-omni-skill

Web search, content extraction, crawling, and research capabilities using Tavily API

tauri2-react-rust

16
from diegosouzapw/awesome-omni-skill

Guides development of cross-platform desktop apps with Tauri 2, TypeScript, React, and Rust. Use when building Tauri apps, implementing IPC, designing Rust backend or TypeScript/React frontend, when researching or cloning a website (open site, snapshot elements), when verifying local dev or built frontend in browser, or when the user mentions Tauri, Tauri 2, Rust backend, React frontend, desktop app architecture, invoke/commands, cross-platform, 调研网站, 验证效果, agent-browser.

tauri-svelte-typescript-general

16
from diegosouzapw/awesome-omni-skill

General rules for developing desktop applications using Tauri with Svelte and TypeScript for the frontend.

tauri-development

16
from diegosouzapw/awesome-omni-skill

Tauri development guidelines for building cross-platform desktop applications with TypeScript, Rust, and modern web technologies