Skip to content
Zed

antoskill for Zed

io.github.yforc/antoskill

A package manager for Agent Skills — discover, vet, and pin them across Claude Code and Codex.

client:Zed transport:stdio runtime:npm

Install antoskill in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "antoskill": {
      "command": "npx",
      "args": [
        "-y",
        "antoskill"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

antoskill in other clients