{"id":51246988,"url":"https://github.com/runtypelabs/skills","last_synced_at":"2026-06-29T05:02:02.980Z","repository":{"id":360511432,"uuid":"1235003667","full_name":"runtypelabs/skills","owner":"runtypelabs","description":"Official agent skills for the Runtype platform","archived":false,"fork":false,"pushed_at":"2026-06-20T00:21:55.000Z","size":135,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-20T02:08:02.311Z","etag":null,"topics":["agents","ai","claude-code","mcp","runtype","skills"],"latest_commit_sha":null,"homepage":"https://runtype.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/runtypelabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-10T23:06:53.000Z","updated_at":"2026-06-20T00:21:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/runtypelabs/skills","commit_stats":null,"previous_names":["runtypelabs/skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/runtypelabs/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runtypelabs%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runtypelabs%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runtypelabs%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runtypelabs%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runtypelabs","download_url":"https://codeload.github.com/runtypelabs/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runtypelabs%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34913586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","ai","claude-code","mcp","runtype","skills"],"created_at":"2026-06-29T05:02:02.138Z","updated_at":"2026-06-29T05:02:02.970Z","avatar_url":"https://github.com/runtypelabs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Runtype Skills\n\n[![skills.sh](https://skills.sh/b/runtypelabs/skills)](https://skills.sh/runtypelabs/skills)\n\nOfficial agent skills for the [Runtype](https://runtype.com) platform — install them in Claude Code, Cursor, Copilot, and 35+ other AI coding agents.\n\n## Install\n\n**All skills:**\n\n```bash\nnpx skills add runtypelabs/skills\n```\n\n**Pick specific skills:**\n\n```bash\nnpx skills add runtypelabs/skills --list\n```\n\n## Skills\n\n| Skill | Description |\n|-------|-------------|\n| [`runtype`](skills/runtype/) | Umbrella onboarding and routing skill for Runtype setup, capability scoping, and choosing the right focused workflow. |\n| [`runtype-build-product`](skills/runtype-build-product/) | Build and validate hosted Runtype products with agents, flows, tools, surfaces, records, schedules, secrets, and evals. |\n| [`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. |\n| [`runtype-persona`](skills/runtype-persona/) | Embed, theme, and debug Persona chat widgets, fullscreen assistants, client tokens, artifacts, and browser-side local tools. |\n| [`runtype-templates`](skills/runtype-templates/) | Create, validate, and package distributable Runtype FPO templates with pending secrets and import readiness checks. |\n| [`runtype-sdk-marathon`](skills/runtype-sdk-marathon/) | Use the Runtype SDK, CLI, Marathon, playbooks, sandboxes, and code-first stored/upsert/virtual workflows. |\n\n## Validation\n\nRun the repository skill lint before publishing:\n\n```bash\nnode scripts/lint-skills.mjs\nnode scripts/smoke-install-skills.mjs\n```\n\nThe 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.\n\nFor the recommended private-source/public-publish workflow, see [Keeping Runtype Skills in Sync](docs/keeping-skills-in-sync.md).\n\n## Authoring a New Skill\n\nCreate a directory under `skills/` with a `SKILL.md` file:\n\n```\nskills/\n└── my-skill/\n    ├── SKILL.md           # Required: frontmatter + instructions\n    ├── scripts/           # Optional: executable helpers\n    ├── references/        # Optional: API specs, schemas, docs\n    └── examples/          # Optional: example inputs/outputs\n```\n\n### SKILL.md format\n\n```yaml\n---\nname: my-skill\ndescription: \u003e-\n  What it does and when to use it. Include trigger phrases.\n  Max 1024 chars.\nuser-invocable: true\nargument-hint: \"[optional args hint]\"\n---\n\nInstructions for the agent go here. Keep under 500 lines.\nMove detailed reference material to references/ or scripts/.\n```\n\n### Best practices\n\n- **Description**: Use imperative phrasing (\"Use when...\"), include specific trigger phrases\n- **Size**: Keep SKILL.md under 500 lines / 5,000 tokens\n- **Structure**: Move API specs, schemas, and long docs to `references/`\n- **Scripts**: Bundle reusable helpers in `scripts/` instead of inlining\n- **No secrets**: Never include API keys, internal URLs, or credentials\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruntypelabs%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruntypelabs%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruntypelabs%2Fskills/lists"}