skillproof for VS Code
io.github.skillproofdev/skillproof
Check whether a Claude Code skill was tested and whether it works before installing it.
client:VS Code
transport:stdio
runtime:npm
Install skillproof in VS Code
.vscode/mcp.json
{
"servers": {
"skillproof": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skillproof-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs