Skip to content
Zed

strategy skills for Zed

io.github.eterdis/strategy-skills

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

client:Zed transport:stdio runtime:npm

Install strategy skills in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

strategy skills in other clients