bylahfir· 2 skills
C-ABI bindings over agent-desktop's PlatformAdapter. Consumers (Python ctypes, Swift, Node ffi-napi, Go cgo, C++, Ruby fiddle) link libagent_desktop_ffi.{dylib,so,dll} and call ad_* functions directly instead of spawning the CLI binary per call. The canonical observe-act workflow is: ad_init → ad_adapter_create[_with_session] → ad_snapshot → parse @e refs → ad_execute_by_ref → ad_free_string → ad_adapter_destroy.
$npx -y skills add lahfir/agent-desktop --skill agent-desktop-ffiInstalls into the current project.
Run `npx skills use "https://github.com/lahfir/agent-desktop" --skill "lahfir/agent-desktop/agent-desktop-ffi"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lahfir/agent-desktop" that are relevant to the current task. Run `npx skills add "https://github.com/lahfir/agent-desktop"` and select the relevant skills, then follow their instructions.