Skip to content

magic5644/graph-it-live

v1.15.1MIT

Dependency, call-graph, impact, and architecture analysis for codebases.

Graph-It-Live agent plugin

This portable Agent Plugin bundles the Graph-It-Live MCP server and the Graph-It-Live skills (graph-it-live, onboarding-express, dead-code-hunter, and pr-review) from magic5644/skills.

Install the plugin from its repository with the installation mechanism provided by your client. Agent Plugins compatible clients use plugin.json, mcp.json, and skills/; Claude Code and Codex also find their native manifests in .claude-plugin/ and .codex-plugin/.

Examples:

  • Claude Code: claude plugin marketplace add magic5644/Graph-It-Live, then /plugin install graph-it-live@graph-it-live (or use claude --plugin-dir ./plugins/graph-it-live for a local session).
  • GitHub Copilot CLI: copilot plugin marketplace add magic5644/Graph-It-Live, then copilot plugin install graph-it-live@graph-it-live.
  • VS Code: run Chat: Install Plugin From Source and select this directory.
  • Cursor: install the directory from the Plugins panel.
  • Codex: add this repository’s .agents/plugins/marketplace.json to a configured marketplace, then use /plugins.

The MCP command deliberately uses @latest, so the CLI and its bundled MCP server are always resolved from the same published npm package. The CLI also checks for updates and reports graph-it update; run scripts/update-cli.sh when an explicit update is needed.

The three plugin manifests carry the current published CLI version. The repository workflow updates them automatically after an npm publish.