get-convex/convex-quickstart
Creates or adds Convex to an app. Use for new Convex projects, npm create convex@latest, frontend setup, env vars, or the first npx convex dev run.
Creates or adds Convex to an app. Use for new Convex projects, npm create convex@latest, frontend setup, env vars, or the first npx convex dev run.
npx skills add https://github.com/get-convex/agent-skills/tree/main/skills/convex-quickstartCreates or adds Convex to an app. Use for new Convex projects, npm create convex@latest, frontend setup, env vars, or the first npx convex dev run.
This repo contains 5 individual skills — each has its own dedicated page.
Routes general Convex requests to the right project skill. Use when the user asks which Convex skill to use or gives an underspecified Convex app task.
Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work.
Plans Convex schema and data migrations with widen-migrate-narrow and @convex-dev/migrations. Use for breaking schema changes, backfills, table reshaping, or zero-downtime rollouts.
Audits Convex performance for reads, subscriptions, write contention, and function limits. Use for slow features, insights findings, OCC conflicts, or read amplification.
Sets up Convex auth, identity mapping, and access control. Use for login, auth providers, users tables, protected functions, or roles in a Convex app.
Project-local agent harness skill for traceable AI workflows
Personal Claude Code skills repository — reusable automations and workflows.
Build and manage persistent memory for AI agents by enhancing workspace indexing to ensure directive compliance and accurate behavior.
A trust-rated index of public AI-agent skills, organized by job. Tells your agent which skills to load for a task — and whether to trust them (source, reputation, freshness).
Skills to improve Claude's performance while reducing token consumption. These skills optimize context management, response efficiency, task execution, and memory utilization, enabling faster, more accurate, and more cost-effective interactions across complex workflows.
RDI development environment: tmux config, quality gate, Claude Code commands/skills, AI agent templates, GitHub Actions workflows