Install
$ agentstack add mcp-runtypelabs-skills ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Runtype Skills
[](https://skills.sh/runtypelabs/skills)
Official agent skills for the Runtype platform — install them in Claude Code, Cursor, Copilot, and 35+ other AI coding agents.
Install
All skills:
npx skills add runtypelabs/skills
Pick specific skills:
npx skills add runtypelabs/skills --list
Skills
| Skill | Description | |-------|-------------| | [runtype](skills/runtype/) | Umbrella onboarding and routing skill for Runtype setup, capability scoping, and choosing the right focused workflow. | | [runtype-build-product](skills/runtype-build-product/) | Build and validate hosted Runtype products with agents, flows, tools, surfaces, records, schedules, secrets, and evals. | | [runtype-admin](skills/runtype-admin/) | Operate live Runtype accounts safely through MCP or Code Mode MCP: inspect resources, debug traces, logs, evals, and apply careful mutations. | | [runtype-persona](skills/runtype-persona/) | Embed, theme, and debug Persona chat widgets, fullscreen assistants, client tokens, artifacts, and browser-side local tools. | | [runtype-templates](skills/runtype-templates/) | Create, validate, and package distributable Runtype FPO templates with pending secrets and import readiness checks. | | [runtype-sdk-marathon](skills/runtype-sdk-marathon/) | Use the Runtype SDK, CLI, Marathon, playbooks, sandboxes, and code-first stored/upsert/virtual workflows. |
Validation
Run the repository skill lint before publishing:
node scripts/lint-skills.mjs
node scripts/smoke-install-skills.mjs
The lint checks frontmatter, description length, linked references, forbidden internal URLs, common secret leaks, semantic guardrails for drift-prone claims, and extra drift against the neighboring ../core monorepo when it is present. The smoke test copies each skill into an isolated install directory and confirms standalone metadata and local references still resolve.
For the recommended private-source/public-publish workflow, see [Keeping Runtype Skills in Sync](docs/keeping-skills-in-sync.md).
Authoring a New Skill
Create a directory under skills/ with a SKILL.md file:
skills/
└── my-skill/
├── SKILL.md # Required: frontmatter + instructions
├── scripts/ # Optional: executable helpers
├── references/ # Optional: API specs, schemas, docs
└── examples/ # Optional: example inputs/outputs
SKILL.md format
---
name: my-skill
description: >-
What it does and when to use it. Include trigger phrases.
Max 1024 chars.
user-invocable: true
argument-hint: "[optional args hint]"
---
Instructions for the agent go here. Keep under 500 lines.
Move detailed reference material to references/ or scripts/.
Best practices
- Description: Use imperative phrasing ("Use when..."), include specific trigger phrases
- Size: Keep SKILL.md under 500 lines / 5,000 tokens
- Structure: Move API specs, schemas, and long docs to
references/ - Scripts: Bundle reusable helpers in
scripts/instead of inlining - No secrets: Never include API keys, internal URLs, or credentials
License
[MIT](LICENSE)
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: runtypelabs
- Source: runtypelabs/skills
- License: MIT
- Homepage: https://runtype.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.