Interface SkillsConfig

Top-level skills configuration.

interface SkillsConfig {
    allowBundled?: string[];
    load?: SkillsLoadConfig;
    install?: SkillsInstallPreferences;
    entries?: Record<string, SkillConfig>;
}

Properties

allowBundled?: string[]

Allowlist for bundled skills

Loading configuration

Install preferences

entries?: Record<string, SkillConfig>

Per-skill configurations