runtype-build-productlisted
Install: claude install-skill runtypelabs/skills
# Runtype Build Product
Use this skill when the user wants to create or materially change a Runtype product.
MCP is the source of truth for schemas, catalogs, and current platform rules.
## Required First Calls
Before designing or creating resources:
- Product build: `get_build_instructions(task="build-product", description=...)`.
- Flow build: `get_build_instructions(task="generate-flow", description=..., name=...)`.
- Capability scoping: `get_build_instructions(task="explain-capabilities")`.
Then fetch only the docs needed for the current design:
- `get_platform_documentation(topic="surface-types")`
- `get_platform_documentation(topic="flow-step-types")`
- `get_platform_documentation(topic="product-schema")`
- `get_platform_documentation(topic="types-fpo")`
- `get_platform_documentation(topic="types-flow-steps")`
- `get_platform_documentation(topic="types-entities")`
- `get_platform_documentation(topic="types-surface-configs")`
- `get_platform_documentation(topic="builtin-tools")`
- `get_platform_documentation(topic="orthogonal-tools")`
- `get_platform_documentation(topic="external-tools")`
- `get_platform_documentation(topic="models")`
- `get_platform_documentation(topic="dashboard-links")`
- `get_platform_documentation(topic="mock-ecommerce")`
- `get_platform_documentation(topic="persona-embed")`
- `get_platform_documentation(topic="persona-fullscreen-assistant")`
- `get_platform_documentation(topic="sdk-reference")`
Also read MCP resources directly when available