get-convex/convex-setup-auth
Sets up Convex auth, identity mapping, and access control. Use for login, auth providers, users tables, protected functions, or roles in a Convex app.
Sets up Convex auth, identity mapping, and access control. Use for login, auth providers, users tables, protected functions, or roles in a Convex app.
npx skills add https://github.com/get-convex/agent-skills/tree/main/skills/convex-setup-authSets up Convex auth, identity mapping, and access control. Use for login, auth providers, users tables, protected functions, or roles in a Convex app.
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.
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.
🚀 Build efficient workflows with the Claude Code plugin, offering specialized agents, skills, and hooks for any software project.
Multi-agent framework for Claude Code: tier-aware acceptance, filesystem-isolated adversary review, cross-family second-opinion via Codex MCP, human as supreme judge
Programmable email inbox skill for 40+ AI agents — Claude Code, Codex, Cursor, Windsurf, Cowork, OpenClaw, and any agent that supports SKILL.md
Claude skill for promoting a shipped project across Reddit, X, Hacker News, LinkedIn, Product Hunt, Discord, and short-form video channels.
Claude Code sessions are stateless. Continuum fixes that. 7 skills + 5 zero-cost hooks for crash recovery, session resume, and cognitive checkpoints.
Build AI agents with Pydantic AI — tools, capabilities (including on-demand loading), structured output, streaming, testing, and multi-agent patterns. Use when the user mentions Pydantic AI, imports pydantic_ai, or asks to build an AI agent, add tools/capabilities, defer capability loading, stream output, define agents from YAML, or test agent behavior.