Claude Tools / Plugins / gograph
Plugins · ozgurcd/gograph
gograph
Claude Code workflow guidance for local gograph: AST-aware call graphs, impact, security-flow candidates, and 61 query, analysis, and workflow capabilities through a separately registered MCP server.
CLEARED_STATICclaude-onlyv0.1.0
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
docs-site/content/_index.md
componentmedium
docs-site/content/benchmarks.md
componentmedium
docs-site/content/demo.md
componentmedium
skills/gograph/SKILL.md
skillhigh
docs-site/content/docs/_index.md
componentmedium
docs-site/content/docs/agent-integration.md
agentmedium
docs-site/content/docs/command-reference.md
commandlow
docs-site/content/docs/getting-started.md
componentmedium
docs-site/content/docs/mcp-registry.md
componentmedium
docs-site/content/docs/workflows.md
componentmedium
docs-site/content/posts/analyzing-go-codebase-with-gograph.md
componentmedium
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 3 lexical match(es)
README
From the repository
# gograph [](https://goreportcard.com/report/github.com/ozgurcd/gograph) [](https://opensource.org/licenses/MIT) [](https://github.com/ozgurcd/gograph) [](https://github.com/ozgurcd/homebrew-tap) [](https://gograph.identuum.ai) **Give Go coding agents a compiler-aware map for safer refactors.** `gograph` builds a local structural graph of your Go repository, with optional type-checked CHA/SSA enrichment. Its CLI and MCP workflows help coding agents trace callers and interface implementations, plan change impact, and enforce architecture without embeddings or a hosted code index. **[Try the verified no-install demo](https://gograph.identuum.ai/demo/)** · **[Review the reproducible benchmark](docs/benchmarking.md)**  > **Static analysis; no target-code execution.** Default indexing parses Go sour…