awesome agent skills for Zed
io.github.shadowrootdev/awesome-agent-skills
MCP server with 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more.
client:Zed
transport:stdio
runtime:npm
Install awesome agent skills in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"awesome-agent-skills": {
"command": "npx",
"args": [
"-y",
"awesome-agent-skills-mcp"
],
"env": {
"SKILLS_REPO_URL": "<SKILLS_REPO_URL>",
"SKILLS_CACHE_DIR": "<SKILLS_CACHE_DIR>",
"SKILLS_SYNC_INTERVAL": "<SKILLS_SYNC_INTERVAL>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs