Runtime Adapter

Runtime Adapter

sahit-sai a76f509 2 files · 973 B Updated

File contents

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

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

sahit-sai/saviaa/tree/main/.agents/skills/runtime-adapter commit a76f509bcf

Frequently asked questions

npx skillmds@latest add sahit-sai/runtime-adapter