skillflow for VS Code
io.github.rafsilva85/skillflow
Search, discover, and install 500+ AI agent skills from the SkillFlow marketplace.
client:VS Code
transport:stdio
runtime:npm
Install skillflow in VS Code
.vscode/mcp.json
{
"servers": {
"skillflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skillflow-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs