harness-map

dreamiurg/harness-map
★ 0 stars JavaScript AI/LLM Updated 9d ago
Agent skill that generates an interactive dependency map of your AI harness (skills, agents, commands, MCP servers)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "harness-map": {
      "command": "npx",
      "args": [
        "-y",
        "dreamiurg/harness-map"
      ]
    }
  }
}

README Excerpt

An [Agent Skill](https://agentskills.io) that generates a **self-contained, interactive HTML dependency map** of a repository's AI harness: skills, commands, agents, and MCP servers — which skills hand off to which, which agents they delegate to, which MCP servers everything uses. *(Generated from the public [obra/superpowers](https://github.com/obra/superpowers) repo —