platform-runtime
Installation
SKILL.md
Platform Runtime Skill
Script-based platform abstraction that routes 21 goal-based operations to the correct target implementation. Follows the tools-integration-ci pattern: one router script, target-specific provider classes, static routing via marshal.json.
Enforcement
Execution mode: Invoke scripts via executor notation; parse TOON output for status and route accordingly.
Prohibited actions:
- Do not call provider-specific scripts directly; all operations go through
platform_runtime.py - Do not invent script arguments not listed in the operations table
- Do not hard-code the target platform; routing is config-driven via
runtime.targetinmarshal.json - Do not implement ad-hoc TOON parsing; use the
ref-toon-formatparser module
Constraints:
- All commands use
python3 .plan/execute-script.py plan-marshall:platform-runtime:platform_runtime <operation> [args...] session render-titletakes no arguments; all resolution is internalno-opresponses are not errors; the calling skill must continue- See
standards/contract.mdfor per-operation TOON schemas