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.target in marshal.json
  • Do not implement ad-hoc TOON parsing; use the ref-toon-format parser module

Constraints:

  • All commands use python3 .plan/execute-script.py plan-marshall:platform-runtime:platform_runtime <operation> [args...]
  • session render-title takes no arguments; all resolution is internal
  • no-op responses are not errors; the calling skill must continue
  • See standards/contract.md for per-operation TOON schemas
Installs
1
GitHub Stars
5
First Seen
Jul 11, 2026
platform-runtime — cuioss/plan-marshall