runtype-skills
v0.2.0Supercharge your coding agent for AI product development — build, deploy, and operate agents, flows, tools, and surfaces on Runtype's managed edge runtime.
License: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 14 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install runtype-skills for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add runtype-skills@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “runtype-skills” remain stable.
- Codex:
runtype-skills@agent-plugin-marketplace→runtype-skills@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/runtypelabs/skills/.
Plugin files
├── .codex-plugin/plugin.json├── skills/runtype/SKILL.md├── skills/runtype-admin/SKILL.md├── skills/runtype-build-product/SKILL.md├── skills/runtype-external-agents/SKILL.md├── skills/runtype-persona/SKILL.md├── skills/runtype-sdk-marathon/SKILL.md├── skills/runtype-templates/SKILL.md├── skills/tool-design/SKILL.md├── skills/tool-design-composition/SKILL.md├── skills/tool-design-errors/SKILL.md├── skills/tool-design-execution/SKILL.md├── skills/tool-design-interface/SKILL.md├── skills/tool-design-output/SKILL.md└── skills/tool-design-security/SKILL.md
Included Skills14
Scope a Runtype project or set up platform access; route implementation to the relevant Runtype skill.
Inspect, debug, or manage a live Runtype account through MCP or CLI; mutate only within the requested scope.
Build or modify Runtype-hosted AI products, agents, flows, and surfaces using current platform instructions.
Connect externally executed agents (Flue, Cloudflare Agents SDK, Vercel AI SDK, LangGraph, custom loops) to Runtype traces, evals, or surfaces; not Runtype-hosted execution.
Embed, style, or debug Runtype Persona widgets and browser-side chat integrations.
Build source-controlled Runtype workflows with the SDK or CLI, including Marathon tasks and playbooks.
Create, validate, or package distributable Runtype FPO templates and their setup requirements.
Design or audit an AI agent toolset; route naming, schemas, output, errors, execution, and security to focused guides.
Compose and expose agent toolsets: task-level operations, batching, discovery, dry runs, and versioning.
Design actionable agent tool errors, ambiguity handling, retry guidance, and fallback behavior.
Design agent tool execution: async jobs, idempotency, timeouts, transactions, and compensation.
Design agent-facing tool names, descriptions, and parameter schemas; diagnose incorrect tool selection or inputs.
Design agent tool results, including pagination, partial success, context size, and actionable next steps.
Design tool identity, credential injection, authorization, tenant scope, and audit boundaries.
Plugin manifests1
{
"name": "runtype-skills",
"displayName": "Runtype Skills",
"description": "Supercharge your coding agent for AI product development — build, deploy, and operate agents, flows, tools, and surfaces on Runtype's managed edge runtime.",
"version": "0.2.0",
"publisher": "runtypelabs",
"repository": "https://github.com/runtypelabs/skills",
"license": "MIT",
"skills": "skills/",
"interface": {
"composerIcon": "./assets/icon.svg",
"brandColor": "#4C00FF"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[runtype-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/runtype-skills)