runtype-sdk-marathon
Installation
SKILL.md
Runtype SDK And Marathon
Use this skill for code-first Runtype workflows, the CLI, and Marathon. Use
runtype-build-product when the user is designing hosted product resources through MCP.
SDK Guidance
Fetch live docs when available:
get_platform_documentation(topic="sdk-reference")get_platform_documentation(topic="types-flow-steps")get_platform_documentation(topic="types-entities")get_platform_documentation(topic="flow-step-types")
Code-first modes:
- Stored: create persistent agents/flows in Runtype.
- Upsert on execute: code is the source of truth and overwrites the Runtype copy when run.
- Virtual: definition is sent over the wire and not persisted.