For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/api/variables/index.skillTokenSpellings.md.
  • English
  • Variable: skillTokenSpellings

    const skillTokenSpellings: Readonly<{ arguments: "agent-bundle:token:arguments"; pluginData: "agent-bundle:path:plugin-data"; pluginRoot: "agent-bundle:path:plugin-root"; projectRoot: "agent-bundle:path:workspace-root"; sessionIdentity: "agent-bundle:token:session-identity"; skillRoot: "agent-bundle:token:skill-root"; }>

    Canonical Skill / plugin-surface tokens. Build-time lowering substitutes host syntax only; runtime values are never resolved here.

    Plugin/project-root spellings are the same bytes as pathTokens in core/types.ts so MCP, hooks, and skills share one registry (#108 / #107 R12). This module must not import core/types.ts — NormalizedSkill lives there and imports the Skill IR types.