← ClaudeAtlas

runtypelisted

Runtype umbrella skill for onboarding and routing. Use when the user mentions Runtype, asks what Runtype can build, needs MCP/CLI/dashboard setup, or wants to scope an AI product on Runtype. Route hands-on product builds to runtype-build-product, live account ops to runtype-admin, Persona widgets to runtype-persona, FPO packaging to runtype-templates, and SDK/CLI/Marathon work to runtype-sdk-marathon. Do not use for generic LLM chat, unrelated AI frameworks, or non-AI infrastructure unless Runtype is explicitly part of the request.
runtypelabs/skills · ★ 1 · AI & Automation · score 68
Install: claude install-skill runtypelabs/skills
# Runtype Runtype is a platform for shipping AI products: agents, flows, tools, surfaces, records, schedules, evals, and product templates. Use this skill as the entry point when the user is asking about Runtype broadly or needs help connecting an agent to the platform. This skill is intentionally a router. For implementation work, switch to the narrower skill that matches the job. ## First Move If the Runtype MCP server is available, use it as the live source of truth before giving schema, catalog, or creation guidance: - `get_build_instructions(task="explain-capabilities")` for scoping. - `get_build_instructions(task="build-product")` before product construction. - `get_build_instructions(task="generate-flow")` before flow construction. - `get_platform_documentation(topic=...)` for schemas, surface traits, tool catalogs, SDK docs, Persona embed docs, dashboard links, and type definitions. If MCP is not connected, help the user connect: ```json { "mcpServers": { "runtype": { "type": "url", "url": "https://api.runtype.com/v1/mcp/protocol" } } } ``` OAuth happens on first use. The public agent onboarding page at `https://runtype.ai` is also a good setup path for agent clients. ## Route To Focused Skills Use this routing table instead of loading every Runtype detail into context: | User intent | Use