Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Set up Convex authentication with Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT providers.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
agents/openai.yaml
1interface:2display_name: "Convex Setup Auth"3short_description:4"Set up Convex auth, user identity mapping, and access control."5icon_small: "./assets/icon.svg"6icon_large: "./assets/icon.svg"7brand_color: "#2563EB"8default_prompt:9"Set up authentication for this Convex app. Figure out the provider first,10then wire up the user model, identity mapping, and access control with the11smallest solid implementation."1213policy:14allow_implicit_invocation: true15