npx claudepluginhub permanu/superskill --plugin superskillAdd to your .mcp.json:
{
"mcpServers": {
"superskill": {
"command": "npx",
"args": [
"-y",
"superskill@latest"
],
"env": {
"VAULT_PATH": "${VAULT_PATH:-~/Vaults/ai}"
}
}
}
}npxVAULT_PATH=${VAULT_PATH:-~/Vaults/ai}