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
{
"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