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

    Interface Skill

    Complete skill representation including frontmatter, instructions, and resources.

    interface Skill {
        frontmatter: Frontmatter;
        instructions: string;
        resources?: Resources;
    }

    Properties

    frontmatter: Frontmatter
    instructions: string
    resources?: Resources