Cursor rule Cursor
description: Convex guidelines globs: alwaysApply: true.
Cursor rule Cursor
description: Convex guidelines globs: alwaysApply: true.
Cursor rule Cursor
This document covers security patterns specific to the markdown-blog application, a Convex-powered blog with no authentication.
Cursor rule Cursor
Guidelines for creating and managing task lists in markdown files to track project progress.
Cursor rule Cursor
Workflow orchestration and task management for every session.
Cursor rule Cursor
Writing style guide with AI detection avoidance. For tweets, LinkedIn, blogs, READMEs, commits. Activate with @write.
Skill Claude CodeCodexCursor
Run convex-doctor static analysis, interpret findings, and fix issues across security, performance, correctness, schema, and architecture categories. Use when running convex-doctor, fixing convex-doctor warnings or errors, improving the convex-doctor score, or when asked about Convex code quality, static analysis, or…
Skill Claude CodeCodexCursor
Guide for when to use and when not to use return validators in Convex functions. Use this skill whenever the user is writing Convex queries, mutations, or actions and needs guidance on return value validation. Also trigger when the user asks about Convex type safety, runtime validation, AI-generated Convex code…
Skill Claude CodeCodexCursor
Integrate Convex static self hosting into existing apps using the latest upstream instructions from get-convex/self-hosting every time. Use when setting up upload APIs, HTTP routes, deployment scripts, migration from external hosting, or troubleshooting static deploy issues across React, Vite, Next.js, and other…
Skill Claude CodeCodexCursor
Use this skill before any multi-file feature, architectural decision, or complex bug fix.
Skill Claude CodeCodexCursor
Integrate and maintain Robelest Convex Auth in apps by always checking upstream before implementation. Use when adding auth setup, updating auth wiring, migrating between upstream patterns, or troubleshooting @robelest/convex-auth behavior across projects.
Skill Claude CodeCodexCursor
Use this skill after completing any feature, fix, or migration to keep the three core project tracking files in sync.
Instructions file CodexOpenCode
Instructions for waynesutton/markdown-site, covering agents.md, project overview, default and legacy modes, current status and tech stack.
Instructions file
Instructions for waynesutton/markdown-site, covering claude.md, project context, quick start, commands and default and legacy modes.
Plugin Claude Code
Agent skills for building production-ready Convex applications. Includes best practices, functions, realtime patterns, schema validation, file storage, security audits, and more.
Instructions file
Instructions for waynesutton/convexskills, a project described as: AI agent skills and templates for building production ready apps with Convex. Patterns for queries, mutations, cron jobs, webhooks, migrations, and more.
Instructions file Gemini CLI
Instructions for waynesutton/convexskills, covering convex development context, convex documentation, project type, key technologies and convex-specific guidelines.
Skill Claude CodeCodex
Prevent feature creep when building software, apps, and AI-powered products. Use this skill when planning features, reviewing scope, building MVPs, managing backlogs, or when a user says "just one more feature." Helps developers and AI agents stay focused, ship faster, and avoid bloated products.
Skill Claude CodeCodex
Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration.
Skill Claude CodeCodex
Guidelines for building production-ready Convex apps covering function organization, query patterns, validation, TypeScript usage, error handling, and the Zen of Convex design philosophy.
Skill Claude CodeCodex
How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management.
Skill Claude CodeCodex
Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks.
Skill Claude CodeCodex
Complete file handling including upload flows, serving files via URL, storing generated files from actions, deletion, and accessing file metadata from system tables.
Skill Claude CodeCodex
Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations.
Skill Claude CodeCodex
External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation.