antoskill for Cursor
io.github.yforc/antoskill
A package manager for Agent Skills — discover, vet, and pin them across Claude Code and Codex.
client:Cursor
transport:stdio
runtime:npm
Install antoskill in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"antoskill": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"antoskill"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs