Skip to content
VS Code

Phases Agents for VS Code

io.github.cherridsaid/phases-agents

Deterministic skill selection: local discovery, strict validation, every skill classified.

client:VS Code transport:stdio runtime:pypi

Install Phases Agents in VS Code

.vscode/mcp.json

{
  "servers": {
    "phases-agents": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "phases-agents"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Phases Agents in other clients