Skip to content
Cursor

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

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

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

antoskill in other clients