🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@eterdis/strategy-skills-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eterdis/strategy-skills-mcp

MCP server exposing 11 open strategy frameworks as AI-guided prompts. Built on 20 years of consulting practice.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

@eterdis/strategy-skills-mcp

MCP server that exposes 11 open strategy frameworks as AI-guided prompts. Built on 20 years of consulting practice.

Install

Claude Desktop

Add to claude_desktop_config.json:

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

Claude Code

claude mcp add strategy-skills -- npx -y @eterdis/strategy-skills-mcp

Cursor / VS Code

Add to MCP settings:

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

What you get

12 prompts:

PromptWhat it does
strategyEntry point — orchestrator that coordinates all skills
strategy-diagnosticAI-guided strategic assessment
strategy-mapTwo-directional causal chain analysis
vrio-analysisTest whether competitive advantages are real and durable
environmental-radarContinuous PESTEL environmental scan
market-positionCompetitive positioning diagnostic
wardley-mapComponent evolution mapping
culture-assessmentSurface real culture vs. stated culture
first-principles-strategyFind the theoretical maximum
playing-to-winLafley/Martin five-choice strategy cascade
pre-mortemIdentify how the plan will fail before it does
protoloop-setupTrack Two innovation system

Each skill prompt accepts an optional mode argument: diagnostic, review, or alert.

1 resource:

ResourceWhat it is
company-context-templateTemplate for the living document that accumulates strategic intelligence across sessions

License

CC BY 4.0 — use freely, including commercially. Attribution to Eterdis AS required.

Keywords

mcp

FAQs

Package last updated on 06 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts