ADK for TypeScript: API Reference
    Preparing search index...

    Function validateSkillDir

    • Validates a skill directory structure and frontmatter without fully loading all resources.

      Parameters

      • skillDir: string

        The path to the skill directory to validate.

      Returns Promise<string[]>

      A promise that resolves to an array of validation error messages, or an empty array if valid.