Variable: skillTokenSpellings
constskillTokenSpellings: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.