🎯

mike-convex-thumbnail

🎯Skill

from get-convex/agent-skills

πŸ“¦

Same repository

get-convex/agent-skills(13 items)

mike-convex-thumbnail

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add get-convex/agent-skills --skill mike-convex-thumbnail
skills.sh Install⚠ Installs to .agents/skills/
npx skills add get-convex/agent-skills --skill mike-convex-thumbnail
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/mike-convex-thumbnail/SKILL.md

SKILL.md

550Installs
-
AddedJun 21, 2026

More from this repository10

🎯
convex-quickstart🎯Skill

Convex agent skill that initializes a new Convex backend from scratch with schema, auth, and basic CRUD operations for starting new projects.

🎯
convex-performance-audit🎯Skill

Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, OCC conflicts, and function limits using `npx convex insights`.

🎯
convex-setup-auth🎯Skill

Sets up Convex authentication end-to-end β€” user management, identity mapping, and access control via Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT β€” wiring `auth.config.ts` and a users table.

🎯
convex-migration-helper🎯Skill

Plans and executes zero-downtime Convex schema and data migrations via the widen-migrate-narrow workflow and the `@convex-dev/migrations` component, handling backfills, type changes, and table splits or merges.

🎯
convex-create-component🎯Skill

Designs and builds reusable Convex components with isolated tables, clear boundaries, and small app-facing APIs to package backend logic or third-party integrations for reuse across apps.

🎯
convex🎯Skill

A collection of agent skills for common Convex workflows, covering project setup, authentication, component creation, migrations, and performance auditing, usable across Claude Code, Cursor, Windsurf, and Codex.

🎯
convex-helpers-guide🎯Skill

A convex helpers guide skill from Convex agent skills for building real-time backend applications.

🎯
function-creator🎯Skill

A function creator skill from Convex agent skills for building real-time backend applications.

🎯
components-guide🎯Skill

A components guide skill from Convex agent skills for building real-time backend applications.

🎯
schema-builder🎯Skill

A schema builder skill from Convex agent skills for building real-time backend applications.