@runloop/agent-axon-client
    Preparing search index...

    Type Alias SlashCommand

    Information about an available skill (invoked via /command syntax).

    type SlashCommand = {
        argumentHint: string;
        description: string;
        name: string;
    }
    Index

    Claude SDK

    argumentHint: string

    Hint for skill arguments (e.g., "")

    description: string

    Description of what the skill does

    name: string

    Skill name (without the leading slash)