Theia API Documentation v1.68.0
    Preparing search index...

    Full skill representation including location.

    interface Skill {
        allowedTools?: string[];
        compatibility?: string;
        description: string;
        license?: string;
        location: string;
        metadata?: Record<string, string>;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowedTools?: string[]

    Optional experimental feature: list of allowed tool IDs

    compatibility?: string

    Optional version constraint for compatibility

    description: string

    Human-readable description of the skill, max 1024 characters

    license?: string

    Optional SPDX license identifier

    location: string

    Absolute file path to the SKILL.md file

    metadata?: Record<string, string>

    Optional key-value pairs for additional metadata

    name: string

    Unique identifier, must match directory name, lowercase kebab-case with digits allowed