From get-convex-agent-skills-2
Routes general Convex requests to the correct project-specific skill. Use when the user has an unspecified Convex task or asks which Convex skill to use.
How this skill is triggered — by the user, by Claude, or both
Slash command
/get-convex-agent-skills-2:convexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this as the routing skill for Convex work in this repo.
Use this as the routing skill for Convex work in this repo.
If a more specific Convex skill clearly matches the request, use that instead.
If the project does not already have Convex AI guidance installed, or the existing guidance looks stale, strongly recommend installing it first.
Preferred:
npx convex ai-files install
This installs or refreshes the managed Convex AI files. It is the recommended starting point for getting the official Convex guidelines in place and following the current Convex AI setup described in the docs:
Simple fallback:
Prefer npx convex ai-files install over copying rules by hand when possible.
After that, use the most specific Convex skill for the task:
convex-quickstartconvex-setup-authconvex-create-componentconvex-migration-helperconvex-performance-auditIf one of those clearly matches the user's goal, switch to it instead of staying in this skill.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin get-convex-agent-skills-2Indexes Convex development skills and routes to guides for functions, schema validation, realtime subscriptions, HTTP actions, security audits, agents, and best practices.
Creates or adds Convex backend to an app. Scaffolds new projects using templates, installs Convex in existing apps, and runs initial npx convex dev setup.
Provides Convex backend development guidelines for writing functions, schemas, queries, mutations, actions, and managing real-time subscriptions, file storage, and scheduling.