{
  "markdown": "# Gortex — Claude Code Plugin\n\nGortex is a graph-based code intelligence engine. This plugin gives Claude\nCode 52 MCP tools for navigation, refactoring, contracts, impact analysis,\nand search across 92 languages — backed by a shared-graph daemon that\nkeeps multiple agents and editor sessions in sync.\n\n## Install\n\nThis plugin assumes the `gortex` binary is on PATH. Install it via:\n\n```sh\ncurl -fsSL https://get.gortex.dev | sh\n```\n\nThe installer fetches a signed release tarball, verifies cosign + SHA256,\ninstalls to `~/.local/bin` (or `/usr/local/bin`), and runs `gortex install`\n+ `gortex init`. Homebrew users on macOS can also use:\n\n```sh\nbrew install zzet/tap/gortex\n```\n\n## What this plugin adds\n\n| Surface | What you get |\n|---------|--------------|\n| **MCP server** | 52 tools (`search_symbols`, `find_usages`, `get_call_chain`, `explain_change_impact`, `rename_symbol`, `scaffold`, `contracts`, …) over stdio via `gortex mcp --proxy` |\n| **Slash commands** | `/gortex-guide`, `/gortex-explore`, `/gortex-debug`, `/gortex-impact`, `/gortex-refactor` |\n| **Skills** | Five model-invoked skills that activate by task-shape (architecture exploration, debugging, blast-radius analysis, refactoring, tool reference) |\n| **Hooks** | PreToolUse routing (Read → `get_symbol_source`, Grep → `search_symbols` / `find_usages`), PreCompact orientation snapshot, Stop post-task diagnostics, SessionStart cold briefing |\n\n## First run\n\nAfter install, point Claude Code at any code repository and ask a task that\ninvolves understanding code structure (\"how does authentication work?\",\n\"what breaks if I rename `UserStore`?\"). The hooks redirect Read/Grep/Glob\ntoward graph queries; the slash commands give you guided workflows.\n\nIf `gortex daemon` is running (`gortex daemon start --detach` to start it),\nall your editor sessions share one in-memory graph. Otherwise this plugin\nspawns a one-shot MCP server per session — same tools, slower cold start.\n\n## Links\n\n- Homepage: https://gortex.dev\n- Source:   https://github.com/zzet/gortex\n- License:  https://github.com/zzet/gortex/blob/main/LICENSE.md (Apache 2.0)\n",
  "bytes": 2111,
  "sha": "c3fe95bacbc7bc3fdfa6bc035502c39c4e88f7a9d8201b8b3f7f8b06e0d2b224",
  "repo_slug": "gortexhq/claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_gortexhq_claude_plugin_gortex_b7ff6d71/readme"
}