Skip to content
VS Code

strategy skills for VS Code

io.github.eterdis/strategy-skills

11 open strategy frameworks as AI-guided prompts for any MCP client.

client:VS Code transport:stdio runtime:npm

Install strategy skills in VS Code

.vscode/mcp.json

{
  "servers": {
    "strategy-skills": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@eterdis/strategy-skills-mcp"
      ]
    }
  }
}

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

strategy skills in other clients