# Runtime Adapter

> Runtime Adapter

- Skill: `sahit-sai/runtime-adapter` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add sahit-sai/runtime-adapter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sahit-sai/runtime-adapter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: sahit-sai (https://skillmd.com/u/sahit-sai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sahit-sai/runtime-adapter

---

# Runtime Adapter

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

```bash
go test ./...
skillhub deploy <runtime> --dry-run
skillhub deploy status <runtime>
```

