npx claudepluginhub astersnake/convex-claude-pluginComplete Convex development guidelines and best practices based on Chef's production patterns. Includes functions, schema, auth, React client, AI integration, and components.
A comprehensive Claude Code plugin that provides Convex development guidelines, best practices, and slash commands based on Chef's production patterns.
.ts/.tsx files in Convex projectsclaude --plugin-dir /path/to/convex-claude-plugin
claude plugin install convex-dev@your-marketplace
| Command | Description |
|---|---|
/convex-dev:convex-query | Create a new query with proper validators and index usage |
/convex-dev:convex-mutation | Create a new mutation with auth and validators |
/convex-dev:convex-action | Create an action for external API calls |
/convex-dev:convex-schema | Create or update schema with proper indexes |
/convex-dev:convex-query list all messages for a channel with pagination
/convex-dev:convex-mutation create a new post with authentication
/convex-dev:convex-action generate text using OpenAI
/convex-dev:convex-schema add a comments table with user reference
The plugin's skill automatically provides guidance for:
args and returns validatorsquery vs internalQuery)api and internal objectsdefineTable and validators_creationTime in indexes)withIndex() (never filter())"use node";useQuery, useMutation, useAction hooks"skip"getAuthUserId| Limit | Value |
|---|---|
| Function args/returns | 8 MiB |
| Array elements | 8192 |
| Query/Mutation timeout | 1 second |
| Action timeout | 10 minutes |
This plugin is based on the guidelines from Chef, Convex's official AI-powered full-stack app builder.
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories