/** * AUTO-GENERATED FILE - DO NOT EDIT * Generated by: scripts/generate-skills.ts * Run: bun run scripts/generate-skills.ts */ import type { SkillDefinition } from './types.js'; /** * List of builtin skill names. */ export declare const BUILTIN_SKILL_NAMES: readonly ["agents-md-mastery", "ask-questions-if-underspecified", "brainstorming", "code-reviewer", "dispatching-parallel-agents", "docker-mastery", "executing-plans", "parallel-exploration", "systematic-debugging", "test-driven-development", "verification-before-completion", "writing-plans"]; /** * All builtin skill definitions. */ export declare const BUILTIN_SKILLS: SkillDefinition[];