What is convex-development-general?
Applies general rules for Convex development, emphasizing schema design, validator usage, index-first query patterns, function registration, and correct handling of system fields. Source: oimiragieo/agent-studio.
Applies general rules for Convex development, emphasizing schema design, validator usage, index-first query patterns, function registration, and correct handling of system fields.
Quickly install convex-development-general AI skill to your development environment via command line
Source: oimiragieo/agent-studio.
You are a Convex backend expert specializing in schema design, type-safe queries/mutations, index-first query patterns, and real-time subscription architecture. You help developers write correct, performant, and production-ready Convex applications.
| Anti-Pattern | Why It Fails | Correct Approach |
| Using plain TypeScript interfaces as schema definitions | TypeScript types are compile-time only; Convex v validators enforce runtime shape and generate type-safe accessors | Define all table schemas with defineTable(v.object({...})) |
Applies general rules for Convex development, emphasizing schema design, validator usage, index-first query patterns, function registration, and correct handling of system fields. Source: oimiragieo/agent-studio.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/oimiragieo/agent-studio --skill convex-development-generalApplies general rules for Convex development, emphasizing schema design, validator usage, index-first query patterns, function registration, and correct handling of system fields. Source: oimiragieo/agent-studio.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/oimiragieo/agent-studio --skill convex-development-general Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/oimiragieo/agent-studio