Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Design and build reusable Convex components with isolated tables, backend functions, and app-facing wrappers.
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 Create Component"3short_description:4"Design and build reusable Convex components with clear boundaries."5icon_small: "./assets/icon.svg"6icon_large: "./assets/icon.svg"7brand_color: "#14B8A6"8default_prompt:9"Help me create a Convex component for this feature. First check that a10component is actually justified, then design the tables, API surface, and11app-facing wrappers before implementing it."1213policy:14allow_implicit_invocation: true15