skills.forkTemplate
Type: mutation
Module: convex/skills.ts
Arguments
Section titled “Arguments”{ orgId: string, programId: Id<"programs">, templateIndex: number, name: string /* optional */, }Fork a built-in skill template into a program as a new draft skill. @param orgId - Organization ID @param programId - Target program @param templateIndex - Index of the template to fork @param name - Optional custom name (defaults to template name)