For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/index.ClaudeSkillExtension.md.
  • 简体中文
  • Interface: ClaudeSkillExtension

    Properties

    agent?

    readonly optional agent?: string


    allowedTools?

    readonly optional allowedTools?: string | readonly string[]


    argumentHint?

    readonly optional argumentHint?: string


    arguments?

    readonly optional arguments?: readonly string[]


    background?

    readonly optional background?: boolean


    context?

    readonly optional context?: "fork"


    disableModelInvocation?

    readonly optional disableModelInvocation?: boolean


    disallowedTools?

    readonly optional disallowedTools?: string | readonly string[]


    effort?

    readonly optional effort?: "high" | "low" | "max" | "medium" | "xhigh"


    hooks?

    readonly optional hooks?: Readonly<Record<string, unknown>>


    model?

    readonly optional model?: string


    paths?

    readonly optional paths?: readonly string[]


    shell?

    readonly optional shell?: "bash" | "powershell"


    userInvocable?

    readonly optional userInvocable?: boolean


    whenToUse?

    readonly optional whenToUse?: string