Use this skill when adding or reviewing support for a new agent runtime deployment target.
Instructions
Define the runtime name, environment variable, and default install directory first.
Make deploy, dry-run, status, and uninstall behavior consistent with existing runtimes.
Update supported target validation before publishing registry entries for the runtime.
Add tests for explicit deploy, batch deploy, unsupported target handling, and status output.
Keep runtime-specific behavior inside the deploy adapter boundary.
Verification
go test ./...
skillhub deploy <runtime> --dry-run
skillhub deploy status <runtime>
1---2name: runtime-adapter3description: Runtime Adapter4---5# Runtime Adapter67Use this skill when adding or reviewing support for a new agent runtime deployment target.89## Instructions1011- Define the runtime name, environment variable, and default install directory first.12- Make deploy, dry-run, status, and uninstall behavior consistent with existing runtimes.13- Update supported target validation before publishing registry entries for the runtime.14- Add tests for explicit deploy, batch deploy, unsupported target handling, and status output.15- Keep runtime-specific behavior inside the deploy adapter boundary.1617## Verification1819```bash20go test ./...21skillhub deploy <runtime> --dry-run22skillhub deploy status <runtime>23```
Run npx skillmds@latest add sahit-sai/runtime-adapter in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Runtime Adapter It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
sahit-sai (@sahit-sai) published this skill. Their other Agent Skills are listed on their SkillMD profile.